• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Piped Logs for Apache Plesk 9.2

A

Ali Raza

Guest
I am about to host 1000 domains in Plesk 9.2.2 Dual Xeon Quade core 4GB Ram

How do I implement apache piped logs in Plesk 9 as Plesk/apache crashes after hosting 300 domains. I know this for plesk 8 http://kb.odin.com/en/2066 but how do i do this in plesk 9?
 
Hello,

It is going to be done at teh same way as in Parallels Plesk Panel (PP) version 8.x:

1. Log in to the server shell.

2. Issue the command:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "replace into misc (param,val) values ('apache_pipelog', 'true');"

3. Rebuild Apache configuration:
# $PRODUCT_ROOT_D/admin/sbin/websrvmng -v -a

Thank you
 
Back
Top