adding /usr/lib/cgi-bin as the auth folder for awstats.pl \!

This commit is contained in:
Benjamin Sonntag 2007-08-26 18:33:40 +00:00
parent 7e24dd2e59
commit 41f20a8dcc
1 changed files with 3 additions and 1 deletions

View File

@ -196,7 +196,9 @@ if ! grep -q "php5_module" /etc/apache-ssl/modules.conf
then
echo "LoadModule php5_module /usr/lib/apache/1.3/libphp5.so" >>/etc/apache-ssl/modules.conf
fi
# We update ucf, that's bad isn't it ? ;)
ucf /etc/apache/modules.conf
ucf /etc/apache-ssl/modules.conf
# Copy postfix *_checks if they do not exist
for file in body_checks header_checks; do