• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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