• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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