• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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