• 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

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: 17
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