Re: os-windows/1786: CGI SCRIPT_NAME variable includes extraneous information

1998-02-21 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Sat Feb 21 03:25:07 PST 1998 Comment-Added: The SCRIPT_NAME problem appears to be windows specific. I can't reproduce it on unix... try: http://www.arctic.org/cgi-bin/printenv/some/info/ for example. Dean Category-Changed-From-To: general-os

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

1998-02-21 Thread dgaudet
State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:29:34 PST 1998 State-Changed-Why: As of 1.2.6 this problem shouldn't fill your disk with errors, it'll report it once and then the child with the problem will die. I suspect also that it will recover

Re: os-freebsd/1748: [error] (22)Invalid argument: getsockname in error_log

1998-02-21 Thread dgaudet
State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:37:02 PST 1998 State-Changed-Why: Are you sure no getsockname errors occured with 1.2.x servers? I can't see any reason why the socket would become invalid due to something apache does. Maybe 1.3

Re: os-irix/1727: I get 'accept_mutex_on: Permission denied' in the error_log

1998-02-21 Thread dgaudet
' in the error_log State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:38:33 PST 1998 State-Changed-Why: Er, we're hoping the user will figure out what files need to be copied into the chroot environ since we generally don't have access to irix systems.

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

1998-02-21 Thread dgaudet
not respond State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:39:23 PST 1998 State-Changed-Why: Has the problem recurred since you lowered your timeout? Dean

Re: os-solaris/1717: can't successfully build - do I need to change something in configure that I'm missing?

1998-02-21 Thread dgaudet
in configure that I'm missing? State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:48:04 PST 1998 State-Changed-Why: Waiting for user to try patch.

Re: mod_log-any/1708: errorlog reporting

1998-02-21 Thread dgaudet
-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 03:51:12 PST 1998 State-Changed-Why: Er, I meant to say I can't repeat this problem. At any rate, try reading the documentation on the LogLevel directive and set LogLevel to debug. It should be in httpd.conf if you're using the default

Re: mod_rewrite/1687: %{REMOTE_USER} returns empty string during RewriteCond/RewriteRules evaluation

1998-02-21 Thread dgaudet
/RewriteRules evaluation State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 04:11:13 PST 1998 State-Changed-Why: r-connection-user isn't set until a much later phase in processing. mod_rewrite runs during the name translation phase and the user isn't set

Re: mod_rewrite/1663: mod_rewrite should have the two digit year in a variable

1998-02-21 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 04:16:28 PST 1998 State-Changed-Why: Uh, you mean we should encourage year 2000 problems? No way. You've got a workaround for your setup... but in general this seems like a bad thing for us to put

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

1998-02-21 Thread dgaudet
dgaudet 98/02/20 16:50:05 Modified:src/modules/standard mod_userdir.c Log: Fix multiple UserDir problem introduced during 1.3b4-dev. Revision ChangesPath 1.29 +4 -1 apache-1.3/src/modules/standard/mod_userdir.c Index: mod_userdir.c

cvs commit: apache-1.3/src CHANGES

1998-02-21 Thread dgaudet
dgaudet 98/02/20 16:50:42 Modified:src CHANGES Log: Fix multiple UserDir problem introduced during 1.3b4-dev. Revision ChangesPath 1.644 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:18:29 Modified:src CHANGES src/main http_protocol.c Log: Fix http://host1; without trailing /. Revision ChangesPath 1.645 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:38:35 Modified:src CHANGES src/main http_main.c Log: Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers. In particular the handlers could trigger themselves into an infinite loop if RLimitMem was used with a small amount

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

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:42:41 Modified:src/include conf.h http_core.h src/main http_core.c util_script.c Log: RLIMIT_AS is part of Single Unix... and presumably posix as well. So it makes sense to support it everywhere rather than just on Linux. So treat it like

cvs commit: apache-1.3/src CHANGES

1998-02-21 Thread dgaudet
dgaudet 98/02/21 02:43:44 Modified:src CHANGES Log: mention pr# Revision ChangesPath 1.647 +2 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src

cvs commit: apache-1.3/htdocs/manual/misc known_bugs.html

