-
Posts
19146 -
Joined
-
Last visited
-
Days Won
759
Everything posted by wolstech
-
[Solved] Can't access heliohost from my home network
wolstech replied to brutalis's topic in Customer Service
What is the public IP of your home network? (You can visit https://www.heliohost.org/ip.php from your home network to get it, or if that's blocked too, google "my ip address" from your home network) You're probably blocked in our firewall...once we know what IP is blocked, I can unblock it for you. -
Now that's some high load... Since this is probably related to the Perl issue you're having over here https://www.helionet.org/index/topic/32248-installation-of-perl-module-cryptrandom/ I'll leave this suspended until the cause and a fix can be identified by Krydos. If it was that Perl module, he'll need to fix that too. We don't want to cause any more downtime on Tommy due to this sort of load again. If you would like your account back sooner, let me know and I'll just disable all your scripts (add .old extensions to the end of their names) and unsuspend you. Please note that it may take some time since Krydos has been busy with non-HelioHost stuff lately. All of us are volunteers, so none of us get paid for what we do here. As a result, we have a real life and job to tend to at times
-
@mrj: That's the issue he's having. The system is ignoring the custom mail headers (specifically the FROM and REPLY-TO) for some reason so he can't fix the headers...
-
What IPs should be allowed (or do you want any IP)? Escalating so Krydos can enable this for you. Please be aware though that Krydos has been busy with non-HelioHost stuff lately, so there may be a delay in getting this set up for you. All of us are volunteers, and none of us get paid for what we do here, so we all have a real life and a job to tend to at times.
- 3 replies
-
- postgresql
- connect
-
(and 2 more)
Tagged with:
-
@Sagnik: The access denied error he's getting will always make $conn false. I would try changing the password on the mysql user next. Also, this line would never be valid: //$mysql_username = "remcon"; Except for the cPanel default mysql user (the one that's the same as your cpanel username), all MySQL users will be prefixed with cpanelusername_, so it should be It should be hazak_remcon, assuming hazak is your cPanel username.
-
It will not since there's likely a forum account by the same name. I have to rename the forum account if you want to reuse it. What's the old username?
-
The main domain is working. Please clear your cache. As for the addon domain, please remove cloudflare and change your name servers to ns1.heliohost.org and ns2.heliohost.org. After that, verify the domain appears in the addon domains list in cpanel. If it does not, add it and wait 12 hours. If you receive an error adding the domain, please let us know and we can assist further.
-
Unblocked. It may take up to 10 minutes to be effective.
-
I will leave this open for Krydos to see. He's the one who handles advanced requests such as this. Please be advised that Krydos has been busy with non-HelioHost stuff lately, so your request may take several days to be completed. We're all volunteers who don't receive any sort of pay for what we do here, so we all have a life and job to tend to as well
-
Your account has been unarchived and moved to Tommy. You should now be able to log in.
-
That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
-
Unarchive done. Now moving...
-
[HH#73716] Can't access my deployed java web application;
wolstech replied to HelioHost's topic in Email Support
Tommy can take up to 24 hours to get Java installed, but usually it happens in less time than that. The wait shouldn't be too long. You'll know it finished because there will be a form for deploying a war in place of the request Java message once it happens, and your domain will show a tomcat 404 error instead of a directory listing. -
Facing some issues accessing my Servlet App
wolstech replied to rakesh73's topic in Customer Service
I've answered in your other topic and unsolved it for you. My response is copied below for reference: -
I'll answer here since you posted it. For #1, we don't support HTTPS for Java by default because it uses a lot of resources and means your account would up 2 Java slots instead of one if supported both HTTP and HTTPS. It can be enabled for you, but regular HTTP won't work anymore if you want us to do this. For #2, this is a limitation of how we handle WAR files. It occurs because we deploy into a username prefixed folder. If we didn't, nobody else on the server would be able to have a WAR called "blog". We recommend naming your WAR file with the username_ in front of it (e.g username_blog) so the deployment path and the URL are the same. There is no fix other than to either rename the WAR, or develop your code to make the assumption that the username will appear in front when searching for its files.
-
[HH#73716] Can't access my deployed java web application;
wolstech replied to HelioHost's topic in Email Support
It worked correctly this time around. No idea what happened with the last account. Please go ahead and request Java/deploy the WAR again. It should work properly now for you. -
[HH#73716] Can't access my deployed java web application;
wolstech replied to HelioHost's topic in Email Support
An invite has been sent for a new account. Please sign up again using that invite. -
Unarchiving...
-
[HH#73716] Can't access my deployed java web application;
wolstech replied to HelioHost's topic in Email Support
That account doesn't have Java enabled on it from the looks of it. Assuming you've requested Java in cPanel, your domain is supposed to show a Tomcat 404 error if it was enabled. Looking at that account, there's something...odd...about it too, in that I can't find it in some of our admin tools despite it existing. From what I can tell, something went wrong when it was created...this will need to be looked at by our primary root admin Krydos, which may be a while since he's been busy with other non-HelioHost stuff (we're all volunteers, so we all have a job and the like to tend to as well). If you prefer, I can just delete the account and send an invite for a new one. Would you prefer to do that instead? -
That link has a typo in it, my apologies. It should be https://tommy.heliohost.org:2083/
-
The username for that account is soeng, not leostar. Also, the domain associated with that account is hongsoengsiv.heliohost.org. Try signing in here using soeng as the username: https://tommy.heliohgost.org:2083/
-
You're not blocked on our end...
-
What was the username on the account?
-
The 68 you're seeing is the total open connections for all accounts on the server. MySQL Connections are limited to 4 concurrent connections per account on Johnny and Ricky. Tommy has a limit of 6.
-
[Solved] Oops, please move me back to Tommy
wolstech replied to webdevsemo's topic in Customer Service
It's probably a stale DNS cache. If you're on windows, open a command prompt and run: ipconfig /flushdns To clear out the stale Ricky DNS entries
