diff --git a/apache/files/www-logrotate.sh b/apache/files/www-logrotate.sh index 4490eff..7e06ffc 100755 --- a/apache/files/www-logrotate.sh +++ b/apache/files/www-logrotate.sh @@ -41,6 +41,8 @@ if [ -r /var/run/httpd.pid ]; then HTTPDPID=`cat /var/run/httpd.pid` elif [ -r /var/run/httpd/httpd.pid ]; then HTTPDPID=`cat /var/run/httpd/httpd.pid` +elif [ -r /var/run/apache2/apache2.pid ]; then + HTTPDPID=`cat /var/run/apache2/apache2.pid` elif [ -r /var/run/apache2.pid ]; then HTTPDPID=`cat /var/run/apache2.pid` fi