null Posted November 21, 2008 Posted November 21, 2008 I'm used to deploying Django on mod_python and trying to get up to speed with mod_wsgi. I've set up a local server to test the configuration before uploading. I've started from scratch with the project just to see if I can get it to work. I run into the same problem locally and remotely where it just displays the contents of the .wsgi stub. I can fix this locally with a WSGIScriptAlias in the apache configuration but the mod_rewrite rules seem to show another type of setup? Am I missing something? I have all the permissions set up correctly I believe. 0755 - ~/public_html/hello/dispatch.wsgi 0775 - ~/.python_egg_cache global read for all others
Ashoat Posted November 21, 2008 Posted November 21, 2008 Sorry, this was a problem on our side. See if it works now.
null Posted November 21, 2008 Author Posted November 21, 2008 Sorry, this was a problem on our side. See if it works now. Still the same thing. http://null.heliohost.org/hello/
Ashoat Posted November 21, 2008 Posted November 21, 2008 And you followed all the directions from the Python page on HelioHost.org?
null Posted November 22, 2008 Author Posted November 22, 2008 OK, sorry... should be working now. That did it. Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now