-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
[Solved] Deploy War File User:andersof War: Teste.war
Krydos replied to afilippi's topic in Customer Service
Deployed. http://andersof.heliohost.org/teste/ -
Just waiting for you to let me know that the account is deleted, or that you don't care about the username enough to change it. Your choice. I can't send you a new invite until the existing account is deleted.
-
The default limit is 4 simultaneous connections per user.
-
Well designed code doesn't need that many mysql connections. If each connection is open for a few milliseconds and then immediately closed it's highly unlikely that you would ever see that error. We have plenty of well designed sites that use our hosting that have thousands of visitors per hour and don't complain about that error. There is really no good reason to use persistent connections in this situation.
-
It should be noted that basically nothing can be seen when using a root symlink on our servers. It's just one of the first thing hackers do when they gain control of an account just in case they can get some information from it and therefore it's a really easy way to monitor for compromised accounts.
-
Sure. It seems like a lot of work just to change a username, but it's up to you. The reason you couldn't use the username cmh is because your forum account already has the username cmh.
-
We use mod_deflate on all of our servers, which does the same thing as mod_gzip but better.
-
Fixed. Yeah, it can take up to 24 hours for a domain to start working.
-
The only way to rename an account is to delete it and remake it. Is that what you want to do?
-
Bandwidth from 2017-06-26 to 2017-07-03 = 118.504 MB (so basically no traffic) Most of the load comes from /home/gnd/public_html/index.php (so just wordpress in general) I count 23 plugins. That's probably the problem. Check out https://premium.wpmudev.org/blog/how-to-find-out-which-plugins-are-slowing-down-your-wordpress-site/
-
Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/renew. To prevent this from happening in the future please remember to visit https://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
-
[Solved] The Domain Already Exists In The Apache Configuration.
Krydos replied to luxuryde's topic in Escalated Requests
I have fixed the addon domain galeriagranpoder.com, and it should show up in cpanel now. It should start working within a few hours. If you see the queued page be sure to clear your browser cache each time you check. -
The main reason we have that in the terms of service is because when Ashoat created HelioHost he was 16 or so and it wasn't legal for him to view pornography let alone host it. Art museums that have paintings like these don't have someone checking IDs at the front making sure everyone is over 18 so I'm going to say these are fine. Something like Hentai that is still drawn, but is intended to be pornographic would not be ok. Thanks for asking!
-
It sounds like you're talking about heliohost.org/classic/ there. That site was created in like 2007 or something and we have no intention of updating it or upgrading it at all. Maybe try creating it again at Let's Encrypt. Does it work without the forum. subdomain?
-
There you go https://www.sslshopper.com/ssl-checker.html#hostname=dargusmaximus.pro
-
Make sure your scripts have permissions 755 in order to be executable.
- 2 replies
-
- Perl scrip
- cgi-bin
-
(and 1 more)
Tagged with:
-
If there is no record of a domain in httpd.conf and you request that domain you usually get the queued page. Cloudflare is probably linking your site to some wrong data because rv.sosiaku.gq isn't set up correctly for ssl. As long as cloudflare is set up it's pretty much impossible for us to find out what is going on. That's kind of the point of cloudflare. You'll either need to remove cloudflare for us to help you or contact cloudflare support to ask them what is going on.
-
[Solved] Close The Connections For Luigi123_Sb
Krydos replied to Luigi123's topic in Escalated Requests
One of your connections had been open for 7 hours and 19 minutes sleeping without transferring a single byte... I closed them. -
Your domain is working now http://airdeschoix.fr/
-
You don't have any open connections currently.
- 4 replies
-
- remote connection
- mysql
-
(and 1 more)
Tagged with:
-
That error is because you're using persistent connections. I checked and you had a bunch of open mysql connections just sleeping. Some of which hadn't sent or received a single byte of data in over two hours. The solution to this error is to close your connections after you're done using them. If each connection is only open for a couple milliseconds while the query is being performed and then closed immediately it would be highly unlikely you'd ever see this error again. Let me know if you need me to manually close your connections again.
- 4 replies
-
- remote connection
- mysql
-
(and 1 more)
Tagged with:
-
No, autossl will not override or delete ssl certificates that it did not create. So when your Let's Encrypt certificate expries your ssl will be broken. If you want I can remove let's encrypt and switch you to autossl. Then you wouldn't need to worry about your certificates expiring in the future. Let me know if you'd like me to do this.
-
Does SSL on your account work without Cloudflare? I don't see an ssl record for rv.sosiaku.gq in httpd.conf.
-
Your A record appears to be 127.0.0.1 https://bybyron.net/php/tools/dns_records.php?domain=airdeschoix.fr&rec=A not Johnny's IP. Your domain is not going to work until you get that changed to 64.62.211.131. I've installed SSL on the forums. Thanks for the suggestion. There are a lot of weird little hardcoded http:// stuff in this forum though that is breaking ssl on a lot of pages. I've gone through and fixed about 50 of them, but if you see any other pages that doesn't say secure let us know.