It worked! Such a silly mistake I did. Thanks a lot :) On Monday, 21 October 2013 21:34:17 UTC+5:30, Graham Dumpleton wrote: > > Turn off fancy quotes in your editor. Remove those fancy double quotes or > replace them with normal double quotes. > > This is on WSGIScriptAlias as well as Directory directive. > > Graham > > On 21/10/2013, at 8:55 AM, Akshatha G Bhat <[email protected]<javascript:>> > wrote: > > I have just started to work on Apache-wsgi-django. > > I want to deploy django applications on apache-wsgi on windows. I have > followed all the steps mentioned in the documentation. But after making all > the changes, the Apache service is not getting started. > > Apache Version: 2.2.25-win32-x86-openssl > Python version: 2.7- 32 bit > > httpd.conf: > > [some content] > > LoadModule wsgi_module modules/mod_wsgi.so > > WSGIScriptAlias /wsgi “C:/dev/wsgi/test.py” > > <Directory “C:/dev/wsgi”> > AllowOverride None > Options None > Order allow,deny > Allow from all > </Directory> > > [some content] > > I renamed the wsgi module to be loaded as mod_wsgi.so. Thats how it is to > be done right? > When I dont include the <Directory>....</Directory> part in the httpd.conf > file, I can start apache and just localhost gives the output. But when I > try to include permission to access Directory, it fails to restart. I am > still a naive user. What am I missing out? > > > > > > > > > > > > > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] <javascript:> > . > Visit this group at http://groups.google.com/group/modwsgi. > For more options, visit https://groups.google.com/groups/opt_out. > > >
-- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
