• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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