blob: 7e126d265e577c9140d8223d17bc9e6210c06f52 (
plain) (
blame)
1
2
3
4
|
@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
@unexec echo "Don't forget to remove all mod_wsgi-related directives in your httpd.conf"
|