• 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.

Error after update

Vadim_Zigula

Basic Pleskian
Centos 7.
http://94.30.181.146:8443/ cant access in panel
ERROR: Service_Agent_Exception

Unable to read apache features from the service node: [Thu Nov 13 18:44:11.959356 2014] [so:warn] [pid 18424] AH01574: module actions_module is already loaded, skipping
[Thu Nov 13 18:44:11.959639 2014] [so:warn] [pid 18424] AH01574: module auth_digest_module is already loaded, skipping
[Thu Nov 13 18:44:11.960682 2014] [so:warn] [pid 18424] AH01574: module authz_user_module is already loaded, skipping
[Thu Nov 13 18:44:11.962448 2014] [so:warn] [pid 18424] AH01574: module headers_module is already loaded, skipping
[Thu Nov 13 18:44:11.962852 2014] [so:warn] [pid 18424] AH01574: module logio_module is already loaded, skipping
[Thu Nov 13 18:44:11.964591 2014] [so:warn] [pid 18424] AH01574: module suexec_module is already loaded, skipping
[Thu Nov 13 18:44:11.964612 2014] [so:warn] [pid 18424] AH01574: module unique_id_module is already loaded, skipping
[Thu Nov 13 18:44:11.965099 2014] [so:warn] [pid 18424] AH01574: module dav_module is already loaded, skipping
[Thu Nov 13 18:44:11.965118 2014] [so:warn] [pid 18424] AH01574: module dav_fs_module is already loaded, skipping
[Thu Nov 13 18:44:12.012857 2014] [so:warn] [pid 18424] AH01574: module unique_id_module is already loaded, skipping
httpd: Syntax error on line 362 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)
get_apache_path: '/usr/sbin/apachectl -V' failed
 
Last edited:
Looks like that you have mod_security-2.8.0-24.el7.art.x86_64 (atomic) package installed which contains directives Include to nonexisting files, which caused problems with the launch of Apache service:

httpd: Syntax error on line 362 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)

As possible solution you can comment all Include lines in /etc/httpd/conf.d/00_mod_security.conf file and disable atomic repo when you install Plesk on clean CentOS 7 server.
 
Hi Guys,

First post, so hoping I'm in the right place! I have just upgrade to v12 from 11.5 on a CentOS server. Upgrade went well and installed ModSec and Fail2Ban as additional components. All went fine.

The one weird issue I am having is that on enabling modsec with Atomic rules all goes well. When I check the logs I see all the activity and rule IDs. When I turn off a rule ID globally it does not work. If I go into a domain and add the ID to disable the same rule it works for that one site. What I want to know is if I am doing something wrong trying to disable rules in Tools > Web Application Firewall (ModSecurity) > Switch off security rules

What I have been doing is adding the rule IDs as one per line. Currently running Detection Only but need it turned on.

Any ideas on what I could be doing wrong or things I need to check much appreciated.

All the best

Rob
 
Back
Top