• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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