Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,805
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Wow, thanks a ton! Here's the infobox image I used on my article https://en.wikipedia.org/wiki/User:Krydos/sandbox#/media/File:HelioHost_logo.png
  2. There you go https://krydos.heliohost.org/cgi-bin/modules36.py There is no such module named pkg-resources. It's actually a bug in Ubuntu https://stackoverflow.com/a/40167445/2336864
  3. http://arkham19.heliohost.org/mb/ is working for me. Where do you see that error?
  4. What went wrong with the deletion script? I sent you an email to confirm you're the owner of that account. Reply and I'll delete it.
  5. The error the deployment was giving was 13-Dec-2018 04:19:01.793 SEVERE [http-nio-8080-exec-26] com.sun.jersey.spi.container.ContainerResponse.mapMappableContainerException The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.OutOfMemoryError: unable to create new native thread I restarted Tomcat and it deployed fine after that. I suspect someone else's .war is crashing the system by using up too many threads or memory. This is the same issue we had on Tomcat 8.5. When I have some time I'll try to figure out who.
  6. You can install your own certificate though https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate
  7. It might have been a high load issue. Since Johnny, the server that you picked, is so overcrowded the load can get really high sometimes.
  8. Those look like local includes to me. Have you checked to make sure those included files exist?
  9. The phpmyadmin on your account is working for me. Has the issue resolved itself? https://johnny.heliohost.org:2083/frontend/paper_lantern/sql/PhpMyAdmin.html
  10. I'm sorry. For some reason when I was writing that earlier I read it as allow_url_fopen not allow_url_include. We allow a lot of easily hacked software, most notably wordpress, run on our servers, and allowing hackers to include malicious code hosted on another server is a security risk. We can control our own servers pretty well, but allowing users to execute code on some other server that may or may not have any security could be a problem if the remote code is changed by a hacker. Why do you need to include remote code? Why not just upload it to our server and include it locally?
  11. PHP errors are off by default. I had to recompile a few versions of php a while back, and simply forgot to turn errors back on.
  12. It's currently set to GPCS which is default. The E is a performance hit to list in this directive, and you can access it via the getenv() function anyways if you really need it which most people don't. I think you can just set it via the curl CURLAUTH_GSSNEGOTIATE option. That's a pretty obscure one. This would require compiling curl from source which would undoubtedly break other things. I prefer to keep everything supported through the package manager if at all possible. Cpanel disables this by default for, what I assume is, performance increases. Cpanel disables this by default for, what I assume is, performance increases. This is a security risk. Cookie based sessions are more secure than URL based sessions. I think this is already set. I think this is already set. I'm not sure what this is supposed to mean. The default value is "a=href,area=href,frame=src,input=src,form=fakeentry". This option is related to the URL sessions that I listed above as being a security risk. Overall, I really think that whatever software you're trying to run is going to require a vps if it really needs all of these insecure settings. Luckily for you we provide those.
  13. It's already on. It's already on. The functions that are disabled are going to stay disabled because they are a security risk on a shared hosting plan. It's a security vulnerability to have this on. This would allow criminals to see the vulnerabilities of our php version. Why do you even think you need this on? Max execution time is intentionally kept low to help keep the server load low. If each php process was allowed to run for 5 minutes all of the server memory would be consumed even more easily, and the server would have even more downtime than it already does. Max input time is intentionally kept low to help keep the server load low. It's a terrible idea for uptime to set this much higher than it already is. If this was disabled you wouldn't be able to pass arguments to php on the command line which would make a lot of cron jobs stop working. It would increase performance slightly though so I'm tempted. Why does it matter to you if you can pass arguments on the command line anyways? So you want literally everyone's emails on the entire server to look like they are coming from your account? I don't think you even know what you're asking for. Where did you copy/paste this list from? It's obviously settings that are meant to be run on a vps, not shared hosting. Same as above.
  14. I honestly haven't even read through the list yet, because it's irrelevant until I know which version of php we're even talking about. I should also mention that if you want to edit your own php.ini or use insecure functions like exec() you won't be able to do that on a shared hosting account like you have, but you can do so on a vps https://www.heliohost.org/vps/
  15. Done. You should now be able to log in and your website should be working again.
  16. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  17. You don't need command line to change permissions. You can do it through cpanel file manager, or through sftp. I'm not familiar with wordpress so I have no idea what the permissions are supposed to be, but generally 7 = read,write,execute - 6 = read,write - 5 = read,execute - 4 = read, and so on. In order for php files to not give a 500 error they need to be 644. Directories usually should be 755, but if you want a script to be able to create a new file inside the directory you might need to make it 777. Perhaps google what wordpress permissions should be and then compare it to what you have.
  18. Or you could switch servers. If you intend anyone other than yourself to ever see your site you really shouldn't be on Johnny.
  19. Cloudflare doesn't cache php output. https://support.cloudflare.com/hc/en-us/articles/200172516-Which-file-extensions-does-Cloudflare-cache-for-static-content-
  20. You picked Johnny, so pretty much all day is a high traffic time. That is our slowest and most overcrowded server.
  21. I tried deploying the .war for you and it worked fine for me.
  22. Did you read https://www.helionet.org/index/topic/34596-tommy-tomcat-upgrade/ and https://www.helionet.org/index/topic/34659-tomcat-9012/ and did you get the email about upgrading Tomcat as well?
  23. It worked for me You successfully created the alias, “dysiweb.com”.
×
×
  • Create New...