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

Unable to start Apache web server

Wasif

New Pleskian
I was tring to enable apache module called mod_deflate, suddenly something goes wrong and Apache stop working...

Can anyone please help me.. i am using plesk first time.....

Error i am getting on plesk home screen.

Code:
New configuration files for the Apache web server were not created due to the errors in configuration templates: [Fri Sep 18 10:09:47.520539 2015] [so:warn] [pid 9469] AH01574: module actions_module is already loaded, skipping [Fri Sep 18 10:09:47.522646 2015] [so:warn] [pid 9469] AH01574: module headers_module is already loaded, skipping [Fri Sep 18 10:09:47.522823 2015] [so:warn] [pid 9469] AH01574: module logio_module is already loaded, skipping [Fri Sep 18 10:09:47.523758 2015] [so:warn] [pid 9469] AH01574: module suexec_module is already loaded, skipping AH00526: Syntax error on line 71 of /etc/httpd/conf/plesk.conf.d/server.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration . Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files.

When i click to generate broken files system gives me
Code:
Error: Web server reconfiguration failed: New configuration was not built.

and when i clicked to regenerate all configurations it gives me

Code:
Unable to configure the web server: Execution failed. Command: httpdmng Arguments: Array ( [0] => --reconfigure-all ) Details: Execution failed. Command: httpdmng Arguments: Array ( [0] => --reconfigure-server [1] => -no-restart ) Details: [2015-09-18 10:26:24] ERR [util_exec] proc_close() failed [2015-09-18 10:26:25] ERR [util_exec] proc_close() failed [2015-09-18 10:26:25] ERR [panel] Apache config (14425647840.42371900) generation failed: Template_Exception: [Fri Sep 18 10:26:24.769132 2015] [so:warn] [pid 9983] AH01574: module actions_module is already loaded, skipping [Fri Sep 18 10:26:24.771317 2015] [so:warn] [pid 9983] AH01574: module headers_module is already loaded, skipping [Fri Sep 18 10:26:24.771454 2015] [so:warn] [pid 9983] AH01574: module logio_module is already loaded, skipping [Fri Sep 18 10:26:24.772367 2015] [so:warn] [pid 9983] AH01574: module suexec_module is already loaded, skipping AH00526: Syntax error on line 71 of /etc/httpd/conf/plesk.conf.d/server.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php line: 75 code: 0 [Fri Sep 18 10:26:24.769132 2015] [so:warn] [pid 9983] AH01574: module actions_module is already loaded, skipping [Fri Sep 18 10:26:24.771317 2015] [so:warn] [pid 9983] AH01574: module headers_module is already loaded, skipping [Fri Sep 18 10:26:24.771454 2015] [so:warn] [pid 9983] AH01574: module logio_module is already loaded, skipping [Fri Sep 18 10:26:24.772367 2015] [so:warn] [pid 9983] AH01574: module suexec_module is already loaded, skipping AH00526: Syntax error on line 71 of /etc/httpd/conf/plesk.conf.d/server.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration

Please help me to resolve the issue
 
i am using Plesk 12.0.18,

Steps:
i did click on tools & setting from the left panel and then click on "Apache Web Server" and check "deflate". When i click on save button i got the error.
Code:
Error: START httpd_modules_ctl --enable deflate Trying to restart service httpd... Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details. WARNING! Some problems are found during restart(see log file: /var/log/plesk/install/httpd_modules_ctl.DIqlyS) Continue...

After this error all active modules also unchecked and apache stop working.. :(
When i try to start Apache the server from Services Management i got following error:
Code:
Error: Unable to make action: Unable to manage service by apache_control_adapter: Empty error message from utility. ('--start', 'web')
 
What sort of error messages you have in the mentioned /var/log/plesk/install/httpd_modules_ctl.DIqlyS log file?
 
Following Error Messages

Code:
START httpd_modules_ctl --enable deflate
Trying to restart service httpd... Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.

WARNING!
Some problems are found during restart(see log file: /var/log/plesk/install/httpd_modules_ctl.DIqlyS)

Continue...

STOP httpd_modules_ctl --enable deflate
 
Back
Top