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
'practivate.adobe.com|/myellica'
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
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/modwsgi/-/_2dkDRKEcq0J.
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.