Re: config/1780: mod_dbm error

1998-02-12 Thread dgaudet
State-Changed-By: dgaudet State-Changed-When: Wed Feb 11 17:44:57 PST 1998 State-Changed-Why: Waiting for user to try -lndbm.

Re: config/1795: ScriptAlias inside of VirtualHost blocks is broken.

1998-02-12 Thread dgaudet
. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Thu Feb 12 13:42:33 PST 1998 State-Changed-Why: Waiting to find out if 1.3b3 solves the user's problem.

Re: config/1795: ScriptAlias inside of VirtualHost blocks is broken.

1998-02-12 Thread dgaudet
. State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Thu Feb 12 14:00:15 PST 1998 State-Changed-Why: solved in 1.3a2, same problem as PR#717

Re: protocol/1399: MISE 4.0 POST, then 401 Unauth, then second POST with good uname/pwd, garbage data in logs and (sometimes) garbled request

1998-02-12 Thread dgaudet
with good uname/pwd, garbage data in logs and (sometimes) garbled request Comment-Added-By: dgaudet Comment-Added-When: Thu Feb 12 14:01:11 PST 1998 Comment-Added: The patch in this PR is not sufficient. A complete fix will appear in 1.2.6. See also PR#1789.

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c mod_mime.c mod_negotiation.c

1998-02-12 Thread dgaudet
dgaudet 98/02/11 17:09:47 Modified:src CHANGES src/modules/standard mod_autoindex.c mod_mime.c mod_negotiation.c Log: Old clients really don't want to see Content-Encoding: gzip. So now we preserve the encoding given by the AddEncoding

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

1998-02-12 Thread dgaudet
dgaudet 98/02/11 17:14:37 Modified:htdocs/manual/mod mod_mime.html Log: doc the addencoding mess Revision ChangesPath 1.19 +15 -1 apache-1.3/htdocs/manual/mod/mod_mime.html Index: mod_mime.html

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

1998-02-12 Thread dgaudet
dgaudet 98/02/11 18:18:45 Modified:src/ap ap_snprintf.c src/helpers dummy.c src/main fnmatch.c http_core.c src/modules/standard mod_autoindex.c mod_negotiation.c Log: Clean up gcc 2.8.0 -Wall warnings... so we don't have to deal

cvs commit: apache-1.3/src/regex Makefile.tmpl

1998-02-12 Thread dgaudet
dgaudet 98/02/12 02:15:30 Modified:src Configure Makefile.tmpl src/ap Makefile.tmpl src/main Makefile.tmpl src/modules/example Makefile.tmpl src/modules/experimental Makefile.tmpl src/modules/extra

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

1998-02-12 Thread dgaudet
dgaudet 98/02/12 13:13:19 Modified:src/main buff.c Log: fix an unsigned char * / signed char * mistake. Revision ChangesPath 1.64 +1 -1 apache-1.3/src/main/buff.c Index: buff.c === RCS

cvs commit: apache-2.0 STATUS

1998-02-10 Thread dgaudet
dgaudet 98/02/09 22:49:35 Modified:.STATUS Log: Revision ChangesPath 1.21 +10 -8 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-2.0/STATUS,v retrieving

cvs commit: apache-1.3/src/modules/experimental mod_mmap_static.c

1998-02-10 Thread dgaudet
dgaudet 98/02/10 03:00:59 Added: src/modules/experimental mod_mmap_static.c Log: here ya go Revision ChangesPath 1.1 apache-1.3/src/modules/experimental/mod_mmap_static.c Index: mod_mmap_static.c

cvs commit: apache-1.3/src/modules/experimental .cvsignore

1998-02-10 Thread dgaudet
dgaudet 98/02/10 03:03:29 Added: src/modules/experimental .cvsignore Log: the usual Revision ChangesPath 1.1 apache-1.3/src/modules/experimental/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/docs stacked_io

1998-02-09 Thread dgaudet
dgaudet 98/02/09 01:30:01 Added: docs stacked_io Log: Ed's latest stacked i/o proposal Revision ChangesPath 1.1 apache-2.0/docs/stacked_io Index: stacked_io === This past

Re: general/1782: The following patch would make integration of Ben Laurie's stuff easier.

