supernova15/modwsgi

cannot load mod_wsgi.so into server undefined symbol ap_accept_lock_mech

Closed this issue · 2 comments

My website worked well, but it did not respond after upgrading from ubuntu 
server 13.04 to 13.10, apache2.4, mod_wsgi-3.4.

After restarting apache 2.4, I got error "cannot load mod_wsgi.so into server 
undefined symbol ap_accept_lock_mech" 


Original issue reported on code.google.com by v.salama...@gmail.com on 18 Oct 2013 at 9:25

This normally indicates that you are trying to use a version of mod_wsgi 
compiled for Apache 2.2 with Apache 2.4. Ensure you have upgrade mod_wsgi to a 
compatible version for Apache 2.4, or recompile it from source code against 
Apache 2.4.

Original comment by Graham.Dumpleton@gmail.com on 18 Oct 2013 at 10:25

If this was ever an issue with mod_wsgi itself, it is not known to affect more 
recent versions, closing.

Original comment by Graham.Dumpleton@gmail.com on 31 Aug 2014 at 2:25

  • Changed state: Fixed