1998-02-21 Thread dgaudet
dgaudet 98/02/21 02:46:02 Modified:htdocs/manual/misc known_bugs.html Log: document pr 1847 and 1850 Revision ChangesPath 1.46 +13 -0 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:05:19 Modified:src/main util_script.c src/include util_script.h Log: long live const Revision ChangesPath 1.96 +1 -1 apache-1.3/src/main/util_script.c Index: util_script.c

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:08:31 Modified:src/main http_config.c Log: The prototype of set_file_slot already includes API_EXPORT_NONSTD... fix the declaration. BTW, I think _NONSTD is only required for functions which have variable length parameter lists. i.e. bputs and rputs

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:44:11 Modified:src CHANGES mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.297 +5 -0 apache-1.2/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 03:46:00 Modified:src CHANGES src/modules/standard mod_include.c Log: Work around a broken cpp. PR: 1717 Revision ChangesPath 1.648 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:25:43 Modified:src CHANGES mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.298 +0 -5 apache-1.2/src/CHANGES Index: CHANGES === RCS

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 04:26:23 Modified:src CHANGES src/modules/standard mod_include.c Log: boy that was a dumb patch, back it out Revision ChangesPath 1.649 +0 -3 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-21 Thread dgaudet
dgaudet 98/02/21 12:32:08 Modified:src/main http_core.c Log: fix typo Revision ChangesPath 1.163 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file: /export/home/cvs

Re: general/1841: error_log shows mmap_handler error

1998-02-20 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Feb 19 17:22:36 PST 1998 State-Changed-Why: This is listed on the known_problems page. Ignore it, it's not fatal, and it's fixed in the next beta. Dean

Re: mod_log-any/1811: Referer Log, logs to much...

1998-02-20 Thread dgaudet
-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Fri Feb 20 00:40:41 PST 1998 State-Changed-Why: Are info.rexroth.de and proxy.rexroth.de on different IP addresses? Dean

Re: mod_mime/1799: mod_mime's mapping to handler and content_type gets confused by some filenames

1998-02-20 Thread dgaudet
confused by some filenames State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Fri Feb 20 00:49:27 PST 1998 State-Changed-Why: I like the suggestion to add default as a handler which overrides other handlers... lemme see what others think. Dean

Re: general/1847: ap_cpystrn has off by one error

1998-02-20 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 20 11:21:34 PST 1998 State-Changed-Why: D'ohh! Yeah thanks, applied. Dean

Re: mod_rewrite/1843: rewrites that worked under 1.3b3 don't work under 1.3b5

1998-02-20 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 20 15:49:05 PST 1998 State-Changed-Why: Patch solves the problem. Dean

cvs commit: apache-1.3/htdocs/manual/vhosts details.html name-based.html

1998-02-20 Thread dgaudet
dgaudet 98/02/19 22:47:55 Modified:htdocs/manual/vhosts details.html name-based.html Log: spell out the obviously not so obvious fix slight semantic error Revision ChangesPath 1.5 +4 -4 apache-1.3/htdocs/manual/vhosts/details.html Index: details.html

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

1998-02-20 Thread dgaudet
dgaudet 98/02/19 22:52:05 Modified:htdocs/manual/mod core.html Log: more obviousness Revision ChangesPath 1.103 +8 -4 apache-1.3/htdocs/manual/mod/core.html Index: core.html === RCS file

cvs commit: apache-1.3/src CHANGES

1998-02-20 Thread dgaudet
dgaudet 98/02/19 23:02:44 Modified:src CHANGES Log: Fix FooMatch sections. I bungled them before. Submitted by: Martin Kraemer Revision ChangesPath 1.640 +2 -1 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-20 Thread dgaudet
dgaudet 98/02/19 23:15:47 Modified:src/main http_core.c Log: Fix FooMatch sections. I bungled them before. Submitted by: Martin Kraemer Revision ChangesPath 1.160 +15 -12apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-2.0/docs page_io

