Jump to content

null

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by null

  1. 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 New...