diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:43:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-13 04:43:48 +0000 |
commit | cfa00f01bbc24053f541604ac751cf0ad914c404 (patch) | |
tree | 716f5e5a0ea1ea021b013c92e09bcb12ce707011 /www/apache22/files/patch-include:httpd.h | |
parent | 8ddcacd92301d4cf336b79e0e9599a03829799c8 (diff) |
Notes
Diffstat (limited to 'www/apache22/files/patch-include:httpd.h')
-rw-r--r-- | www/apache22/files/patch-include:httpd.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/apache22/files/patch-include:httpd.h b/www/apache22/files/patch-include:httpd.h new file mode 100644 index 000000000000..9f8fdf34997b --- /dev/null +++ b/www/apache22/files/patch-include:httpd.h @@ -0,0 +1,38 @@ +--- include/httpd.h.orig Sat Apr 7 09:11:19 2001 ++++ include/httpd.h Sat Apr 7 09:08:43 2001 +@@ -127,7 +127,7 @@ + /* Set default for OS/2 file system */ + #define DOCUMENT_LOCATION HTTPD_ROOT "/docs" + #else +-#define DOCUMENT_LOCATION HTTPD_ROOT "/htdocs" ++#define DOCUMENT_LOCATION HTTPD_ROOT "/www/data" + #endif + #endif /* DOCUMENT_LOCATION */ + +@@ -144,7 +144,7 @@ + #if defined(OS2) || defined(WIN32) + #define DEFAULT_ERRORLOG "logs/error.log" + #else +-#define DEFAULT_ERRORLOG "logs/error_log" ++#define DEFAULT_ERRORLOG "/var/log/httpd-error.log" + #endif + #endif /* DEFAULT_ERRORLOG */ + +@@ -160,7 +160,7 @@ + + /* The name of the server config file */ + #ifndef SERVER_CONFIG_FILE +-#define SERVER_CONFIG_FILE "conf/httpd.conf" ++#define SERVER_CONFIG_FILE "etc/apache/httpd.conf" + #endif + + /* Whether we should enable rfc1413 identity checking */ +@@ -247,7 +247,7 @@ + + /* The name of the MIME types file */ + #ifndef AP_TYPES_CONFIG_FILE +-#define AP_TYPES_CONFIG_FILE "conf/mime.types" ++#define AP_TYPES_CONFIG_FILE "etc/apache/mime.types" + #endif + + /* |