• 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

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