ake 00/02/22 08:02:29
Modified:src/main http_config.c
Log:
Sort hooks after dynamically loaded modules have registered.
Revision ChangesPath
1.25 +1 -0 apache-2.0/src/main/http_config.c
Index: http_config.c
rbb 99/12/11 12:29:18
Modified:src/main http_config.c
Log:
Use ap_open_stderr in http_config.c. This cleans up some non-portable
code that has been bothering me.
Revision ChangesPath
1.20 +2 -2 apache-2.0/src/main/http_config.c
Index: http_config.c
bjh 99/11/07 22:05:52
Modified:src/main http_config.c http_core.c http_log.c
Log:
Get rid of a number of 'incompatible pointer type' warnings using
ap_os_{get,put}_file() on platforms who's ap_os_file_t is not an int.
Revision ChangesPath
1.17 +1 -1 apache
martin 99/10/11 14:54:43
Modified:src/main http_config.c
Log:
Typo
Revision ChangesPath
1.14 +2 -2 apache-2.0/src/main/http_config.c
Index: http_config.c
===
RCS file: /export/home/cvs/apa
bhyde 99/10/07 11:13:24
Modified:src/include http_config.h httpd.h
src/main http_config.c http_main.c
Log:
Add process_rec to the top of {server,connection,request}_rec
hierarchy of structs that abstract server activities. Store some
stuff in process_rec (finall
stoddard99/08/27 19:34:38
Modified:src/main http_config.c
Log:
Fix merge bug
Revision ChangesPath
1.8 +1 -0 apache-2.0/src/main/http_config.c
Index: http_config.c
===
RCS file: /home/cvs/a
fielding99/08/27 16:47:10
Modified:src CHANGES
src/main http_config.c
Log:
Move "handler not found" warning message to below the check
for a wildcard handler. Gee, you'd think someone would have
fixed it before seven PRs.
PR: 2584, 3349, 3436, 3548, 4384