• 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.

Bug: Enabling pipelogging as suggested in KB is incomplete

Tozz

Regular Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Latest (Plesk 11.5 all MU's installed), Debian 7 x64

PROBLEM DESCRIPTION
When enabling pipelog with MySQL command, pipelogging is never actually enabled. You need to run httpdmng --reconfigure-server

STEPS TO REPRODUCE
Enable Pipelogging using MySQL command as suggested in the knowledge base:

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

ACTUAL RESULT
Pipelogging is only partly enabled. /var/www/vhosts/system/<domain>/logs/ no longer has access_logs (not beeing filled). Statistics are not beeing updated, as there are no logs.
Pipelogging daemon is not running.

EXPECTED RESULT
I would expect pipelogging to be actually enabled.

ANY ADDITIONAL INFORMATION

The fix is to run:
/opt/psa/admin/bin/httpdmng --reconfigure-server

However this is not stated in the KB. Perhaps it is better to supply a CLI-command to enable pipelogging instead of using MySQL queries to alter the PSA database.
 
Back
Top