From fad4548f342e797d7feb71f5a26d21d9f2b9fa9f Mon Sep 17 00:00:00 2001 From: mkochano Date: Sat, 31 Aug 2002 07:36:49 +0000 Subject: [PATCH] - Moved config file out of httpd directory as it is not readable for CGI scripts. Changed files: cvsweb-config.patch -> 1.2 --- cvsweb-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvsweb-config.patch b/cvsweb-config.patch index 2a118af..74d06f0 100644 --- a/cvsweb-config.patch +++ b/cvsweb-config.patch @@ -6,7 +6,7 @@ diff -uNr cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi # == EDIT this == # User configuration is stored in -$config = $ENV{'CVSWEB_CONFIG'} || '/usr/local/web/apache/conf/cvsweb.conf'; -+$config = $ENV{'CVSWEB_CONFIG'} || '/etc/httpd/cvsweb.conf'; ++$config = $ENV{'CVSWEB_CONFIG'} || '/etc/cvsweb.conf'; # == Configuration defaults == # Defaults for configuration variables that shouldn't need -- 2.43.0