• 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

This operation is taking too long. Check the results in a few minutes

Ahmad12

Basic Pleskian
trying to enable or disable Apache modules, but it keep trying without success and after few minutes will give error:
This operation is taking too long. Check the results in a few minutes

detailed error:
Error: START httpd_modules_ctl --disable authz_dbd,dbd resource(s) deleted resource(s) deleted resource(s) deleted resource(s) deleted resource(s) deleted resource(s) deleted websrvmng: /usr/local/psa/admin/sbin/apache_control_adapter execution failed: websrvmng: /usr/local/psa/admin/sbin/apache_control_adapter execution failed:
 
What is your Plesk version? As far as I remember it was fixed in Plesk 12.5
 
Any results after

# plesk repair web

? Also check possible lack of memory resources if it is VPS.
 
result all are OK.
it is on dedicated server
plesk is working but any vhost is giving apache error:
 
Last edited:
Error: Unable to make action: Unable to manage service by apache_control_adapter: ('start', 'web'). Error:
 
pen() "/usr/local/psa/admin/htdocs/sitemap.xml" failed (2: No such file or directory), client: 66.240.192.138, server: , request: "GET /sitemap.xml HTTP/1.1"
 
pen() "/usr/local/psa/admin/htdocs/sitemap.xml" failed (2: No such file or directory), client: 66.240.192.138, server: , request: "GET /sitemap.xml HTTP/1.1"
What is this? Please restart Apache in CLI with

# /etc/init.d/httpd stop
#/etc/init.d/httpd start

Show me output and related errors from /var/log/httpd/error_log
 
when i'm trying to run: /etc/init.d/httpd stop i've got error:
/etc/init.d/httpd: No such file or directory
 
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
 
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2016-02-03 06:40:04 UTC; 57s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 8903 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 8901 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 8901 (code=exited, status=1/FAILURE)

httpd[8901]: (98)Address already in use: AH00072: make_sock: could n...:443
httpd[8901]: (98)Address already in use: AH00072: make_sock: could n...:443
httpd[8901]: no listening sockets available, shutting down
httpd[8901]: AH00015: Unable to open logs
systemd[1]: httpd.service: main process exited, code=exited, status=...LURE
kill[8903]: kill: cannot find process ""
systemd[1]: httpd.service: control process exited, code=exited status=1
systemd[1]: Failed to start The Apache HTTP Server.
systemd[1]: Unit httpd.service entered failed state.
systemd[1]: httpd.service failed.
 
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: activating (start) since Wed 2016-02-03 07:03:50 UTC; 1min 23s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 8903 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Main PID: 9680 (/usr/sbin/httpd)
CGroup: /system.slice/httpd.service
├─9680 /usr/sbin/httpd -DFOREGROUND
├─9681 /usr/sbin/httpd -DFOREGROUND
├─9682 /usr/sbin/httpd -DFOREGROUND
├─9683 /usr/sbin/httpd -DFOREGROUND
├─9684 /usr/sbin/httpd -DFOREGROUND
├─9685 /usr/sbin/httpd -DFOREGROUND
└─9686 /usr/sbin/httpd -DFOREGROUND

the apache service is not started
 
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2016-02-03 07:13:51 UTC; 46s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 10747 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 10745 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 10745 (code=exited, status=1/FAILURE)
 
Last edited:
Back
Top