• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Plesk 18.0.76 Plesklog failed to build vhost configuration

kevinjansen

Basic Pleskian
Server operating system version
Almalinux 8
Plesk version and microupdate number
18.0.76
Hi,

After upgrading to 18.0.76 i am getting the following errors:
AH00526: Syntax error on line 15 of /etc/httpd/conf/plesk.conf.d/server.conf: Invalid command 'plesklog', perhaps misspelled or defined by a module not included in the server configuration .

This is in the configuration:
<IfModule mod_logio.c>
LogFormat "%v@@%p@@%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<IfModule !mod_logio.c>
LogFormat "%v@@%p@@%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
CustomLog "|/usr/local/psa/admin/sbin/pipelog 7081" plesklog

But thats default i guess since i never touched that file. Do i need to wait for a patch or is there a fix/workaround?
 
Same problem here

AH00526: Syntax error on line 15 of /etc/httpd/conf/plesk.conf.d/server.conf:Invalid command 'plesklog', perhaps misspelled or defined by a module not included in the server configuration.
 
Back
Top