What is the error in the Apache error log file?

Are you absolutely sure that you restarted Apache after adding:

  LoadModule wsgi_module modules/mod_wsgi.so

and that it was working after doing that and before doing anything else?

BTW, that blog is out of date. I hope you ignored the links in it for
the mod_wsgi.so binary downloads and instead went to:

  http://code.google.com/p/modwsgi/wiki/DownloadTheSoftware?tm=2

to ensure you got the latest versions.

Also take note of the linked instructions there for Windows if you
haven't as yet read any of the documentation on the official mod_wsgi
site.

Graham

On 21 October 2011 16:34, Medhya Chourasia
<med...@innocenttechnosoft.com> wrote:
> I am follow
> this http://pradyumnajoshi.wordpress.com/2009/06/09/setting-up-mod_wsgi-for-apache-and-django-on-windows/
>
> I am using python2.6, Apache2.2, Django1.3 and mod_wsgi>3 on windows xp. now
> I have installed Apache correctly it is running well. and I have add the
> following line in httpd.conf file:- LoadModule wsgi_module
> modules/mod_wsgi.so Now i restart my Apache server It's running well. But
> when I have add the following lines in httpd.conf:-
>
> WSGIScriptAlias /wsgi “C:/wsgi_app/wsgi_handler.py”
>
>
> <Directory “C:/wsgi_app”>
>
>   AllowOverride None
>   Options None
>   Order deny,allow
>   Allow from all
> </Directory>
>
> Then restart my Apache server it give error on the prompt "The request
> operation has failed"
>
> please help me I am new in python.
>
> Thank You.
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to modwsgi@googlegroups.com.
> To unsubscribe from this group, send email to
> modwsgi+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to