Open GoogleCodeExporter opened 9 years ago
Sorry, the options are : --prefix=/usr --enable-shared --with-threads
--enable-unicode
Original comment by dory.thi...@gmail.com
on 13 Feb 2010 at 1:17
Which version of mod_wsgi was this? Which options did you configure mod_wsgi
with?
Original comment by collinw
on 19 Feb 2010 at 8:14
The version of mod_wsgi is 3.1 and I configured it with all the defaults
options.
Original comment by dory.thi...@gmail.com
on 19 Feb 2010 at 9:01
I was hoping that mod_wsgi had tests I could run, but of course it doesn't. I
don't
have a mod_wsgi-based web app handy, or even a configured Apache server. Do you
have
an easy way to reproduce this failure?
Original comment by collinw
on 11 Mar 2010 at 9:52
Yeah sure here is how to do it :
1) Build and install unladen with shared lib support
2) Go to mod_wsgi src folder and run make then make install
3) Add a line "LoadModule wsgi_module modules/mod_wsgi.so" to you apache conf
file
4) start apache and see log file or launch directly the apache exec as root in
you
terminal
Original comment by dory.thi...@gmail.com
on 13 Mar 2010 at 11:22
Original issue reported on code.google.com by
dory.thi...@gmail.com
on 13 Feb 2010 at 1:03