cvs commit: apache/conf httpd.conf-dist httpd.conf-dist-win srm.conf-dist srm.conf-dist-win

1997-07-15 Thread Brian Behlendorf
brian 97/07/15 22:02:48 Modified:conf httpd.conf-dist httpd.conf-dist-win srm.conf-dist srm.conf-dist-win Log: PR: 836 RealAudio's Real Player 4 doesn't grok HTTP correctly. Adding this fixes it; also, I moved the browsermatch directives to srm

cvs commit: apache/src mod_mime_magic.c

1997-07-15 Thread Marc Slemko
marc97/07/15 17:58:01 Modified:src mod_mime_magic.c Log: Files often compile better when statements are terminated by semicolons. Revision ChangesPath 1.5 +1 -1 apache/src/mod_mime_magic.c Index: mod_mime_magic.c ===

cvs commit: apache/src/regex regcomp.c regerror.c regex.h regex2.h regexec.c regfree.c

1997-07-15 Thread Alexei Kosut
akosut 97/07/15 17:41:28 Modified:src conf.h http_core.c http_core.h util_snprintf.c src/regex regcomp.c regerror.c regex.h regex2.h regexec.c regfree.c Log: Add a few more API_EXPORT tags. Also ensure that regex.h is correctly recreat

cvs commit: apache/src/nt .cvsignore ApacheModuleAsis.mak ApacheModuleAuth.mak ApacheModuleAutoIndex.mak readdir.c readdir.h

1997-07-15 Thread Ben Laurie
ben 97/07/15 15:37:00 Modified:src .cvsignore ApacheCore.mak conf.h http_core.c http_core.h http_protocol.c mod_asis.c mod_auth.c mod_autoindex.c util.c src/ntreaddir.c readdir.h Added: src/nt.cvsig

cvs commit: apache/src/nt mod_dll.c

1997-07-15 Thread Alexei Kosut
akosut 97/07/15 14:51:57 Modified:src/ntmod_dll.c Log: Change LoadLibrary() to LoadLibraryEx(), to use a more appropriate search path. Revision ChangesPath 1.2 +2 -1 apache/src/nt/mod_dll.c Index: mod_dll.c

cvs commit: apache/src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h scoreboard.h util.c util_md5.c util_md5.h util_script.c util_script.h

1997-07-15 Thread Alexei Kosut
akosut 97/07/15 14:40:21 Modified:src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol

cvs commit: apache/src CHANGES

1997-07-15 Thread Roy Fielding
fielding97/07/15 09:08:33 Modified:src CHANGES Log: Fix attribution (it was Andrey's idea, but the code was mine) Revision ChangesPath 1.337 +1 -1 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/htdocs/manual/mod mod_autoindex.html

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:57:29 Modified:htdocs/manual/mod mod_autoindex.html Log: Add documentation for IndexOptions SuppressHTMLPreamble (and alphabetise the options list, too). Revision ChangesPath 1.11 +37 -24apache/htdocs/manual/mod/mod_autoindex.ht

cvs commit: apache/src http_protocol.c

1997-07-15 Thread Roy Fielding
fielding97/07/15 08:52:44 Modified:src http_protocol.c Log: commento Revision ChangesPath 1.137 +3 -3 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /export/home/cvs/a

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:51:12 Modified:src CHANGES mod_autoindex.c Log: Add IndexOptions SuppressHTMLPreamble, which tells the module *not* to generate the , , and so IFF there's an header file in the directory. Submitted by: <[EMAIL PROTECTED]> (reworkin

cvs commit: apache-devsite .cvsignore

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 05:49:35 Modified:. .cvsignore Log: Add .message to the list of files ignored by CVS. It's here to be displayed by FTP. Revision ChangesPath 1.2 +1 -0 apache-devsite/.cvsignore Index: .cvsignore ===

cvs commit: apache-devsite devnotes.html index.html

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 04:14:28 Modified:. devnotes.html index.html Log: Correct a cut/paste error Brian spotted, add stuff about using the CVS snapshot, and link into the dev.apache.org front door. Revision ChangesPath 1.2 +43 -1 apache-devsite/

cvs commit: apache/src mod_autoindex.c mod_dir.c

1997-07-15 Thread Dean Gaudet
dgaudet 97/07/15 00:33:31 Modified:src mod_autoindex.c mod_dir.c Log: Fix problem with directory indexes if mod_autoindex is invoked before mod_dir. Essentially one of them has to tack a trailing / on r->filename. Revision ChangesPath 1.36 +10 -2 apache/s