cvs commit: apache/src Configuration.tmpl

1997-10-22 Thread dgaudet
dgaudet 97/10/21 17:18:44 Modified:src Tag: APACHE_1_2_X Configuration.tmpl Log: PR#1279: Documentation sucks. Modules are listed in reverse priority order, not priority order. (already fixed in 1.3) Revision ChangesPath No revision No

cvs commit: apachen/src/support suexec.c

1997-10-22 Thread Ralf S. Engelschall
rse 97/10/22 00:43:38 Modified:src/support suexec.c Log: Fix PR#1284: make Apache environment-variable UNIQUE_ID from mod_unique_id available to suexec'd CGI programs, too. PR: 1284 Reviewed by: Ralf S. Engelschall, Martin Kraemer, Jason A. Dour [EMAIL PROTECTED]

cvs commit: apachen/src CHANGES

1997-10-22 Thread Ralf S. Engelschall
rse 97/10/22 00:57:53 Modified:src CHANGES Log: Entry for UNIQUE_ID patch. Revision ChangesPath 1.469 +4 -0 apachen/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apachen/src CHANGES

1997-10-22 Thread martin
martin 97/10/22 01:26:51 Modified:src CHANGES Log: Document my config parsing changes Revision ChangesPath 1.470 +6 -0 apachen/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apachen README.NT

1997-10-22 Thread pcs
pcs 97/10/22 06:16:36 Modified:.README.NT Log: Make this readme into a proper file instead of a series of out-of-date notes. Format is the same as the existing Unix README file. Add various documentation about installation, current bugs, etc. Revision Changes

cvs commit: apachen README.NT

1997-10-22 Thread pcs
pcs 97/10/22 06:19:28 Modified:.README.NT Log: Remove the known problems that have been fixed. Add uninstall information. Revision ChangesPath 1.5 +10 -8 apachen/README.NT Index: README.NT

cvs commit: apachen README.NT

1997-10-22 Thread pcs
pcs 97/10/22 06:30:03 Modified:.README.NT Log: Add license reference and acknowledgements from README. Typos and language changes. Revision ChangesPath 1.6 +36 -7 apachen/README.NT Index: README.NT

cvs commit: apachen/src/main http_main.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:43:06 Modified:src/main http_main.c Log: indent screwed up the indentation a bit Revision ChangesPath 1.236 +2 -2 apachen/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apachen/src/modules/standard mod_speling.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:57:36 Modified:src/modules/standard mod_speling.c Log: Fix some 64-bit warnings. Reviewed by: Dean Gaudet, Martin Kraemer, Jim Jagielski Revision ChangesPath 1.7 +4 -3 apachen/src/modules/standard/mod_speling.c Index:

cvs commit: apachen/src/modules/standard mod_autoindex.c mod_dir.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:59:24 Modified:src/modules/standard mod_autoindex.c mod_dir.c Log: When method is not GET, just DECLINE rather than return NOT_IMPLEMENTED. PR: 1241 Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer Revision ChangesPath 1.52

cvs commit: apachen/src/main http_core.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 10:08:49 Modified:src/main http_core.c Log: Tweak the descriptions a bit. Revision ChangesPath 1.130 +2 -2 apachen/src/main/http_core.c Index: http_core.c === RCS file:

cvs commit: apachen/src/support apachectl dbmmanage htpasswd.1 httpd.8 log_server_status suexec.c suexec.h

1997-10-22 Thread martin
martin 97/10/22 13:30:49 Modified:src/main alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c

cvs commit: apachen/src/main http_core.c

1997-10-22 Thread martin
martin 97/10/22 14:49:47 Modified:src/main http_core.c Log: The global variables which exist in http_core belong to the main server and should not be settable in VirtualHosts, otherwise users believe that virtual hosts each use a separate variable. Reviewed by: Martin +1,