• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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