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

Webserver can not configured

Sven_Amend

New Pleskian
Hello Community,

i get the following error in plesk i don't know how to resolve this

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: [2014-12-05 13:28:10] ERR [util_exec] proc_close() failed [2014-12-05 13:28:12] ERR [util_exec] proc_close() failed [2014-12-05 13:28:13] ERR [panel] Apache config (14177824900.23759400) generation failed: Template_Exception: Warning: DocumentRoot [/var/www/vhosts/gggggggggggggggg.de/httpdocs] does not exist apache2: bad user name test2 file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php line: 75 code: 0 Warning: DocumentRoot [/var/www/vhosts/gggggggggggggggg.de/httpdocs] does not exist apache2: bad user name test2
 
Try run command as root user:
# mkdir -pv /var/www/vhosts/gggggggggggggggg.de/httpdocs
# useradd test2
and then reconfigure all web server configuration once again.
 
@ TarasS: Sorry, but such a suggestion is not really helping, because it doesn't solve the issue, that Sven_Amend created a domain "gggggggggggggggg.de" and a depending domain - user named "test2", which don't seem to be existent anymore, due to some misconfigurations. I would rather suggest to delete nonsens - domains for testing purposes and start over again with a new testing domain, while he experience issues with his tests. Some people rather like to test things, instead of reading manuals and documentations. ^^
 
Back
Top