-
Posts
26443 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Yes. We only support node.js on our Tommy server though. You can check out our guide for getting started at https://wiki.helionet.org/tutorials/node.js
-
This all seems to be installed and upgraded already.
-
Your account is already active. You can reset your password at https://www.heliohost.org/reset/ or at https://johnny.heliohost.org:2083/resetpass?start=1 Let us know if neither of those options work for you. Also I checked the domain al-amin.me and it doesn't appear to be added to your cpanel account yet. Once you can log in you can add it as an alias or as an addon domain.
-
I have removed reishihealthcare.com from your account. You can try adding it again, or if you want us to create the domain for you you'll need to let us know if you want it added as an addon domain or an alias.
-
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
-
Your account is already active.
-
You have to continue your account registration at exactly midnight UTC. All the servers have a limited daily capacity and the free signup slots reset at the same time for all the servers. Tommy fills usually in less than 10 seconds, Ricky usually fills in 5 mins to and hour, and Johnny stays open for several hours. The number of free signups varies from day to day depending on how full the server is, but all of the servers give out at least some free signups every day. If you're having trouble getting a free signup you can also consider donating. Donors can create their account at any time of the day, and even if the server is full for the day. If you make a donation of $1 USD or more at https://www.heliohost.org/tommy/ you will receive an invitation email to our best server.
-
Your domain http://marchofthepancakes.heliohost.org/ appears to be working. Can you provide the URL that isn't working?
-
[HH#578135] How to connect to MySQL databases remotely?
Krydos replied to HelioHost's topic in Email Support
Have you enabled remote mysql connections? By default they are disabled. To enable them click the Remote Mysql button in cpanel. You can allow all ips to connect to your database with the % character, or just type the exact ip you want to allow access. -
Unarchived.
-
Your account is already active, and your domain is working. Let us know if you need any further assistance.
-
Your account is already active, and your domain is working. Let us know if you need any further assistance.
-
Unarchived.
-
Did you not receive the validation email?
-
Remote access enabled. Adding remote postgresql functionality to cpanel will require a custom written plugin. We might write that plugin some day. Cpanel wrote and provides the remote mysql plugin so it doesn't require any work from us to enable it.
-
His account is active anyways.
-
Your account is active, and your domain is working http://jphabs.heliohost.org/
-
[Solved] Error when adding domain alias for my website
Krydos replied to man95's topic in Customer Service
I changed your main domain to man95.heliohost.org and set abduh.us.to as an alias for you. -
[Solved] Error when adding domain alias for my website
Krydos replied to man95's topic in Customer Service
Could be. I've never used the domain button in cpanel. I've only ever used alias and addon. -
The accounts repson and arepson have been deleted. Try adding your domains now.
-
Prevent users from accessing subdomains from directory
Krydos replied to dalrae's topic in Customer Service
Edit your .htaccess and try this RewriteEngine On RewriteCond %{HTTP_HOST} !admin.mydomain.com$ [NC] RewriteRule ^/admin/(.*)$ https://admin.mydomain.com/$1 [R=301,L] -
No. If you take a look at https://httpd.apache.org/docs/2.4/mod/mod_deflate.html you can see that the DeflateCompressionLevel directive isn't available in the .htaccess context. It can only be set in the server config, or virtual host context. Maybe try something like this https://stackoverflow.com/a/33584050/2336864 No. Probably not anytime soon. We did support http2 on Tommy for a while, but since we last rebuilt Tommy it doesn't come on by default and no one has requested it again yet. I would be willing to set it up on Tommy again though if someone requested it.
-
Outgoing tcp port 27017 to ip 18.192.74.47 has been opened in Tommy's firewall. This is the second request for mongodb port that I've seen in the last 11 years that I've been an admin at HelioHost.
-
[Solved] Error when adding domain alias for my website
Krydos replied to man95's topic in Customer Service
There are a few domain providers that do things backwards from every other registrar in the world. Normally you buy a domain, set the nameservers, and then once the nameservers are set correctly cpanel allows you to add the domain. 99% of registrars including Namecheap https://www.heliohost.org/partners/namecheap which is where we recommend you buy your domains do it that way. Unfortunately, there are a couple backwards domain registrars like registro.br and eu.org that for whatever nonsensical reason won't set your nameservers for you until the nameservers are already set up for that domain, but there's no way to to set up the nameservers prior to the nameservers being set correctly. It's a circular dependency. The only option then to use that domain is to change your main domain which circumvents the nameserver check that cpanel does. Therefore if this us.to registrar happens to be one of the backwards ones the only way your domain is going to work is if it's your main domain. However, sometimes you can trick their backwards systems by changing your main domain until the domain works, and then change your main domain back to something else, and quickly add the domain again as an alias or addon domain. Sometimes it works, and sometimes it doesn't, but you're welcome to try.
