Are you still loading mod_python into the same Apache? A blank
response is often the result of doing that and using an incompatible
mod_python.

What mod_wsgi specific configuration are you using and what WSGI
script file? A hello world program or something larger?

Graham

On 20 April 2011 05:46, skawaii <[email protected]> wrote:
> Hi. I'm pretty new to this, so I wouldn't be surprised if I just
> messed something up, but I'm having problems installing mod_wsgi.
>
> Here's what I'm wokring with:
> Apache 2.0.52
> Python 2.7.1 (as a shared lib)
> mod_wsgi 3.1
>
> Prior to installing mod_wsgi, Apache was working just fine.
>
> To build and install mod_wsgi, I did the following as root:
> ./configure
> make
> make install
>
> This all went fine.
>
> I then added
>
> LoadModule wsgi_module modules/mod_wsgi.so
>
> to the end of my "LoadModule" section. I think restarted httpd with /
> etc/init.d/httpd restart.
>
> After restarting, there are no error in httpd/logs/error_log, but I
> only get blank pages (WSOD). If I comment out mod_wsgi's LoadModule
> line and restart httpd, everything works as it did previously.
>
> Any help on where to begin looking to figure out what's going on is
> appreciated.
>
> Thanks,
> Jason
>
> --
> 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.
>
>

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

Reply via email to