summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-03-29 13:19:26 +0000
committerChuck Short <zul@gentoo.org>2004-03-29 13:19:26 +0000
commit3f3aa8311a751fb23cfe0bbebdedbebe61f0e81d (patch)
treea54777da4f51756c0f307555d5470fb05fcad979
parentChanged location for classification.config and reference.config. Closing bug ... (diff)
downloadgentoo-2-3f3aa8311a751fb23cfe0bbebdedbebe61f0e81d.tar.gz
gentoo-2-3f3aa8311a751fb23cfe0bbebdedbebe61f0e81d.tar.bz2
gentoo-2-3f3aa8311a751fb23cfe0bbebdedbebe61f0e81d.zip
Fixed typo in Vhosts.conf config file, closes #34335.
-rw-r--r--net-www/apache/ChangeLog5
-rw-r--r--net-www/apache/files/conf/Vhosts.conf4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog
index c7f0f3fa04a2..93eea2b6e8f9 100644
--- a/net-www/apache/ChangeLog
+++ b/net-www/apache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/apache
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.108 2004/03/28 22:38:30 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.109 2004/03/29 13:19:26 zul Exp $
+
+ 29 Mar 2004; Chuck Short <zul@gentoo.org> files/conf/Vhosts.conf:
+ Fixed typo in Vhosts.conf config file, closes #34335.
28 Mar 2004; <randy@gentoo.org> apache-2.0.48-r4.ebuild:
adding s390 keywords
diff --git a/net-www/apache/files/conf/Vhosts.conf b/net-www/apache/files/conf/Vhosts.conf
index fc8938ad1115..e40be64c94c6 100644
--- a/net-www/apache/files/conf/Vhosts.conf
+++ b/net-www/apache/files/conf/Vhosts.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/Vhosts.conf,v 1.2 2002/05/04 23:23:01 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/conf/Vhosts.conf,v 1.3 2004/03/29 13:19:26 zul Exp $
################# Vhosts.conf
#This is where we store the VirtualHosts configuration.
@@ -35,7 +35,7 @@ AccessConfig /dev/null
#DocumentRoot /home/jmdault/public_html
#ServerName test2.com
#Setenv VLOG /home/jmdault/logs
-#ErrorLogs /home/jmdault/test2-error_log
+#ErrorLog /home/jmdault/test2-error_log
#RewriteEngine On
#RewriteOptions inherit
#</VirtualHost>