My Django Project is not running under the new updated mod_wsgi 3.4...

26 views
Skip to first unread message

cocobuster

unread,
Oct 25, 2012, 4:26:36 PM10/25/12
to mod...@googlegroups.com
My Django Project is not running under the new updated mod_wsgi...

Here is the django output:

SERVER_SOFTWARE
'Apache/2.2.22 (Unix) DAV/2 mod_wsgi/3.3 Python/2.6.1 mod_ssl/2.2.22 OpenSSL/0.9.8r'
mod_wsgi.application_group
mod_wsgi.callable_object
'application'
mod_wsgi.handler_script
''
mod_wsgi.input_chunked
'0'
mod_wsgi.listener_host
''
mod_wsgi.listener_port
'80'
mod_wsgi.process_group
''
mod_wsgi.request_handler
'wsgi-script'
mod_wsgi.script_reloading
'1'
mod_wsgi.version
(3, 3)


Seems like I am still running under my old version of mod_wsgi, python and django....

Here is how I updated to mod_wsgi 3.4

              1- Download tar xvfz mod_wsgi-3.4.tar.gz
               2- Teminal/Download/>tar xvfz mod_wsgi-3.4.tar.gz
               3- cd mod_wsgi-3.4 (go into unzip folder)
               4- Terminal> ./configure
                  ***  Here is the result
                  *   checking for apxs2... no
                      checking for apxs... /usr/sbin/apxs
                      checking Apache version... 2.2.22
                      checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python
                  ***                           



What the I miss in the installation steps...

Executing Terminal>sudo apachectl stop or start....  how can I tell force mod_wsgi to the newest version...

cocobuster




Reply all
Reply to author
Forward
0 new messages