cvs commit: apache/src CHANGES mod_include.c

1997-02-19 Thread Marc Slemko
marc97/02/19 00:18:58 Modified:src CHANGES mod_include.c Log: Modify mod_include escaping so a '\' only signifies an escaped character if the next character is one that needs escaping. Reviewed by: Dean Gaudet, Roy Fielding, Marc Slemko Submitted by: Ben Laurie

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

1997-02-19 Thread Marc Slemko
marc97/02/19 09:46:42 Modified:htdocs/manual/mod mod_log_config.html Log: Add backreference to format for common log module to make it easier to find. Revision ChangesPath 1.13 +3 -2 apache/htdocs/manual/mod/mod_log_config.html Index:

cvs commit: apache/support .cvsignore

1997-02-19 Thread Marc Slemko
marc97/02/19 15:35:11 Modified:support .cvsignore Log: Makefile is now automatically generated. Revision ChangesPath 1.4 +1 -0 apache/support/.cvsignore Index: .cvsignore === RCS

cvs commit: apache/src http_protocol.c

1997-02-19 Thread Alexei Kosut
akosut 97/02/19 17:23:25 Modified:src http_protocol.c Log: Add a check for MSIE 3 to send multipart/x-byteranges instead of byteranges. Remove quotes from the boundary string (MSIE has problems with them). Reviewed by: Paul, Jim, Ben Revision ChangesPath

cvs commit: apache/src http_main.c

1997-02-19 Thread Marc Slemko
marc97/02/19 19:20:19 Modified:src http_main.c Log: Add code to detect when a child process did not exit properly after a HUP and give it a prod. We do everything we can to make it die, since if it doesn't chances are the server won't be able to bind to the port on

cvs commit: apache/src CHANGES

1997-02-19 Thread Alexei Kosut
akosut 97/02/19 19:37:38 Modified:src CHANGES Log: Add MSIE/byterange to CHANGES Revision ChangesPath 1.170 +3 -2 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src/modules/proxy proxy_ftp.c

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 20:14:45 Modified:src/modules/proxy proxy_ftp.c Log: 1) remove setting of SO_DEBUG socket option to make Linux users happy. 2) Make ftp_getrc() more lenient about multiline responses (specifically, 230 responses which don't have continuation 230- on each

cvs commit: apache/src CHANGES

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 20:21:37 Modified:src CHANGES Log: updates for proxy FTP. Revision ChangesPath 1.172 +9 -0 apache/src/CHANGES Index: CHANGES === RCS file:

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

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 20:26:08 Modified:htdocs/manual/mod mod_proxy.html Log: Fix typo; add section about SOCKS 4.2/Solaris problems. Revision ChangesPath 1.13 +4 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src/modules/proxy proxy_http.c

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 21:16:26 Modified:src/modules/proxy proxy_http.c Log: Changed HTTP status check mask from HTTP/#.# ### * to HTTP/#.# ###* to be more lenient about servers which don't return all of a legal HTTP/1.x status. Revision ChangesPath 1.14 +1 -1

cvs commit: apache/src CHANGES

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 21:19:50 Modified:src CHANGES Log: Note HTTP status mask change for mod_proxy. Revision ChangesPath 1.173 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: