cvs commit: apache/src CHANGES

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 22:45:09 Modified:src CHANGES Log: More FTP updates. Revision ChangesPath 1.174 +2 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANG

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

1997-02-19 Thread Chuck Murcko
chuck 97/02/19 22:43:57 Modified:src/modules/proxy proxy_ftp.c Log: Changed send_dir() to remove user/passwd from displayed URL. Changed login error messages to be more descriptive. Removed extraneous Explain() calls. Resolution of PR #123. Revision ChangesPath

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: /export

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/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 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: /export/home/cvs/apache/src/

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 line

cvs commit: apache/src CHANGES

1997-02-19 Thread Marc Slemko
marc97/02/19 20:13:18 Modified:src CHANGES Log: Sigh. After whining at others to fix the CHANGES file, I go and forget... Revision ChangesPath 1.171 +4 -0 apache/src/CHANGES Index: CHANGES ==

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: /export/home/cvs/apac

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 r

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 1.1

cvs commit: apache/src mod_include.c

1997-02-19 Thread Jim Jagielski
jim 97/02/19 16:58:53 Modified:src mod_include.c Log: Remove getwd()... take one Revision ChangesPath 1.25 +1 -2 apache/src/mod_include.c Index: mod_include.c === RCS file: /expor

cvs commit: apache/src/helpers GuessOS

1997-02-19 Thread Jim Jagielski
jim 97/02/19 16:54:21 Modified:src/helpers GuessOS Log: NCR fixes, from the source Revision ChangesPath 1.18 +2 -6 apache/src/helpers/GuessOS Index: GuessOS === RCS file: /export/home/

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 fil

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: mod_log_config.

cvs commit: apache/htdocs/manual install.html

1997-02-19 Thread Paul Sutton
pcs 97/02/19 01:55:17 Modified:htdocs/manual install.html Log: Expanded the compile and install documentation. Added description of starting and stopping httpd Revision ChangesPath 1.5 +217 -96 apache/htdocs/manual/install.html Index: install.html ==

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/support dbmmanage.new

1997-02-19 Thread Marc Slemko
marc97/02/19 00:08:38 Modified:support dbmmanage.new Log: Fix an off-by-one error in random string generation. Submitted by: Vivek Khera <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +1 -1 apache/support/dbmmanage.new Index: dbmmanage.new =