django - How to uninstall mod_wsgi when installed with make? -


i have installed mod_wsgi on ubuntu 14.04 described in documentation. while don't errors apache or django setup not work (no idea why exactly) start on , use libapache2-mod-wsgi.

however, don't know how uninstall mod_wsgi. this answer more general question on subject advises trying make uninstall not work in case.

make -n install gives me following output:

/usr/bin/apxs2 -c -i/usr/include/python2.7 -dndebug -d_fortify_source=2  -wc,-g -wc,-o2  src/server/mod_wsgi.c src/server/wsgi_*.c -l/usr/lib -l/usr/lib/python2.7/config  -lpython2.7 -lpthread -ldl  -lutil -lm /usr/bin/apxs2 -i -s libexecdir=/usr/lib/apache2/modules -n 'mod_wsgi' src/server/mod_wsgi.la 

what have uninstall this?

thanks!

edit: i'm using mod_wsgi-4.5.3.

remove configuration added apache configuration files , run:

sudo rm /usr/lib/apache2/modules/mod_wsgi.so 

i recommend against using system provided mod_wsgi package out of date many many versions , not supported. better off using latest source code , trying work out problem is, exact details of haven't posted.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -