-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Oh yeah, sorry, I remember that now. I just undeployed the .war file as requested. I didn't delete the apache .conf file that proxies the apache web requests to tomcat though. It's deleted now and the change should go into effect within 12 hours.
-
We had a user request SSL connections to MySQL so I attempted to enable it, but it wasn't possible to get it to work. I guess I left the SSL available flag on. Is it off now?
-
[Solved] https URL doesn't work for my java app
Krydos replied to ukalumni's topic in Customer Service
Java uses a lot of system resources. That's why we have to limit the number of users who can have it enabled at once. If you have http and https enabled you use twice as many resources so as a result if we automatically enabled both http and https for each user we would only be able to have half as many users with java enabled. The reason we append your username to your .war file before it's deployed is because otherwise we would have conflicts. Say one user deployed test.war and a second user then also deployed test.war the first one would be overwritten and suddenly user1.heliohost.org/test/ would change to someone else's site. To prevent this we append the username to the front of the file. test.war becomes user1_test.war or user2_test.war depending on who deploys it. Sometimes this name change causes issues within the .war file when it's hard coded to only work with one name. To get around this issue we recommend writing your .war so it will work with any name, but if that isn't possible for you just simply name it ukalumni_gpgagolf.war yourself. -
Try this to pass the url to index.php: RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{REQUEST_URI} !index\.php RewriteCond %{HTTP_HOST} ^(.+?)\.masaeng\.ga$ RewriteRule ^.*/?$ /index.php?u=%1&a=$1 [L] Then in index.php you should be able to get the url like this $query = $_SERVER['QUERY_STRING'];
-
Is java enabled on your account? https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
-
You're on Tommy now. http://little-chicken.heliohost.org/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for your donation. We really appreciate it.
-
Can you connect now?
-
You would have to buy a wildcard ssl certificate https://www.namecheap.com/security/ssl-certificates/wildcard.aspx?aff=102467 in order to cover all of your subdomains that aren't added to cpanel. If you created each subdomain through cpanel then autossl would cover each subdomain within 24 hours after creation.
-
There you go http://krydos.masaeng.ga/ and http://hari.masaeng.ga/ To start php use this opening tag <?php Your code had <php Which is missing the ?
-
The point of CDNs is to have a local caching server geographically near the person requesting the content. That means we would need a server in South America, Europe, Africa, probably several in Asia, Australia, etc. We barely have enough money for the one colocation that we have let alone 6+ more. Then there is the issue of having someone on site to install the hardware, and fix any problems if they occur. We'd have to pay these people. It'd cost tens of thousands of dollars or more. Why not just use a free CDN like Cloudflare?
-
There you go https://dropshippinghotnews.com/ https://www.sslshopper.com/ssl-checker.html#hostname=dropshippinghotnews.com
-
That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID.
-
Also post the exact error that mysql is giving when you try to connect.
-
I had to rewrite a few corrupted config files by hand, but I got it working http://glitch1.heliohost.org/ Johnny can be rather buggy.
-
can an admin import my databases from johnny to ricky?
Krydos replied to lwg's topic in Customer Service
I can import the .sql files for you, but your link is blocking me Just upload the .sql file to /home/lwg/forum.sql and let me know what database you want it imported into. -
Have you enabled remote mysql connections?
-
Thanks for letting us know.
-
Try this guide then for the .htaccess https://stackoverflow.com/a/15334516
-
Try this guide https://www.inmotionhosting.com/support/edu/cpanel/cpanel-manage-domains/create-wildcard-subdomain It should be possible. I think you're missing the step where you create a subdomain through cpanel named *.
-
[Solved] Server Move Request | Transaction ID: 55D95837UN3348501
Krydos replied to cloudbot's topic in Escalated Requests
You're on Tommy now. http://cloudbots.heliohost.org/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for the donation. We really appreciate it. -
Have you checked your spam box?
-
It doesn't hurt anything to have it installed. It doesn't cause any load until you use it. If you use it sparingly it should be fine.