SHA256
1
0
forked from pool/apache2
OBS User unknown
2009-06-09 16:26:15 +00:00
committed by Git OBS Bridge
parent b7b82a2a70
commit aba337e67f
9 changed files with 2181 additions and 38 deletions

View File

@@ -45,7 +45,7 @@ fi
for i in ${APACHE_MODULES[*]}; do
unset module_path module_id
case $i in mod_cgid|cgid) case $APACHE_MPM in prefork|leader) i=${i%d};; esac;; esac
case $i in mod_cgid|cgid) case $APACHE_MPM in prefork|leader|itk) i=${i%d};; esac;; esac
case $i in mod_cgi|cgi) case $APACHE_MPM in event|worker) i=${i}d;; esac;; esac
module_id=${i##*/}