Mobile app version of vmapp.org
Login or Join
Carla537

: Configuration error: couldn't check user: / I am getting the following error when trying to access documents on a new instance of Apache2: configuration error: couldn't check user: / The main

@Carla537

Posted in: #Apache2 #Configuration #Virtualhost

I am getting the following error when trying to access documents on a new instance of Apache2:

configuration error: couldn't check user: /


The main oddity of my setup is that I have two virtual hosts for different IP addresses:


ServerName xyz.com
DocumentRoot "/usr/local/apache2/htdocs/xyz.com"
CustomLog "logs/xyz.log" combinedio



ServerName abc.com
DocumentRoot "/usr/local/apache2/htdocs/abc.com"
CustomLog "logs/abc.log" combinedio


and my conf file still has the default root in it:

DocumentRoot "/usr/local/apache2/htdocs"
<Directory "/usr/local/apache2/htdocs">
... etc


Is this causing a problem? Since I actually have 2 document roots, one for each IP address, how do I deal with that?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme