Enable piped logs in Apache
Run the following MySQL query:
REPLACE INTO psa.misc (param,val) VALUES ('apache_pipelog', 'true'); |
Rebuild the Apache configuration files:
/usr/local/psa/admin/sbin/websrvmng -av |
Restart Apache:
/etc/init.d/httpd restart |
Run the following MySQL query:
REPLACE INTO psa.misc (param,val) VALUES ('apache_pipelog', 'true'); |
Rebuild the Apache configuration files:
/usr/local/psa/admin/sbin/websrvmng -av |
Restart Apache:
/etc/init.d/httpd restart |