>Number: 1679 >Category: general >Synopsis: Check for DOCUMENT_LOCATION before defining in httpd.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: change-request >Submitter-Id: apache >Arrival-Date: Thu Jan 15 11:10:00 PST 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.2.5 (and before) >Environment: SunOS, but that's moot. >Description: Minor patch for httpd.h; almost a nitpick. If DOCUMENT_LOCATION is defined in Makefile (or Configuration), it clashes with httpd.h's definition.
Added #ifdef DOCUMENT_LOCATION Fixed in 1.3b3, but in case 1.2.6 ever comes out.... >How-To-Repeat: N/A >Fix: *** httpd.h Thu Jan 15 13:45:09 1998 --- httpd.h- Thu Jan 15 13:44:25 1998 *************** *** 74,80 **** #endif #endif - #ifndef DOCUMENT_LOCATION /* Root of server */ #ifdef __EMX__ /* Set default for OS/2 file system */ --- 74,79 ---- *************** *** 82,88 **** #else #define DOCUMENT_LOCATION "/usr/local/etc/httpd/htdocs" #endif - #endif /* DOCUMENT_LOCATION */ /* Max. number of dynamically loaded modules */ #define DYNAMIC_MODULE_LIMIT 64 --- 81,86 ---- %0 >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
