• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved Apache cannot be started

sdmx80

Basic Pleskian
Hello,

I get an error on all domains: Forbidden: PHP engine is disable.

I had lightspeed installed last week, but uninstalled it again.

Here is the error:
Code:
  Repairing server-wide configuration parameters for web servers .. [2016-11-14 10:52:03] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/httpdmng' '--reconfigure-server'] with exit code [1]
[FAILED]
    - httpdmng failed: [2016-11-14 10:52:03] ERR [util_exec]
      proc_close() failed
      ['/usr/local/psa/admin/bin/apache_control_adapter' '--restart'
      '--restart-interval' '0' '--http-port' '7080' '--https-port'
      '7081'] with exit code [255]
      [2016-11-14 10:52:03] ERR [panel] Apache config
      (14791167740.78342100) generation failed: Template_Exception:
      Can not restart web server: httpd stop failed
      0 /usr/sbin/httpd processes are killed
      httpd stop failed
      0 /usr/sbin/httpd processes are killed
      Nov 14 10:49:45 server.com
      httpd[14248]: (98)Address already in use: AH00072: make_sock:
      could not bind to address [::]:7080
      Nov 14 10:49:45 server.com
      httpd[14248]: (98)Address already in use: AH00072: make_sock:
      could not bind to address 0.0.0.0:7080
      Nov 14 10:49:45 server.com
      httpd[14248]: no listening sockets available, shutting down
      Nov 14 10:49:45 server.com
      httpd[14248]: AH00015: Unable to open logs
      Nov 14 10:49:45 server.com
      kill[14250]: kill: cannot find process ""
      
      file:
      /usr/local/psa/admin/plib/Service/Driver/Web/Server/Apache.php
      line: 108
      code: 0
      Can not restart web server: httpd stop failed
      0 /usr/sbin/httpd processes are killed
      httpd stop failed
      0 /usr/sbin/httpd processes are killed
      Nov 14 10:49:45 server.com
      httpd[14248]: (98)Address already in use: AH00072: make_sock:
      could not bind to address [::]:7080
      Nov 14 10:49:45 server.com
      httpd[14248]: (98)Address already in use: AH00072: make_sock:
      could not bind to address 0.0.0.0:7080
      Nov 14 10:49:45 server.com
      httpd[14248]: no listening sockets available, shutting down
      Nov 14 10:49:45 server.com
      httpd[14248]: AH00015: Unable to open logs
      Nov 14 10:49:45 server.com
      kill[14250]: kill: cannot find process ""

Your help is highly appreciated!
 
You have some process (presumably not Apache) listening on port 7080 (and likely 7081 as well). I suppose it may be lightspeed. Find them out with netstat -tulnap | grep 708[01], then stop or kill them (if it's not httpd).

It's possible that lightspeed was not properly uninstalled.
 
Thanks for pointing me in the right direction. I could fix it in Plesk: I reinstalled the Litespeed extension, switched off nginx, switched to Apache within the Litespeed extension and uninstalled Litespeed properly. Apache works like a charm again!
 
Back
Top