• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Error occures after creating domain vhost.conf

J

jackop

Guest
I created a vhost.conf simply by copying httpd.include.
Then I used the following line to reconfirue the domain,

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=mydomain

Then I try to restart apache, but it gave me the following errors,

Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start
0: /usr/local/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start")

I don't understand what the error means.
How may I resolve the issue? or what should I do to just rollback?
Was it Okay to copy httpd.include to create vhost.conf?
 
It's probably not a good idea to copy the httpd.include file into vhost.conf. Duplicate entries, etc. will be a problem. Why not just add the lines you need?
 
Back
Top