diff options
author | Stefan Fritsch <sf@debian.org> | 2010-02-10 21:11:04 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:37:06 +0100 |
commit | f9a590e087a69a4e0ce30f5a162cce30f6ddc6b9 (patch) | |
tree | c08a9c4e3bcfad17a78a9b80cd0676c459e16bb2 /debian | |
parent | 0f1b0ba76b3d4a8fd0d8f373551f89e3074d7707 (diff) | |
download | apache2-f9a590e087a69a4e0ce30f5a162cce30f6ddc6b9.tar.gz |
The compiled default document root has changed
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1148 01b336ce-410b-0410-9a02-a0e7f243c266
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 40de1ea8..b0d59797 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -306,10 +306,12 @@ Probably the VirtualHost definitions have not been adjusted after the NameVirtualHost directive was changed in ports.conf. See /usr/share/doc/apache2.2-common/NEWS.Debian.gz -4) Message "File does not exist: /htdocs" in error log +4) Message "File does not exist: /etc/apache2/htdocs" in error log In most cases this means that no matching VirtualHost definition could be -found for an incoming request. +found for an incoming request. Check that the target IP address/port and the +name in the Host: header of the request actually match one of the virtual +hosts. 5) Message "Couldn't create pollset in child; check user or system limits" in error log |