• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Website will not load at the frontend. Server error.

gabartech

New Pleskian
Server operating system version
macOS Big Sur 11.06
Plesk version and microupdate number
Plesk Obsidian Web Host Edition. Version 18.0.43 Update #1
Hello community, I have this error message on my plesk dashboard:

Error: New configuration files for the Apache web server were not created due to the errors in configuration templates: [Tue May 10 12:29:03.045223 2022] [so:warn] [pid 11209:tid 140582980708480]
AH01574: module unique_id_module is already loaded, skipping httpd:
Syntax error on line 353 of /etc/httpd/conf/httpd.conf:
Syntax error on line 13 of /etc/httpd/conf.d/00_mod_security.conf:
No matches for the wildcard '00*exclude.conf' in '/etc/httpd/modsecurity.d', failing (use IncludeOptional if required). Search in KB

i tried:
Code:
# plesk repair installation
but still no way out.
please any heads up. Thanks in advanced.
 
hello @gabartech ,
are you using modsecurity Plesk component or it was installed separately ?
at my test servers there is a config like below:
~]# cat /etc/httpd/conf.d/security2.conf
#LoadModule security2_module modules/mod_security2.so

<IfModule security2_module>
SecDataDir /var/lib/mod_security
IncludeOptional "/etc/httpd/conf/modsecurity.d/*.conf"
</IfModule>
which contains exactly IncludeOptional directive.

what is content of /etc/httpd/conf.d/00_mod_security.conf ?
 
Back
Top