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

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