• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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