brian 96/07/25 12:49:08
Modified:src httpd.h conf.h mod_proxy.c
Log:
Reviewed by: Rob Hartill
Modified for AIX support by adding "HAVE_MMAP" to default defines, and
changed the SERVICE_UNAVAILABLE define (which only mod_proxy was
using) to HTTP_SERVICE_UNAVAILABLE.
brian 96/07/25 12:37:17
Modified:conf access.conf-dist
Log:
Modified to contain a different default suggested mod_status mapping.
Revision ChangesPath
1.5 +1 -1 apache/conf/access.conf-dist
Index: access.conf-dist
=
brian 96/07/25 12:36:01
Modified:src mod_status.c mod_info.c
Log:
Changed default suggested URL-mappings for status and info modules, to
help avoid conflicts with common existing subdirectories.
Revision ChangesPath
1.28 +15 -9 apache/src/mod_status.c
akosut 96/07/25 12:32:33
Modified:src alloc.c alloc.h buff.c conf.h http_bprintf.c
http_core.c http_core.h http_request.c
Log:
Add directive, and allow and (and )
to use regex. Also fix "bug" and add regcomp() function.
Reviewed by: Randy Te
mjc 96/07/25 01:56:28
Modified:src/regex Makefile utils.h
Log:
Fixes to get regex library to at least compile on IRIX. Perhaps this
sort of stuff should be propagated down when Configure is run.
Revision ChangesPath
1.2 +2 -0 apache/src/regex/Makefile