You need to remove this line from where ever it has been put in your
httpd.conf file then bounce apache.

LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so

Can I ask why you are no longer using mod_wsgi?

~Carl

On Mon, Sep 27, 2010 at 5:30 AM, ashy <ashwinmo...@gmail.com> wrote:
> Hi All,
>
> I had installed mod_wsgi for python, so as to serve django pages using
> apache. But now I do not want to use mod_wsgi. Is there an option to
> disable mod_wsgi,
>
> I have removed the following segment from the apache conf file
>
>        WSGIScriptAlias / /home/user/djangoprojects/test/apache/
> django.wsgi
>
>        <Directory /home/user/djangoprojects/test>
>        Order deny,allow
>        Allow from all
>        </Directory>
>
> But still getting errors in apache error log files.
>
> [Mon Sep 27 02:06:32 2010] [error] [client 10.1.4.193] Target WSGI
> script not found or unable to stat: /home/user/djangoprojects/test/
> apache
>
> Any ideas?
>
> thanks
>    ashy
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to modw...@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.
>
>



-- 
-------------------------------------------------------------------------------
Carl J. Nobile (Software Engineer)
carl.nob...@gmail.com
-------------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modw...@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