• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Apache failing to start

C

crobson

Guest
Under services web server fails to start.

if i go to root console i get an error on line 8.

Starting httpd: Syntax error on line 8 of /etc/httpd/conf.d/zz010_psa_httpd.conf:
DocumentRoot must be a directory

when i inspect the config file

NameVirtualHost 10.0.4.120:80
NameVirtualHost 10.0.4.120:443
ServerName *********.com.au
ServerAdmin support@******.com.au

DocumentRoot /home/virtual/vhosts/default/htdocs

<IfModule mod_logio.c>

inspecting the permissions of the director the ownership is root and permissions are 755. director structure is in place with an index.html file and permissions on it set to 644.

anyone know what is going on here ?
 
Back
Top