• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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