1998-02-20 Thread dgaudet
dgaudet 98/02/20 00:25:35 Added: docs page_io Log: expand on what I mean by page-based i/o Revision ChangesPath 1.1 apache-2.0/docs/page_io Index: page_io === From [EMAIL

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

1998-02-20 Thread dgaudet
dgaudet 98/02/20 11:21:24 Modified:src CHANGES src/ap ap_cpystrn.c Log: fix off-by-1 error in ap_cpystrn PR: 1847 Submitted by: Charles Fu [EMAIL PROTECTED] Revision ChangesPath 1.643 +11 -8 apache-1.3/src/CHANGES Index

cvs commit: apache-1.2 Announcement

1998-02-19 Thread dgaudet
dgaudet 98/02/18 20:10:09 Added: .Announcement Log: I just stole it from 1.3 and reworded a bit. How's this sound? Revision ChangesPath 1.1 apache-1.2/Announcement Index: Announcement

cvs commit: apache-1.2/src httpd.h

1998-02-19 Thread dgaudet
dgaudet 98/02/18 23:43:00 Modified:src httpd.h Log: roll the 1.2.6 release Revision ChangesPath 1.113 +2 -2 apache-1.2/src/httpd.h Index: httpd.h === RCS file: /export/home/cvs/apache

cvs commit: apache-1.2/src httpd.h

1998-02-19 Thread dgaudet
dgaudet 98/02/18 23:50:35 Modified:src httpd.h Log: rolled Revision ChangesPath 1.114 +2 -2 apache-1.2/src/httpd.h Index: httpd.h === RCS file: /export/home/cvs/apache-1.2/src/httpd.h

cvs commit: apache-1.2 STATUS

1998-02-19 Thread dgaudet
dgaudet 98/02/18 23:53:40 Modified:.STATUS Log: update for 1.2.7 Revision ChangesPath 1.6 +2 -29 apache-1.2/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.2/STATUS,v

Re: config/379: Files within Directory or Location directive?

1998-02-18 Thread dgaudet
-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 01:58:18 PST 1998 State-Changed-Why: 1.3b6 will issue an error diagnostic in this case. Dean

Re: config/1817: Compatibility from from 1.2.X to 1.3 with Files

1998-02-18 Thread dgaudet
-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 01:59:08 PST 1998 State-Changed-Why: Patch committed to 1.3b6-dev. You've got a workaround for now so I won't bother including the patch. Dean

Re: general/1835: When viewing pages with Netscape 3.0 or 4.0, only page source displays

1998-02-18 Thread dgaudet
source displays State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:29:59 PST 1998 State-Changed-Why: This is not an apache bug. This is a RedHat bug. Go edit your /etc/mime.types and add htm as a file extension for html files. There are only about

Re: os-irix/1836: .zip, .pdf file download errors

1998-02-18 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:34:12 PST 1998 State-Changed-Why: This is almost certainly the same as two other PRs: http://bugs.apache.org/index/full/1638 http://bugs.apache.org/index/full/1710 It appears to be an IRIX bug for which we have no workaround

Re: config/1818: Follows symbolic links wether or not disabled

1998-02-18 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:39:49 PST 1998 State-Changed-Why: The default for options was undocumented. Dean

Re: config/1828: ResourceConfig option ignored by VirtualHost config

1998-02-18 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:41:17 PST 1998 State-Changed-Why: Lars described what's up and gave a workaround. Dean

Re: os-linux/1816: RLimitMEM doesn't work on Linux

1998-02-18 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 18 12:54:03 PST 1998 State-Changed-Why: Patch applied to 1.3b6-dev. Thanks. For interest sake, RLIMIT_DATA applies to memory allocated via brk() only. RLIMIT_AS applies to all memory, including mmap()d memory... and newer linux

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 00:35:56 Modified:src/include http_config.h Log: comment on the real meaning of cmd-path Revision ChangesPath 1.66 +6 -0 apache-1.3/src/include/http_config.h Index: http_config.h

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 00:39:22 Modified:src/include httpd.h Log: another comment that was sitting in my mailbox Revision ChangesPath 1.187 +21 -0 apache-1.3/src/include/httpd.h Index: httpd.h

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 02:01:18 Modified:htdocs/manual upgrading_to_1_3.html htdocs/manual/mod core.html src CHANGES src/include http_config.h src/main http_core.c http_request.c Log: Fix various parsing bugs with Dir/Loc

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 03:59:21 Modified:src/main http_protocol.c Log: Fix absoluteURI problem introduced by the http_method() stuff... do a little cleanup. This isn't everything needed to get absoluteURIs working properly, they're still at least as broken as they were a week or two

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 12:44:20 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Report filename when read error occurs. PR: 1827 Submitted by: M.D.Parker [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath

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

1998-02-18 Thread dgaudet
dgaudet 98/02/18 12:52:55 Modified:src CHANGES src/include conf.h Log: Linux 2.0.x RLIMIT_DATA doesn't do what's expected, RLIMIT_AS does. Deal with it. PR: 1816 Submitted by: Enrik Berkhan [EMAIL PROTECTED] Reviewed by: Dean Gaudet

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

1998-02-18 Thread dgaudet
dgaudet 98/02/18 13:07:26 Modified:htdocs/manual/misc FAQ.html Log: tired tired tired of these stupid linux questions Revision ChangesPath 1.108 +35 -1 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-1.2/htdocs/manual/misc FAQ.html

1998-02-18 Thread dgaudet
dgaudet 98/02/18 13:11:04 Modified:htdocs/manual/misc FAQ.html Log: I know most of the rest of the 1.2 docs are out of date... but I want this in here. If only because I think it would be humourous for RedHat to make a package with it including all the RedHat qa

Re: general/1787: accept loops on ENOTSOCK, filling up logfile

1998-02-17 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 16 17:47:29 PST 1998 State-Changed-Why: A patch to deal with this situation gracefully has been applied to 1.2.6-dev and 1.3b6-dev. Dean

Re: protocol/1819: Error in HTTP/1.1 Response

1998-02-17 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 16 18:29:12 PST 1998 State-Changed-Why: This is correct HTTP/1.1. Read RFC2068, search for chunked. All clients MUST implement chunked encoding. The top page of www.apache.org is handled by mod_include, which uses chunked encoding under

Re: mod_imap/1820: mod_imap.c call to construct_url 3rd arg is wrong type

1998-02-17 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Feb 17 01:13:41 PST 1998 State-Changed-Why: Sorry, but if you look at construct_url in apache-1.2.5 without the SSL patch you'll see the third argument is supposed to be a server... so the code is right and the ssl

Re: config/1817: Compatibility from from 1.2.X to 1.3 with Files

1998-02-17 Thread dgaudet
-Changed-From-To: closed-analyzed State-Changed-By: dgaudet State-Changed-When: Tue Feb 17 11:51:15 PST 1998 State-Changed-Why: Ken he's saying that Files doesn't behave the same way between 1.2 and 1.3, and he's right. In 1.3 the wildcard patterns were changed so that they follow sh-like rules

Re: general/1801: Netscape Navigator gets text/plain return of index.htm

1998-02-17 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Feb 17 12:21:19 PST 1998 State-Changed-Why: Yet another victim of redhat 5.0 /etc/mime.types not containing htm. Dean

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

1998-02-17 Thread dgaudet
dgaudet 98/02/17 03:28:29 Modified:src/main http_main.c Log: Oh foo. I put unblock_alarms() after the setjmp(), so when a timeout occured the child would go to alarms_blocked = -1, and would have alarms blocked forever. Revision ChangesPath 1.291 +3 -3

Re: documentation/1208: ErrorLog Directive incorrectly documented

1998-02-15 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 16:18:24 PST 1998 State-Changed-Why: Documentation updated.

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

1998-02-15 Thread dgaudet
dgaudet 98/02/14 16:18:16 Modified:htdocs/manual/mod core.html Log: document piped errorlog Revision ChangesPath 1.100 +3 -0 apache-1.3/htdocs/manual/mod/core.html Index: core.html === RCS

Re: general/1768: Virtual hosts not properly recognised

1998-02-14 Thread dgaudet
-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 02:01:11 PST 1998 State-Changed-Why: I seem to recall getting another message from you about this problem but I can't find it right now. Could you give us an update? Thanks. Dean

Re: mod_imap/1734: SIGSEGV in mod_imap.c

1998-02-14 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 02:03:04 PST 1998 State-Changed-Why: This is likely due to applying SSL patches which change the prototype of construct_url(). You'll have to get updated SSL patches. Thanks for using Apache! Dean

Re: os-solaris/1733: performance on 50+ web servers drops off after 3-5 days.

1998-02-14 Thread dgaudet
. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 02:05:23 PST 1998 State-Changed-Why: Waiting for feedback on a round of questions I sent a few days ago.

Re: os-irix/1727: I get 'accept_mutex_on: Permission denied' in the error_log

1998-02-14 Thread dgaudet
' in the error_log State-Changed-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 02:07:06 PST 1998 State-Changed-Why: Problem is caused by user running apache in chroot() environment. There is likely a device or other system file that needs to be created in the chroot() environment

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

1998-02-14 Thread dgaudet
it to handler State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 03:24:53 PST 1998 State-Changed-Why: I'm sorry but I can't reproduce this. The only situation in which stderr won't go to the error log is when you have ScriptLog in use, but you say

Re: mod_rewrite/1747: Fills up Apache error log at terrific speed

1998-02-14 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 04:30:58 PST 1998 State-Changed-Why: A more complete solution is in the works but the patch I just sent should get you by for now.

Re: mod_cgi/607: CGI processes that run certain outside programs hang indefinately

1998-02-14 Thread dgaudet
indefinately Synopsis-Changed-From: CGI processes that run certain outside programs hang indefinately Synopsis-Changed-To: ScriptLog and stderr don't work well together Synopsis-Changed-By: dgaudet Synopsis-Changed-When: Sat Feb 14 04:43:31 PST 1998 Release-Changed-From-To: 1.2-1.2 and 1.3 Release

Re: os-ultrix/958: alloc.c and mod_dir.c have problems with incompatible pointer type assignment

1998-02-14 Thread dgaudet
pointer type assignment State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 04:45:31 PST 1998 State-Changed-Why: Without access to various ultrix platforms it'll be hard to eliminate the warnings reliably. So for now we'll just have to live with them

Re: general/1072: http servers die until only one left in process list

1998-02-14 Thread dgaudet
State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:10:53 PST 1998 State-Changed-Why: I'm not sure if you're still having this problem. But you may want to visit http://www.apache.org/docs/misc/FAQ.html#redhat Since you may be affected by the problem

Re: general/1251: Compiler warning compiling support/htpasswd.c

1998-02-14 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:20:49 PST 1998 State-Changed-Why: This isn't worth fixing in 1.2 or 1.3. The correct prototype for crypt.h is determined by all sorts of crud in conf.h. This just screams out for autoconf... we'll deal

Re: general/1341: Strange error in error_log

1998-02-14 Thread dgaudet
-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:22:02 PST 1998 State-Changed-Why: Assuming LockFile directive solved the problem. Dean

Re: general/1365: Large download from IE broken up and logged many times

1998-02-14 Thread dgaudet
State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:24:35 PST 1998 State-Changed-Why: This is normal for pdf files. pdf files are byte-range served, the client asks for pieces of the file as required. ns3 will do it as well if you have the right

Re: general/1369: error in src/main/conf.h - wrong path

1998-02-14 Thread dgaudet
-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:25:27 PST 1998 State-Changed-Why: This went under a bunch of changes... submit a new report if the upcoming 1.3b5 release doesn't do the right thing. Thanks Dean

Re: mod_log-any/1396: Logging to a pipe causes server to stop serving documents

1998-02-14 Thread dgaudet
documents State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:27:34 PST 1998 State-Changed-Why: This is almost certainly a problem with whatever logging program you're using. I've seen it before where the logging program will block, forever, in some cases

Re: general/1425: After several minutes, Apache no longer responds to HTTP requests

1998-02-14 Thread dgaudet
requests State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:30:52 PST 1998 State-Changed-Why: Assumed fixed by the suggested compilation change, or by upgrading to 1.3b3 which should have the pthreads problem fixed. Dean

Re: general/1522: apache won't run

1998-02-14 Thread dgaudet
State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:34:51 PST 1998 State-Changed-Why: Use the LockFile directive to move the lockfile. Dean

Re: apache-api/1557: palloc seemed to have some problem.

1998-02-14 Thread dgaudet
-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:35:29 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: other/1568: conf.h documentation of parameters

1998-02-14 Thread dgaudet
-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:37:51 PST 1998 State-Changed-Why: The conf.h comment about README has been changed to say see the PORTING file.

Re: os-hpux/1639: Compilation problems in HP-UX 11

1998-02-14 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:44:47 PST 1998 State-Changed-Why: I think Ken meant to close this.

Re: general/1673: Cannot compile with g++, Anybody else working on this?

1998-02-14 Thread dgaudet
on this? State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:45:53 PST 1998 State-Changed-Why: Apache is a C program not a C++ program. Dean

Re: mod_userdir/1701: UserDir and absoluthe path.

1998-02-14 Thread dgaudet
-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:47:21 PST 1998 State-Changed-Why: Patches committed to 1.2.6-dev and 1.3b6-dev.

Re: mod_log-any/1708: errorlog reporting

1998-02-14 Thread dgaudet
State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 05:48:32 PST 1998 State-Changed-Why: Are you using a piped error log? I can't report this problem. Dean

Re: general/1072: http servers die until only one left in process list

1998-02-14 Thread dgaudet
State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 13:46:14 PST 1998 State-Changed-Why: User solved problem with upgrade.

Re: config/1069: Directory deny does not deny by ip

1998-02-14 Thread dgaudet
-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 14:14:11 PST 1998 State-Changed-Why: I can't reproduce this problem. Are you still having this trouble? Can you make a minimal config file which demonstrates the problem? Are you certain there are no .htaccess files

Re: mod_log-any/1127: Log files for main server and virtual hosts are written with different UID/GID

1998-02-14 Thread dgaudet
with different UID/GID State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 14:20:00 PST 1998 State-Changed-Why: Apache 1.2 will create logs with the group of the Group setting, this is fixed in Apache 1.3 and won't be fixed in Apache 1.2. A proper umask

Re: mod_log-any/1130: log error with protected directory, if user have more then 8 chars

1998-02-14 Thread dgaudet
then 8 chars State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 14 14:24:28 PST 1998 State-Changed-Why: This appears to be the same problem as PR#1500, see http://bugs.apache.org/index/full/1500 for a patch. That patch will be available in 1.2.6, which

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

1998-02-14 Thread dgaudet
dgaudet 98/02/13 18:51:39 Modified:src CHANGES mod_rewrite.c Log: mod_rewrite's RewriteLog should behave like mod_log_config, it shouldn't force hostname lookups. PR: 1684 Revision ChangesPath 1.293 +3 -0 apache-1.2/src/CHANGES Index

cvs commit: apache-1.3/src/os/win32 os.h

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:08:01 Modified:src CHANGES src/os/bs2000 os-inline.c os.h src/os/emx os-inline.c os.h src/os/unix os-inline.c os.h src/os/win32 os.h Log: It's hard to use os_is_path_absolute() unless it takes

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

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:26:59 Modified:src CHANGES src/modules/standard mod_userdir.c Log: Fix security hole with UserDir /a/b without a * in the path... you could request /~../ and get /a. (djg: I also did a few touches of cleanup.) PR: 1701

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

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:39:20 Modified:src CHANGES mod_userdir.c Log: Deal with /~.. and lame UserDir /abspath. PR: 1701 Submitted by: Lauri Jesmin [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.294 +5 -0

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:43:22 Modified:src/include ap.h src/main http_main.c Log: move ap_killpg to ap.h Revision ChangesPath 1.7 +13 -0 apache-1.3/src/include/ap.h Index: ap.h

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:54:43 Modified:src CHANGES src/main http_main.c Log: The addition of child_init_modules() and child_exit_modules() has made child initialization a critical section. We can't service a USR1, TERM, or HUP request during this period because

cvs commit: apache-1.3/src/support apachectl

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:55:54 Modified:src/support apachectl Log: I used this for the first time... and found it emits error messages (at least on linux) while doing apachectl start. Revision ChangesPath 1.5 +3 -3 apache-1.3/src/support/apachectl Index

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 04:40:31 Modified:src CHANGES src/main http_main.c Log: note a few more PRs Revision ChangesPath 1.632 +2 -2 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:06:26 Modified:htdocs/manual/misc FAQ.html Log: I am tired tired tired of dealing with kill -9 and killall -whatever httpd bugs Revision ChangesPath 1.107 +63 -1 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-1.3 STATUS

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:17:53 Modified:.STATUS Log: yeah this too Revision ChangesPath 1.153 +11 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.2/src conf.h

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:37:23 Modified:src conf.h Log: PR: 1568 Revision ChangesPath 1.101 +1 -1 apache-1.2/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache-1.2/src/conf.h,v

cvs commit: apache-1.2/src CHANGES

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:42:46 Modified:src CHANGES Log: PR: 1639 Revision ChangesPath 1.295 +2 -0 apache-1.2/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.2/src

Re: os-solaris/1779: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: symbol not found: _thr_main: referenced in /usr/lib/libpthread.so.1

1998-02-12 Thread dgaudet
error: symbol not found: _thr_main: referenced in /usr/lib/libpthread.so.1 State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Wed Feb 11 17:37:51 PST 1998 State-Changed-Why: What version of apache are you having trouble with? Dean

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