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?
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?