• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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