Jump to content

Recommended Posts

Posted

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

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...