• 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 Error after upgrading: Can not reconfigure web server configurations: Unable to execute httpdmng

Pejman

New Pleskian
Hi guys,

I currently upgraded my Plesk cp from 17.0 to 17.8.11 but i see an error of web server configuration and also i repaired and reinstalled the components for at least two times but still the problem exists.

Can some one help me?

The error details:

Error: Can not reconfigure web server configurations: Unable to execute httpdmng: [2018-04-21 13:22:03.475] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/apache-config' '-t'] with exit code [1]
[2018-04-21 13:22:05.979] ERR [panel] Apache config (15243169210.02140100) generation failed: Template_Exception: [Sat Apr 21 17:52:03.289298 2018] [so:warn] [pid 29718] AH01574: module actions_module is already loaded, skipping
[Sat Apr 21 17:52:03.294934 2018] [so:warn] [pid 29718] AH01574: module headers_module is already loaded, skipping
[Sat Apr 21 17:52:03.295425 2018] [so:warn] [pid 29718] AH01574: module logio_module is already loaded, skipping
[Sat Apr 21 17:52:03.297705 2018] [so:warn] [pid 29718] AH01574: module suexec_module is already loaded, skipping
AH00526: Syntax error on line 56 of /etc/httpd/conf/plesk.conf.d/server.conf:
Header requires three arguments

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
[Sat Apr 21 17:52:03.289298 2018] [so:warn] [pid 29718] AH01574: module actions_module is already loaded, skipping
[Sat Apr 21 17:52:03.294934 2018] [so:warn] [pid 29718] AH01574: module headers_module is already loaded, skipping
[Sat Apr 21 17:52:03.295425 2018] [so:warn] [pid 29718] AH01574: module logio_module is already loaded, skipping
[Sat Apr 21 17:52:03.297705 2018] [so:warn] [pid 29718] AH01574: module suexec_module is already loaded, skipping
AH00526: Syntax error on line 56 of /etc/httpd/conf/plesk.conf.d/server.conf:
Header requires three arguments.


This error just happens in server.conf
 

Attachments

  • save-err-plesk.PNG
    save-err-plesk.PNG
    104.2 KB · Views: 19
What do you have around line 56 of /etc/httpd/conf/plesk.conf.d/server.conf
 
Hi Mark,

Exactly this line : Header add X-Powered-By

in

<IfModule mod_headers.c>
Header add X-Powered-By
</IfModule>
 
I think i found the problem

Before i edited the server.php template and i removed PleskLin word form it and it was the reason for error, now i changed it back to Header add X-Powered-By PleskLin and problem has been fixed.

َanyway thanks in advance Mark for followup and help
 
Back
Top