• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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