akosut 96/03/20 20:20:53
Modified:src mod_mime.c
Log:
Rewrote the filename extenstion checking code so the order is irrelevant.
i.e. foo.html.en.gz and foo.en.gz.html will give the same headers. The old
code would ignore the en and gz in the latter example.
Another be
akosut 96/03/20 19:50:19
Modified:src Configuration.tmpl Makefile.tmpl http_core.c
http_core.h http_protocol.c http_protocol.h
Added: src mod_digest.c util_md5.c util_md5.h
Log:
Added some more MD5 support to Apache:
* A new module,
akosut 96/03/20 19:17:46
Modified:cgi-src Makefile
Added: cgi-src animate.c count.c random.c util.h
Removed: cgi-bin animate.c count.c random.c
Log:
Moved Jim's CGI scripts from cgi-bin to cgi-src where they belong,
and added entries in the Makefile there for t