-
Posts
24,853 -
Joined
-
Last visited
-
Days Won
885
Everything posted by Krydos
-
Deployed. http://hkaldane.heliohost.org/Website/
-
Deployed. http://xitix.heliohost.org/xitix_blog/
-
Deployed. http://moctarsa.heliohost.org/MyHelioServlet/
-
Deployed. http://llou21.heliohost.org/roadangel/
-
It looks like you forgot the pipe character | That's very important. It should look like |/home/dr/email_reply.py Yes, this will only work with filters. Forwarding just takes the email changes the to: field and sends it back through the email system. Filter is what processes the email.
-
Which web framework would you be interested in using? Scala by itself is probably only good for cron jobs really. I hear foursquare uses scala/lift. Is that what you were thinking?
-
Good question. You can put the script anywhere in your account, but I would recommend /home/dr/email.py because that's not accessible through a browser for the extra security. First go to https://tommy.heliohost.org:2083/frontend/paper_lantern/mail/filters/managefilters.htmlPick the email address that you want to forward to the script and click manage filters next to it.Click create new filter.Name is "Pipe to Python" or whatever.Set up your rules if you only want certain emails to be piped or all of them, etc.In the actions dropdown box select pipe to a programEnter the path to your python script with a pipe character first, such as |/home/dr/email.pyClick createThen as far as the python script goes you'll need the python shebang for the version you want to use first, and then the email will come to the script along stdin so you can process the text as you would any other stdin input.
-
Tommy Http Status Code 500 And Ftp Reconnection/crash
Krydos replied to dl5ark1's topic in Customer Service
Fixed again. -
You can have 1 war deployed at a time. Yes, whenever you deploy a new .war the old one is undeployed first.
-
Here's the error you're getting: [Wed May 17 22:09:02 2017] [error] [client 127.0.0.1] SoftException in Application.cpp:256: File "/home/hwiremod/public_html/prometheus/index.php" is writeable by group, referer: http://hwiremod.heliohost.org And if you look at the permissions: root@johnny [/home/hwiremod/public_html/prometheus]# ls -la | grep index -rw-rw-r--. 1 hwiremod hwiremod 5630 May 17 10:11 index.php ^ | this is the problem That's 664, and it needs to be 644 otherwise php cries about it. After I changed the permissions for you it gives an error about not having the right mysql credentials http://hwiremod.heliohost.org/prometheus/ Generally php files should be 644, directories should by 755 except for public_html which should be 750, but that is created when your account is so you don't need to mess with that.
-
Deployed. http://llou21.heliohost.org/useraccount/
-
Tommy Http Status Code 500 And Ftp Reconnection/crash
Krydos replied to dl5ark1's topic in Customer Service
I don't see anything on the logs right now, but if something pops up with the username dr I'll try to remember to post it here. -
Tommy Http Status Code 500 And Ftp Reconnection/crash
Krydos replied to dl5ark1's topic in Customer Service
Yeah, the same thing happened. The reason this happens is because you have a lot of php processes that never exit on their own. -
Deployed. http://llou21.heliohost.org/roadangel/
-
[Solved] Not Able To Connect To Mysql Remotely
Krydos replied to mybot's topic in Escalated Requests
Each mysql user may have 4 open connections at once. This doesn't sound like much but some of our sites have thousands of visitors per day without ever seeing that error because their code is well written and each connection is only open for a few milliseconds. -
[Solved] Filezilla / Coreftp Can't Connect To Ftp [Johnny]
Krydos replied to hwiremod's topic in Customer Service
Try these settings: Open FilezillaClick File >> Site ManagerClick New SiteType "Johnny SFTP" and press enterIn Host field type "johnny.heliohost.org"In Port field type "1373"In Protocol dropdown select "SFTP - SSH File Transfer Protocol"In Logon Type dropdown select "Normal"In User field type your cPanel usernameIn Password field type your cPanel passwordClick ConnectApprove the remote server key, and check the box to not ask you about this server again. -
Deployed. http://xitix.heliohost.org/xitix_blog/
-
There you go http://llou21.heliohost.org/test.jsp
- 1 reply
-
- 1
-
-
Tommy Http Status Code 500 And Ftp Reconnection/crash
Krydos replied to dl5ark1's topic in Customer Service
Please post the following information: Your cPanel username Your main domain The server that you are on -
Make sure your nameservers on that domain are set to ns1.heliohost.org and ns2.heliohost.org I searched for the DNS records on that domain and freenom doesn't reply. If you already have your DNS records set properly you'll need to contact freenom support to find out what is going on.
-
If you change the main domain Java will stop working. There you go http://empaquesrecabarren.heliohost.org/test.jsp