• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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