cvs commit: apache-1.3/src Configuration.tmpl

1998-03-25 Thread dgaudet
dgaudet 98/03/24 18:18:20 Modified:src Configuration.tmpl Log: default WANTHSREGEX has changed Revision ChangesPath 1.90 +1 -1 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/src/modules/proxy proxy_connect.c

1998-03-25 Thread dgaudet
dgaudet 98/03/24 18:57:29 Modified:src CHANGES src/main buff.c http_main.c http_protocol.c src/modules/proxy proxy_connect.c Log: Protect against various FD_SETSIZE restrictions. Note that I couldn't really test this well -- because libc5 linux

cvs commit: apache-site bug_report.html

1998-03-25 Thread marc
marc98/03/24 21:05:14 Modified:.bug_report.html Log: Let's shout even louder at people about submitting bug reports. Revision ChangesPath 1.9 +9 -3 apache-site/bug_report.html Index: bug_report.html

cvs commit: apache-1.3/htdocs/manual/mod mod_rewrite.html

1998-03-25 Thread rse
rse 98/03/25 00:03:49 Modified:htdocs/manual/mod mod_rewrite.html Log: - more RegEx hints, especially to the Friedl-book - update of the directive blocks to be directive-dict.html compliant Revision ChangesPath 1.29 +202 -33

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-25 Thread rse
rse 98/03/25 01:44:49 Modified:.STATUS src CHANGES src/modules/standard mod_so.c Log: Make shared object loading work again (now that -DHIDE is the default). Distributed modules are loaded with AP_name_module and custom modules are

cvs commit: apache-1.3/src/modules/proxy proxy_connect.c

1998-03-25 Thread pcs
pcs 98/03/25 02:00:19 Modified:src/modules/proxy proxy_connect.c Log: On Win32 it is not valid to check that the socket descriptor is less than the value of FD_SETSIZE Revision ChangesPath 1.24 +2 -0 apache-1.3/src/modules/proxy/proxy_connect.c

cvs commit: apache-1.3/src Makefile.nt

1998-03-25 Thread pcs
pcs 98/03/25 02:38:50 Modified:src Makefile.nt Log: Reduce repeated code in the makefile by setting environment variables for the build types (debug vs. release) Revision ChangesPath 1.25 +97 -206 apache-1.3/src/Makefile.nt Index: Makefile.nt

cvs commit: apache-1.3 STATUS

1998-03-25 Thread rse
rse 98/03/25 03:09:42 Modified:.STATUS Log: Ok, APACI has come out of its childhood and we now should either consider it to be included for Apache 1.3 or finally ignored. Please add your votes. But don't hurry. Take some time for a good decision, please.

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-25 Thread rse
rse 98/03/25 03:40:46 Modified:src Makefile.tmpl Log: Remove just some not needed whitespaces I've seen... Revision ChangesPath 1.86 +3 -3 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/modules/standard mod_so.c

1998-03-25 Thread rse
rse 98/03/25 04:57:43 Modified:src/modules/standard mod_so.c Log: Another hint where to find information about building shared objects for the various platforms. Revision ChangesPath 1.16 +4 -0 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c

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

1998-03-25 Thread martin
martin 98/03/25 07:09:00 Modified:src/modules/proxy proxy_ftp.c Log: On BS2000, the reuse-addr option is set by default, and cannot be en/disabled Revision ChangesPath 1.54 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache-1.3/src/modules/proxy proxy_util.c

1998-03-25 Thread martin
martin 98/03/25 07:12:07 Modified:src/modules/proxy proxy_util.c Log: Hex conversion for EBCDIC hosts added Revision ChangesPath 1.53 +12 -0 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-03-25 Thread martin
martin 98/03/25 07:23:01 Modified:src/modules/proxy proxy_ftp.c Log: EBCDIC charset conversion for ftp_check_string() added Revision ChangesPath 1.55 +4 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache-1.3/src Configure

1998-03-25 Thread martin
martin 98/03/25 07:26:52 Modified:src Configure Log: Use additional switches for Bs2000 C Compiler: They force CC to use mixed case and underscores in the generated *.o files (And I wonder why that is not the default in the POSIX subsystem) Without these flags, no two

cvs commit: apache-1.3 STATUS

1998-03-25 Thread rse
rse 98/03/25 07:27:04 Modified:.STATUS Log: Ops, totally wrong paths... Revision ChangesPath 1.207 +9 -9 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/main util_uri.c

1998-03-25 Thread martin
martin 98/03/25 07:36:11 Modified:src/main util_uri.c Log: Correct the detection of an invalid port string in parse_uri_components(). Revision ChangesPath 1.13 +1 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c

cvs commit: apache-1.3/src/main util_uri.c

1998-03-25 Thread dgaudet
dgaudet 98/03/25 10:14:57 Modified:src/main util_uri.c Log: Fix Martin's previous checkin... it failed the mod_test_util_uri.c testsuite... Is there some other bug I'm not seeing Martin? There was some bogus code previously (namely the test uptr-port == port... 'cause it was

cvs commit: apache-1.3 KEYS

1998-03-25 Thread dgaudet
dgaudet 98/03/25 10:39:55 Modified:.KEYS Log: my pgp5 key Revision ChangesPath 1.16 +41 -0 apache-1.3/KEYS Index: KEYS === RCS file: /export/home/cvs/apache-1.3/KEYS,v retrieving

cvs commit: apache-site bug_report.html

1998-03-25 Thread marc
marc98/03/25 15:47:33 Modified:.bug_report.html Log: The world isn't Unix any more (not that it ever completely was), plus Deja News is cool. Revision ChangesPath 1.10 +15 -9 apache-site/bug_report.html Index: bug_report.html