Other than what I mentioned before I see nothing wrong with your config Graham may find something I missed. Are you sure you haven't changed the contents of the index.wsgi file and broke it? Have you checked the paths leading up to and including your wsgi-scripts dir to have the execute and read bits set?
~Carl On Wed, Sep 29, 2010 at 10:52 AM, nitin chandra <[email protected]> wrote: > Thanks Carl, > > but it did not work ... :( > > Nitin > > On Wed, Sep 29, 2010 at 7:33 PM, Carl Nobile <[email protected]> wrote: >> Remove this line DocumentRoot "/home/dev/wsgi-scripts" >> >> you don't want anybody getting to your wsgi scripts. I realize this is >> your test environment, but it's bad practice. >> >> You need to access the virtual host you setup with the port number on >> it. The ip address alone will bring you to whatever is the >> DocumentRoot for port 80. >> >> ~Carl >> > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- ------------------------------------------------------------------------------- Carl J. Nobile (Software Engineer) [email protected] ------------------------------------------------------------------------------- -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
