• 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.

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