Add a fogotten sed to apache.

This commit is contained in:
Bruce Dubbs 2023-01-18 22:17:38 -06:00
parent 5ad1120ad6
commit 68995dfe57

View File

@ -130,6 +130,11 @@ useradd -c "Apache Server" -d /srv/www -g apache \
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &&
sed -e '/HTTPD_ROOT/s:${ap_prefix}:/etc/httpd:' \
-e '/SERVER_CONFIG_FILE/s:${rel_sysconfdir}/::' \
-e '/AP_TYPES_CONFIG_FILE/s:${rel_sysconfdir}/::' \
-i configure &&
./configure --enable-authnz-fcgi \
--enable-layout=BLFS \
--enable-mods-shared="all cgi" \