diff options
author | Chuck Short <zul@gentoo.org> | 2004-04-16 11:27:48 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-04-16 11:27:48 +0000 |
commit | 19b391438b68ea9e7b3cd7829274f0d48798324b (patch) | |
tree | 2cbdef95f396ab0ce035be87307357f3117408c8 /net-www/mod_ssl/files | |
parent | Fixes typo. Closes #48028. (Manifest recommit) (diff) | |
download | gentoo-2-19b391438b68ea9e7b3cd7829274f0d48798324b.tar.gz gentoo-2-19b391438b68ea9e7b3cd7829274f0d48798324b.tar.bz2 gentoo-2-19b391438b68ea9e7b3cd7829274f0d48798324b.zip |
Fixed document root. Closes #47988.
Diffstat (limited to 'net-www/mod_ssl/files')
-rw-r--r-- | net-www/mod_ssl/files/ssl.default-vhost.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_ssl/files/ssl.default-vhost.conf b/net-www/mod_ssl/files/ssl.default-vhost.conf index a2d88bb54d51..a755674b6471 100644 --- a/net-www/mod_ssl/files/ssl.default-vhost.conf +++ b/net-www/mod_ssl/files/ssl.default-vhost.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.4 2004/04/08 07:58:23 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.5 2004/04/16 11:27:48 zul Exp $ <IfModule mod_ssl.c> <VirtualHost _default_:80> @@ -12,7 +12,7 @@ <VirtualHost _default_:443> # General setup for the virtual host -DocumentRoot /home/httpd/htdocs +DocumentRoot /var/www/localhost/htdocs #ServerName new.host.name #ServerAdmin you@your.address ErrorLog logs/ssl-error_log |