Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,853
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. Deployed. http://hkaldane.heliohost.org/Website/
  2. Deployed. http://xitix.heliohost.org/xitix_blog/
  3. Deployed. http://moctarsa.heliohost.org/MyHelioServlet/
  4. Deployed. http://llou21.heliohost.org/roadangel/
  5. 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.
  6. Krydos

    Scala

    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?
  7. 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.
  8. You can have 1 war deployed at a time. Yes, whenever you deploy a new .war the old one is undeployed first.
  9. 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.
  10. Deployed. http://llou21.heliohost.org/useraccount/
  11. 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.
  12. Yeah, the same thing happened. The reason this happens is because you have a lot of php processes that never exit on their own.
  13. Deployed. http://llou21.heliohost.org/roadangel/
  14. 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.
  15. 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.
  16. Deployed. http://xitix.heliohost.org/xitix_blog/
  17. There you go http://llou21.heliohost.org/test.jsp
  18. Please post the following information: Your cPanel username Your main domain The server that you are on
  19. 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.
  20. Opcache has been installed on PHP 5.6 on Tommy. https://krydos.heliohost.org/56/phpinfo.php
  21. If you change the main domain Java will stop working. There you go http://empaquesrecabarren.heliohost.org/test.jsp
  22. What is your reason for requesting this feature, and what version of PHP are you using?
×
×
  • Create New...