Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,618
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. You get that error because .htaccess is not a valid context for the directive SSLCACertificateFile http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile
  2. I messed around with this a little, but I haven't been able to get it to work yet. I think it might be possible though. The issue that we're probably running into is the server sends the message "Do you have a client certificate? These are the CAs that I consider valid." and the browser goes, "Ummm nope, none of my certificates are signed by a CA that are on that list." So your browser doesn't prompt you, and doesn't send a certificate, and those $_SERVER variables don't get set. I'll fiddle with it some more later.
  3. Deployed. http://gagrwl.heliohost.org/web/
  4. Since the title is "2nd account" I suspect that you're worried about getting suspended for having more than one account. To be more specific that rule is that you can only have one active account so you're fine.
  5. You have /home/saikosns/public_html/.htaccess that has RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(ComicPub/dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ ComicPub/dispatch.wsgi/$1 [QSA,PT,L] What that basically means is anything that isn't /media/ or /admin_media/ gets processed through dispatch.wsgi. Since you don't have a rule for /static/ it's not going to be able to access those files and gives a 404. Add this line after admin_media/ RewriteRule ^(static/.*)$ - [L]
  6. You're only allowed to run 2 cron jobs per day. If you exceed 2 then all of your cron commands will be deleted, and you run the risk of getting your account suspended. If you need to run cron more than twice a day let us know and we can help you set up an external cron. There is no such thing as resetting your jobs.
  7. Tommy support System.Core if that's what you're looking for. ASP.NET has been installed on your account. (Not that it's going to do any good since you don't have any domains hosted with us...)
  8. Please clear your cache.
  9. How did you create or where did you get your client certificate from in your browser?
  10. Deployed. http://gagrwl.heliohost.org/web/
  11. Java is now installed on barcodenetbar.com as well http://barcodenetbar.com/test.jsp
  12. Deployed. http://ddushan1.heliohost.org/Server/
  13. Java is only enabled on your main domain unless specified otherwise.
  14. # ./deploy_java ddushan1 server User ddushan1 found. Unable to find file: server.war Java is enabled on ddushan1 Usage: deploy_java <username> <.war file>
  15. Get all of the illegal stuff deleted quickly. Unsuspended.
  16. Deployed. http://ddushan1.heliohost.org/WebApplication4/
  17. Deployed. http://afarias.heliohost.org/netbar/
  18. HelioHost has an affiliate agreement with namecheap.com. If you're in the market for a new domain we highly recommend purchasing it from them. You can get a domain for as cheap as 48 cents per year, and HelioHost can host the website on your brand new domain for you. Click the banner below to use our affiliate link to shop for your new domain. Let us know if you need any help setting your NS records to ns1.heliohost.org and ns2.heliohost.org to get your new domain working.
  19. If you don't view our ads we don't earn any ad revenue from your visits to our site. It's free to whitelist us, and we promise our ads aren't too annoying. Make sure you whitelist heliohost.org, helionet.org, tommy.heliohost.org, johnny.heliohost.org, ricky.heliohost.org, and wiki.helionet.org. Who knows? You might even see an ad for something amazing that you want to check out.
  20. Closing since Stevie has been decommissioned.
  21. Closing this thread since Stevie has been decommissioned.
  22. For those that search and find this thread we now support ASP.NET MVC 5, 4, 3, 2, and 1 on Tommy. Closing.
  23. Closing since Stevie has been decommissioned.
  24. For anyone who finds this thread through a search, mod_wsgi can only be associated with one version of Python at a time. When this post was made mod_wsgi was compiled with python 2.7. On Tommy mod_wsgi currently uses python 3.6.0. Mod_wsgi is not installed on Johnny so you have to use cgi there or move to Tommy. Closing since this thread is three years old.
×
×
  • Create New...