marc97/07/12 16:49:47
Modified:apache/src http_core.c
Log:
Give more accurate instructions on how to increase HARD_SERVER_LIMIT
for the case where MaxClients > HARD_SERVER_LIMIT.
Revision ChangesPath
1.93 +5 -4 /apache/src/http_core.c
Index: http_co
marc97/07/12 13:33:05
Modified:src/modules/proxy proxy_http.c
Log:
First problem: if a client sends a Host: header with a different case than
"Host:", the proxy won't see it and it will end up with two Host: headers
with different capitalization.
Second problem: if the
marc97/07/12 13:20:36
Modified:src mod_mime_magic.c
Log:
General mod_mime_magic cleanup.
The fixes include:
- change DEBUG define to MIME_MAGIC_DEBUG to avoid namespace
collisions.
- change fprintf(stderr, ...) into log_printf
- rem
marc97/07/12 12:52:16
Modified:src mod_info.c
Log:
Properly treat container like other containers in mod_info.
Reviewed by: Jim Jagielski
PR: 848
Revision ChangesPath
1.18 +9 -4 apache/src/mod_info.c
Index: mod_info.c
==
marc97/07/12 12:46:55
Modified:src mod_include.c
Log:
Fixup of mod_include logging. Fixes an entirely incorrect message for
an execution failure, adds quotes around the item in the message that
is the problem, and fixes the number of slots in the string agree with
th
marc97/07/12 12:43:10
Modified:htdocs/manual/mod core.html
Log:
Fix IfModule typo.
Revision ChangesPath
1.66 +2 -2 apache/htdocs/manual/mod/core.html
Index: core.html
===
RCS file: /ex
ben 97/07/12 07:20:14
Modified:src/ntreaddir.c readdir.h
Log:
Fix a warning.
Revision ChangesPath
1.2 +1 -1 apache/src/nt/readdir.c
Index: readdir.c
===
RCS file: /export/home/cvs/
ben 97/07/12 06:14:47
Modified:src apache.mak mod_autoindex.c
src/ntmodules.c
Log:
Add autoindex module to Win32.
Revision ChangesPath
1.5 +169 -5apache/src/apache.mak
Index: apache.mak
ben 97/07/12 05:33:17
Modified:src alloc.h apache.mak mod_dir.c mod_negotiation.c
src/modules/proxy proxy.mak proxy_cache.c
Log:
Make NT compile again.
Revision ChangesPath
1.27 +5 -0 apache/src/alloc.h
Index: alloc.h
===