1998-02-08 Thread dgaudet
Laurie's stuff easier. State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 7 17:23:02 PST 1998 State-Changed-Why: Looks like most of this is covered by 1.3b4 already... feel free to resubmit stuff we've missed though when it comes out. Thanks! Dean

cvs commit: apache-1.3/src/test/vhtest/logs .cvsignore

1998-02-08 Thread dgaudet
dgaudet 98/02/08 14:50:19 Modified:src/test/vhtest README src/test/vhtest/conf common.conf test1.conf test1d.conf test2.conf test2d.conf test3.conf test4.conf test5.conf test6.conf Added: src/test/vhtest/logs

cvs commit: apache-1.3/src/test/vhtest/conf common.conf test1.conf test1d.conf test2.conf test2d.conf test3.conf test4.conf test5.conf test6.conf

1998-02-08 Thread dgaudet
dgaudet 98/02/08 14:51:29 Modified:src/test/vhtest/conf common.conf test1.conf test1d.conf test2.conf test2d.conf test3.conf test4.conf test5.conf test6.conf Log: oh foo this method of configuration sucks Revision ChangesPath

Re: config/1756: accept: (client socket): Operation not supported on t

1998-02-07 Thread dgaudet
State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 7 03:44:03 PST 1998 State-Changed-Why: You might also want to try defining -DNO_SLACK in EXTRA_CFLAGS when you compile the server. It's possible that there's still a really latent bug that our solaris

Re: general/1718: [Thu Jan 22 10:45:07 1998] setsockopt: (TCP_NODELAY): Invalid argument

1998-02-07 Thread dgaudet
): Invalid argument State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 7 03:55:03 PST 1998 State-Changed-Why: I doubt it's anything to worry about. It's likely just caused by sockets which are accept()d and then the client closes the connection before it's

Re: general/1725: When ErrorLog going to a pipe, only summary line makes it to handler

1998-02-07 Thread dgaudet
it to handler State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 7 03:58:11 PST 1998 State-Changed-Why: Are you using ScriptLog or LogScript or whatever the directive is? Dean

Re: os-unixware/1357: Server incorrectly interprets whether file is a symlink.

1998-02-07 Thread dgaudet
. State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 7 04:21:28 PST 1998 State-Changed-Why: I'm really confused by this. We don't have anyone who uses unixware, so we can't really test out your suggestion. Are you sure this doesn't affect anything else

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

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:34:47 Modified:src/main buff.c Log: Sorry guys I know we're trying to get 1.3b4 rolled, but I really really really want chunking to work since it is affecting the deployment of HTTP/1.1. I've stressed this patch a fair amount with a module I'll check

cvs commit: apache-1.3/src/test check_chunked

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:38:18 Added: src/test check_chunked Log: tool for testing chunked encoding Revision ChangesPath 1.1 apache-1.3/src/test/check_chunked Index: check_chunked

cvs commit: apache-1.3/src/modules/test - New directory

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:38:27 apache-1.3/src/modules/test - New directory

cvs commit: apache-1.3/src/modules/test Makefile.tmpl

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:44:34 Added: src/modules/test Makefile.tmpl Log: directory for modules which test server functionality Revision ChangesPath 1.1 apache-1.3/src/modules/test/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/modules/test .cvsignore

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:48:34 Added: src/modules/test .cvsignore Log: foo Revision ChangesPath 1.1 apache-1.3/src/modules/test/.cvsignore Index: .cvsignore === Makefile

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

1998-02-07 Thread dgaudet
dgaudet 98/02/07 04:07:11 Modified:htdocs/manual/misc known_client_problems.html conf srm.conf-dist srm.conf-dist-win Log: Add all the BrowserMatch directives mentioned on the known_client_problems page. Submitted by: Lars Eilebrecht Reviewed by: Dean

cvs commit: apache-1.3/src/include conf.h

