mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
@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"
|