• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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