1998-02-07 Thread dgaudet
dgaudet 98/02/07 04:11:19 Modified:src/include conf.h Log: Tweak to MiNT port. Submitted by: Jan Paul Schmidt [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.179 +1 -1 apache-1.3/src/include/conf.h Index: conf.h

cvs commit: apache-1.3/src/ap ap_execve.c

1998-02-07 Thread dgaudet
dgaudet 98/02/07 04:14:56 Modified:src/ap ap_execve.c Log: The code from tcsh is under the UCB license. Submitted by: Martin Kraemer Revision ChangesPath 1.5 +35 -0 apache-1.3/src/ap/ap_execve.c Index: ap_execve.c

cvs commit: apache-1.3/src/modules/test README

1998-02-07 Thread dgaudet
dgaudet 98/02/07 12:34:08 Added: src/modules/test README Log: document the why Revision ChangesPath 1.1 apache-1.3/src/modules/test/README Index: README === This directory

cvs commit: apache-1.3/src/test check_chunked

1998-02-07 Thread dgaudet
dgaudet 98/02/07 13:14:19 Modified:src/test check_chunked Log: include location of netcat Revision ChangesPath 1.2 +2 -0 apache-1.3/src/test/check_chunked Index: check_chunked === RCS

cvs commit: apache-1.3/src CHANGES

1998-02-07 Thread dgaudet
dgaudet 98/02/07 13:23:31 Modified:src CHANGES Log: a few more updates Revision ChangesPath 1.619 +6 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src/include buff.h

1998-02-07 Thread dgaudet
dgaudet 98/02/07 13:54:14 Modified:src/include buff.h Log: whoops forgot this part of my chunked patch Revision ChangesPath 1.34 +0 -1 apache-1.3/src/include/buff.h Index: buff.h === RCS

Re: mod_negotiation/1772: Can't handle both Accept-Encoding: gzip and Accept-Encoding: x-gzip

1998-02-06 Thread dgaudet
-Encoding: x-gzip State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 6 01:12:28 PST 1998 State-Changed-Why: Patch committed, thanks! Dean

Re: general/1776: memory leak in push_array (alloc.c)

1998-02-06 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 6 11:32:22 PST 1998 State-Changed-Why: You'll find there's no pfree() function... there's no way to return memory to a pool, except for clear_pool() which frees all memory (and other resources) in a pool. This allows

cvs commit: apache-2.0 STATUS

1998-02-06 Thread dgaudet
dgaudet 98/02/06 02:10:25 Modified:.STATUS Log: Revision ChangesPath 1.8 +4 -2 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-2.0/STATUS,v retrieving

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

1998-02-05 Thread dgaudet
dgaudet 98/02/04 23:52:35 Modified:src/modules/standard mod_unique_id.c Log: gethostname doesn't necessarily \0-terminate Submitted by: Marc Slemko Revision ChangesPath 1.12 +1 -0 apache-1.3/src/modules/standard/mod_unique_id.c Index: mod_unique_id.c

cvs commit: apache-1.3 STATUS

1998-02-05 Thread dgaudet
dgaudet 98/02/04 23:55:05 Modified:.STATUS Log: i don't do win32 Revision ChangesPath 1.144 +4 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/htdocs/manual upgrading_to_1_3.html

1998-02-05 Thread dgaudet
dgaudet 98/02/05 00:04:57 Modified:htdocs/manual upgrading_to_1_3.html Log: document the code changes required for 1.2 modules Revision ChangesPath 1.11 +32 -0 apache-1.3/htdocs/manual/upgrading_to_1_3.html Index: upgrading_to_1_3.html

cvs commit: apache-1.2/conf httpd.conf-dist

1998-02-04 Thread dgaudet
dgaudet 98/02/04 11:42:52 Modified:conf httpd.conf-dist Log: give a clue Revision ChangesPath 1.15 +3 -0 apache-1.2/conf/httpd.conf-dist Index: httpd.conf-dist === RCS file: /export

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

1998-02-04 Thread dgaudet
dgaudet 98/02/04 13:23:34 Modified:src CHANGES src/main http_protocol.c Log: Igor found a memory leak -- we're allocating the initial request_rec in the connection pool rather than creating a new pool first. So each request on a keepalive connection would

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

1998-02-04 Thread dgaudet
dgaudet 98/02/04 13:40:05 Modified:htdocs/manual/mod directives.html Log: two of the probably many missing directives Revision ChangesPath 1.39 +2 -0 apache-1.3/htdocs/manual/mod/directives.html Index: directives.html

cvs commit: apache-2.0/docs README

1998-02-03 Thread dgaudet
dgaudet 98/02/02 18:50:10 Added: docs README Log: explain that last commit Revision ChangesPath 1.1 apache-2.0/docs/README Index: README === This won't really be docs about

cvs commit: apache-2.0/docs process-model.html

1998-02-03 Thread dgaudet
dgaudet 98/02/02 18:53:02 Added: docs process-model.html Log: here ya go, my process-model proposal... the one which I think is way overboard now Revision ChangesPath 1.1 apache-2.0/docs/process-model.html Index: process-model.html

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-02-03 Thread dgaudet
dgaudet 98/02/02 23:29:54 Modified:src/os/win32 mod_isapi.c Log: r-finfo.st_mode == 0 should be the first test before using r-finfo in a handler Revision ChangesPath 1.7 +3 -3 apache-1.3/src/os/win32/mod_isapi.c Index: mod_isapi.c

cvs commit: apache-1.3 STATUS

1998-02-03 Thread dgaudet
dgaudet 98/02/03 01:32:50 Modified:.STATUS Log: raining all day long Revision ChangesPath 1.141 +6 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3 STATUS

1998-02-03 Thread dgaudet
dgaudet 98/02/03 01:35:37 Modified:.STATUS Log: vote Revision ChangesPath 1.142 +2 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-02-03 Thread dgaudet
dgaudet 98/02/03 01:53:51 Modified:src CHANGES http_protocol.c Log: Ed's patch has been running on one of my 1.2 servers w/name and ip vhosts for 5 days now without a hassle. Ed says: I posted a patch much like this some months ago, but Dean pointed out

cvs commit: apache-1.2/src http_protocol.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:22:30 Modified:src http_protocol.c Log: The last commit contained changes it shouldn't have. Reverse them. Revision ChangesPath 1.129 +31 -112 apache-1.2/src/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.2/src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:33:42 Modified:src CHANGES http_core.c mod_asis.c mod_dir.c mod_include.c mod_info.c Log: set r-allowed properly Revision ChangesPath 1.289 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

cvs commit: apache-1.2/src/modules/proxy mod_proxy.c

1998-02-01 Thread dgaudet
dgaudet 98/01/31 18:47:46 Modified:src CHANGES http_config.c http_protocol.c mod_cgi.c mod_dir.c mod_rewrite.c util.c src/modules/proxy mod_proxy.c Log: be sensitive to the case! Revision ChangesPath 1.290 +3 -0 apache

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

1998-02-01 Thread dgaudet
dgaudet 98/01/31 20:54:48 Modified:src CHANGES src/main http_vhost.c Log: Fix a bug I introduced with http_vhost.c... r-hostname is supposed to always have :port removed from it. Revision ChangesPath 1.609 +3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/include alloc.h

1998-02-01 Thread dgaudet
dgaudet 98/02/01 12:54:46 Modified:src/main alloc.c src/include alloc.h Log: the new table_xxxn() API should use const char * pointers Revision ChangesPath 1.74 +10 -10apache-1.3/src/main/alloc.c Index: alloc.c

cvs commit: apache-1.3/src/modules/standard mod_dir.c mod_imap.c mod_rewrite.c mod_speling.c

1998-02-01 Thread dgaudet
dgaudet 98/02/01 14:05:44 Modified:conf httpd.conf-dist httpd.conf-dist-win htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_config.h http_core.h httpd.h src

cvs commit: apache-devsite mmn.txt

1998-02-01 Thread dgaudet
dgaudet 98/02/01 14:07:00 Modified:.mmn.txt Log: update to 19980201 Revision ChangesPath 1.9 +2 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache

Re: general/1750: Configure encourages changes, but I can't find a suitable place to send them.

1998-01-31 Thread dgaudet
a suitable place to send them. State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Jan 31 13:26:03 PST 1998 State-Changed-Why: There's apache_1.2.5/README, apache_1.2.5/src/INSTALL, and apache_1.2.5/src/PORTING ... and there's also http://www.apache.org/docs/install.html

Re: general/1751: http://207.201.65.4 resolves and works.... but http://corona.celestar.com does not. dns works, resolv.conf set, hosts file set, and virtual hosts are working... just not the MAIN Site

1998-01-31 Thread dgaudet
://corona.celestar.com does not. dns works, resolv.conf set, hosts file set, and virtual hosts are working... just not the MAIN Site State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Jan 31 13:29:22 PST 1998 State-Changed-Why: Your server is running Apache 1.2b7

cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:15:45 Modified:src/main http_protocol.c http_request.c Log: (Recall: whenever a table's nelts == nalloc and a push is attempted the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default

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

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:24:33 Modified:src CHANGES src/main alloc.c Log: People are challenging me to write something in assembly... well gcc is so nice that I don't have to do this one in assembly. MAKE_TABLE_PROFILE is a debugging mode that makes it easier

Re: config/1746: comments on same line as commands result in error

1998-01-30 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Jan 30 11:00:46 PST 1998 State-Changed-Why: This isn't supported by Apache. There's another PR in the database as well on it, and it's mentioned in the NCSA compatibility page. It's not supported because

cvs commit: apache-1.2/support logresolve.c suexec.c

1998-01-30 Thread dgaudet
dgaudet 98/01/30 01:14:32 Modified:.ABOUT_APACHE CHANGES KEYS README conf httpd.conf-dist htdocs index.html htdocs/manual custom-error.html footer.html header.html new_features_1_2.html process-model.html

cvs commit: apache-1.2/logs .cvsignore

1998-01-30 Thread dgaudet
dgaudet 98/01/30 01:18:12 Added: logs .cvsignore Log: messed this one up Revision ChangesPath 1.1 apache-1.2/logs/.cvsignore Index: .cvsignore === access_log error_log

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

1998-01-30 Thread dgaudet
dgaudet 98/01/30 11:30:35 Modified:.STATUS src CHANGES src/main http_core.c Log: Fix Options and AllowOverrides merging in main_server lookup_defaults and vhost lookup_defaults. Revision ChangesPath 1.138 +1 -0 apache

Re: mod_cern_meta/1742: Re: apache feature or bug?

1998-01-29 Thread dgaudet
: apache feature or bug? Synopsis-Changed-To: mod_cern_meta doesn't do the right thing with 304 responses Synopsis-Changed-By: dgaudet Synopsis-Changed-When: Thu Jan 29 12:51:52 PST 1998 Originator-Changed-From-To: -Andrew Brown [EMAIL PROTECTED] Originator-Changed-By: dgaudet Originator-Changed-When

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

1998-01-28 Thread dgaudet
dgaudet 98/01/28 02:00:34 Modified:src CHANGES src/main http_main.c Log: SIGURG doesn't exist everywhere. Submitted by: Mark Andrew Heinrich [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.603 +3 -0 apache-1.3/src

cvs commit: apache-1.3/src/modules/standard mod_access.c mod_autoindex.c mod_cgi.c mod_include.c mod_rewrite.c

1998-01-28 Thread dgaudet
dgaudet 98/01/28 03:33:32 Modified:src CHANGES src/main http_protocol.c http_vhost.c util.c src/modules/proxy mod_proxy.c src/modules/standard mod_access.c mod_autoindex.c mod_cgi.c mod_include.c mod_rewrite.c

Re: protocol/1399: MISE 4.0 POST, then 401 Unauth, then second POST with good uname/pwd, garbage data in logs and (sometimes) garbled request

1998-01-27 Thread dgaudet
with good uname/pwd, garbage data in logs and (sometimes) garbled request State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Tue Jan 27 00:28:38 PST 1998 State-Changed-Why: Thanks a bunch for testing the patch, glad it worked. It should appear in apache 1.2.6 when

cvs commit: apachen/src/main alloc.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:37:52 Modified:src/main alloc.c Log: more pool debugging -- copy_table() and overlay_tables() have implicit assumptions about the pool relationships of their arguments. There are actually some bugs in the core code I'll fix in a few minutes. Revision

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:39:42 Modified:src/main http_request.c Log: When calling rename_original_environment we should be creating the new table in the environment of the subrequest, not the main request. Otherwise it will consume memory when it shouldn't be... and will trigger

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:41:13 Modified:src/main http_request.c Log: Oh nevermind. I didn't realise internal redirected requests shared the same pool as the main request. That's odd, maybe there's some savings to be had... some other day. Revision ChangesPath 1.103

cvs commit: apachen/src/main buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 21:35:34 Modified:.STATUS src CHANGES src/main buff.c Log: really fix Rasmus' chunking problem this time introduce LARGE_WRITE_THRESHOLD tunable for determining when large_write() is a good idea Reviewed

cvs commit: apachen/src .gdbinit

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:02:51 Added: src .gdbinit Log: I needed a gdb macro to dump the contents of a table... I figured others might need it too. Revision ChangesPath 1.1 apachen/src/.gdbinit Index: .gdbinit

cvs commit: apache/src buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:25:05 Modified:src Tag: APACHE_1_2_X buff.c Log: This is the proper fix for chunked encoding and bputc()... the last one misses cases where bputc() is mixed with other bwrite() calls. Revision ChangesPath No revision

cvs commit: apache-1.3 STATUS

1998-01-27 Thread dgaudet
dgaudet 98/01/27 00:38:46 Modified:.STATUS Log: testing commit on 1.3 branch Revision ChangesPath 1.133 +0 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:00:46 Modified:src/main alloc.c alloc.h src/modules/standard mod_negotiation.c Log: Another iteration in getting POOL_DEBUG to work correctly. It turns out there are many more subtle interactions caused by the mod_negotiation fast redirect

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:04:37 Modified:src/main alloc.c Log: I didn't implement a fully general pool_join... so I should test that the inputs really are what I expect. Revision ChangesPath 1.72 +3 -2 apache-1.3/src/main/alloc.c Index: alloc.c

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

1998-01-27 Thread dgaudet
dgaudet 98/01/27 02:28:34 Modified:.STATUS src CHANGES src/modules/standard mod_unique_id.c Log: don't generate a second id on internal_redirects Revision ChangesPath 1.134 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apachen/src/modules/standard mod_alias.c mod_dir.c mod_expires.c mod_imap.c mod_include.c mod_log_config.c mod_negotiation.c mod_rewrite.c mod_setenvif.c mod_speling.c mod_unique_id.c mod_userdir.c mod_usertrack.c

1998-01-26 Thread dgaudet
dgaudet 98/01/26 11:50:30 Modified:.STATUS htdocs/manual new_features_1_3.html src CHANGES src/main alloc.c alloc.h http_config.h http_core.c http_protocol.c http_request.c util_script.c src

cvs commit: apachen/src PORTING

1998-01-25 Thread dgaudet
dgaudet 98/01/24 18:07:43 Modified:src PORTING Log: note NEED_HASHBANG_EMUL Revision ChangesPath 1.20 +4 -0 apachen/src/PORTING Index: PORTING === RCS file: /export/home/cvs/apachen

cvs commit: apachen/htdocs/manual/mod mod_mime_magic.html

1998-01-25 Thread dgaudet
dgaudet 98/01/24 19:52:20 Modified:src CHANGES src/modules/standard mod_mime_magic.c htdocs/manual/mod mod_mime_magic.html Log: - no need to use stat() since r-finfo is already what we need - no need to play with atime/mtime crud, the web server

cvs commit: apachen STATUS

1998-01-24 Thread dgaudet
dgaudet 98/01/24 10:31:01 Modified:.STATUS Log: a sunny day Revision ChangesPath 1.123 +1 -1 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v

cvs commit: apachen/src/modules/standard mod_cgi.c mod_env.c mod_include.c mod_negotiation.c mod_setenvif.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 11:00:28 Modified:src CHANGES src/main alloc.c alloc.h src/modules/standard mod_cgi.c mod_env.c mod_include.c mod_negotiation.c mod_setenvif.c Log: Clean up the usage of the table API. There have always

cvs commit: apachen/src/modules/proxy mod_proxy.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:30:08 Modified:src/modules/proxy mod_proxy.c Log: don't waste memory allocating an error message... use %s and such Revision ChangesPath 1.32 +2 -2 apachen/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apachen/src/modules/proxy proxy_cache.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:43:44 Modified:src/modules/proxy proxy_cache.c Log: When deleting a value from a table, use table_unset() not table_set(key,NULL). The proxy has all of its own table manipulation routines... like it has struct hdr_entry, and proxy_get_header() and all

Re: other/1719: pthread library functions do not set errno

1998-01-23 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Jan 22 20:40:34 PST 1998 State-Changed-Why: This has already been fixed in 1.3b4-dev, but thanks for the note! Dean

Re: general/1724: endless copies of the deamon spawn, making server not respond

1998-01-23 Thread dgaudet
not respond State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Fri Jan 23 13:56:26 PST 1998 State-Changed-Why: Even if it isn't NFS it's still likely a local problem... I maintain a number of linux boxes running apache without this happening. Are you absolutely sure

cvs commit: apache/src Configuration.tmpl

1998-01-23 Thread dgaudet
dgaudet 98/01/23 10:53:41 Modified:src Tag: APACHE_1_2_X Configuration.tmpl Log: I'm tired of the damn bug reports. Revision ChangesPath No revision No revision 1.63.2.2 +3 -0 apache/src/Configuration.tmpl

Re: os-unixware/1082: SIGHUP causes web server to quit instead of restart

1998-01-22 Thread dgaudet
State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 16:00:56 PST 1998 State-Changed-Why: A patch has been committed to 1.3b4-dev which should clear this problem up. Dean

Re: os-unixware/1282: Server fails to bind port when restarting after SIGHUP

1998-01-22 Thread dgaudet
State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 16:01:53 PST 1998 State-Changed-Why: Thanks for the patch, it has been applied with slight modifications to 1.3b4-dev. The modification is that another user has found that even unixware 2.1.2 requires

Re: mod_include/1203: possible ../ attack in mod_include

1998-01-22 Thread dgaudet
-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 16:17:12 PST 1998 State-Changed-Why: This problem is fixed in 1.2. And in 1.3 it's fixed for unix, but not for win32 yet.

Re: mod_alias/1714: Redirecting pages

1998-01-22 Thread dgaudet
State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 16:52:00 PST 1998 State-Changed-Why: You can already do this using RewriteCond, one of the directives available in mod_rewrite. Install mod_rewrite and give it a try. See the docs for more info. Thanks for using Apache! Dean

cvs commit: apachen/src/main conf.h http_main.c

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:00:00 Modified:src CHANGES Configure src/main conf.h http_main.c Log: Found a great cleanup patch for unixware in PR#1282. Applied it with slight modifications. This should cleanup SIGHUP, serialized accept problems, and enable syslog

cvs commit: apachen STATUS

1998-01-22 Thread dgaudet
dgaudet 98/01/21 16:03:38 Modified:.STATUS Log: uwfoo Revision ChangesPath 1.115 +1 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/htdocs/manual/misc known_client_problems.html

1998-01-22 Thread dgaudet
dgaudet 98/01/22 12:37:49 Modified:htdocs/manual/misc known_client_problems.html Log: document no-content-length and gif89-expires Revision ChangesPath 1.5 +19 -0 apachen/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html

cvs commit: apachen/src/main buff.c

1998-01-22 Thread dgaudet
dgaudet 98/01/22 13:00:07 Modified:src/main buff.c Log: document doerror() a little better Submitted by: Ben Hyde Reviewed by: Dean Gaudet Revision ChangesPath 1.58 +3 -6 apachen/src/main/buff.c Index: buff.c

cvs commit: apachen/htdocs/manual/mod core.html

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:18:59 Modified:htdocs/manual/misc FAQ.html htdocs/manual/mod core.html Log: Support users with older versions of the server. Revision ChangesPath 1.98 +3 -2 apachen/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apachen/src CHANGES

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:22:14 Modified:src CHANGES Log: I'm sure some folks rely on these tokens... and would like to know they changed Revision ChangesPath 1.590 +10 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src CHANGES

1998-01-22 Thread dgaudet
dgaudet 98/01/22 15:23:09 Modified:src CHANGES Log: tab damage Revision ChangesPath 1.591 +2 -2 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v

Re: general/1711: Virtual Hosts is malfunctioning

1998-01-21 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 00:43:07 PST 1998 State-Changed-Why: User solved their own problem :) Thanks for using apache! Dean

Re: os-next/1614: can't compile

1998-01-21 Thread dgaudet
State-Changed-By: dgaudet State-Changed-When: Wed Jan 21 13:54:56 PST 1998 State-Changed-Why: A patch has been committed to 1.3b4-dev, hopefully it'll work out of the box in 1.3b4. Dean

Re: os-next/1613: can't compile

1998-01-21 Thread dgaudet
-Changed-By: dgaudet State-Changed-When: Wed Jan 21 13:59:56 PST 1998 State-Changed-Why: A tweak has been committed to 1.3b4-dev... hopefully NeXT will work out of the box in 1.3b4. Dean

<    4   5   6   7   8   9   10   11   12   13   >