• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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