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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:45:47 Modified:src/include httpd.h src/main util.c src/modules/proxy proxy_util.c src/modules/standard mod_usertrack.c Log: As long as we're exporting month_snames we might as well make use of it. And if we're going

cvs commit: apache-1.3/src/helpers UpdateHide

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:47:38 Modified:src/helpers UpdateHide Log: Support for -DUSE_HSREGEX, no hiding for the regex symbols. Support for Linux... which incidentally has an R symbol type for read-only data (this is a gnu feature maybe, it may even be an optional posix thing

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:48:39 Modified:src/include hide.h Log: A few updates. Revision ChangesPath 1.3 +4 -3 apache-1.3/src/include/hide.h Index: hide.h === RCS file: /export/home/cvs/apache

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:57:29 Modified:src/helpers UpdateHide src/include alloc.h hide.h Log: When you define ALLOC_DEBUG and POOL_DEBUG you get a few more symbols that would be nice to hide. Revision ChangesPath 1.4 +3 -0 apache-1.3/src/helpers

cvs commit: apache-1.3 STATUS

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:59:48 Modified:.STATUS Log: Proxies combined with namevhosts seem to work just as well as before... and when I looked at old vs. new logic in this area I don't see the problem that I thought was there. So I think this is closed. Revision

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:50:33 Modified:src/modules/proxy mod_proxy.c Log: Revert a parsed uri change which I think was Martin's -- in proxy_fixup the comparisons are done against the url as stored in r-filename... it's kind of lame, but this is just how the proxy works. So

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:58:09 Modified:src CHANGES src/modules/proxy proxy_http.c Log: ProxyPass didn't deal with query strings because the ?args part is already truncated in that case. Joel's patch worked for subrequests (i.e. via #include virtual)... I fixed

Re: os-solaris/1854: Apache does not respond after a number of minutes.

1998-03-03 Thread dgaudet
. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Mar 2 17:12:44 PST 1998 State-Changed-Why: We'll be removing USE_PTHREAD_SERIALIZED_ACCEPT from the defaults for Solaris starting with 1.3b6. In the meanwhile if you want to try it, you can add

Re: os-solaris/1904: -DFCNTL_SERIALIZED_ACCEPT necessary for mod_include's exec functions suexec

1998-03-03 Thread dgaudet
exec functions suexec State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Mar 2 17:13:16 PST 1998 State-Changed-Why: USE_FCNTL_SERIALIZED_ACCEPT will be the default in 1.3b6.

Re: mod_log-any/1908: %p in LogFormat isn't replaced with the right port

1998-03-03 Thread dgaudet
State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Mar 3 00:22:44 PST 1998 State-Changed-Why: See the documentation for UseCanonicalName. Dean

Re: mod_log-any/1908: %p in LogFormat isn't replaced with the right port

1998-03-03 Thread dgaudet
State-Changed-From-To: closed-analyzed State-Changed-By: dgaudet State-Changed-When: Tue Mar 3 00:40:13 PST 1998 State-Changed-Why: A clear sign that I should just go to sleep right now. I changed my mind, and added this note to the mod_log_config docs. I'm putting this back to analysed for now

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

1998-03-03 Thread dgaudet
dgaudet 98/03/02 17:22:11 Modified:htdocs/manual new_features_1_3.html htdocs/manual/misc perf-tuning.html src CHANGES Configure src/include conf.h Log: Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us wasting

cvs commit: apache-1.3 STATUS

1998-03-03 Thread dgaudet
dgaudet 98/03/02 18:25:07 Modified:.STATUS Log: it was a sunny day Revision ChangesPath 1.168 +17 -9 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

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

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:25:06 Modified:htdocs/manual/mod mod_log_config.html Log: more accurate %p docs Revision ChangesPath 1.25 +1 -1 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

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

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:31:29 Modified:src/modules/standard mod_log_config.c Log: explain why we don't use get_server_port and get_server_name in mod_log_config Revision ChangesPath 1.47 +3 -0 apache-1.3/src/modules/standard/mod_log_config.c Index

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

1998-03-03 Thread dgaudet
dgaudet 98/03/03 00:38:27 Modified:htdocs/manual/mod mod_log_config.html Log: Explain %p and %v a little more. PR: 1908 Revision ChangesPath 1.26 +13 -2 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

Re: general/1802: apache looses children

1998-03-02 Thread dgaudet
[In order for any reply to be added to the PR database, ] [you need to include [EMAIL PROTECTED] in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] Synopsis: apache looses children Comment-Added-By: dgaudet

Re: os-linux/1893: Server halts for apparently no reason

1998-03-02 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sun Mar 1 18:32:16 PST 1998 State-Changed-Why: I don't feel like debugging linux scheduler lameness. So I'm closing this one out now that you've worked around the problem. Dean

Re: mod_autoindex/1898: AddDescription Wildcard Expression

1998-03-02 Thread dgaudet
-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Mar 2 10:18:15 PST 1998 State-Changed-Why: This is another side-effect of using fnmatch() for wildcard expansion... mod_autoindex does really lame stuff -- it stores full paths for everything, and this is messing up fnmatch(). I

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-02 Thread dgaudet
dgaudet 98/03/01 23:07:17 Modified:src Makefile.tmpl Log: some garbage that crept in Revision ChangesPath 1.82 +0 -2 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl === RCS file

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

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:51:34 Modified:src/os/unix os.h Log: remove a gccism: __const Revision ChangesPath 1.7 +3 -3 apache-1.3/src/os/unix/os.h Index: os.h === RCS file: /export/home/cvs

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

1998-03-02 Thread dgaudet
dgaudet 98/03/02 09:53:48 Modified:src/main http_vhost.c Log: some systems #define s_addr s_addr_list[0].S_un or something like that, so s_addr is offlimits Revision ChangesPath 1.9 +4 -4 apache-1.3/src/main/http_vhost.c Index: http_vhost.c

Re: mod_proxy/1889: Incorrect parsing of full URI causes proxy requests to fail

1998-03-01 Thread dgaudet
to fail Comment-Added-By: dgaudet Comment-Added-When: Sat Feb 28 16:11:39 PST 1998 Comment-Added: I made a patch available for it... try http://www.apache.org/dist/patches/apply_to_1.3b5/PR1889.patch Dean

Re: mod_imap/1771: invalid processing of poly borders

1998-03-01 Thread dgaudet
-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 28 16:32:05 PST 1998 State-Changed-Why: Patch applied, thanks! Dean

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:09:48 Modified:htdocs/manual/misc known_bugs.html Log: ok I made a patch available. PR: 1889 Revision ChangesPath 1.48 +4 -2 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:10:50 Modified:htdocs/manual/misc known_bugs.html Log: cutpaste Revision ChangesPath 1.49 +1 -1 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:15:43 Modified:src/main util_uri.c Log: indentation tweak Revision ChangesPath 1.5 +2 -2 apache-1.3/src/main/util_uri.c Index: util_uri.c === RCS file: /export/home

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:19:36 Modified:src CHANGES src/main util.c Log: Wow this is an ancient bug... \\ didn't do what it was supposed to do. Fixing this means that regexes using \\ will break suddenly because they need to become ... I dunno what to do

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

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:31:51 Modified:src CHANGES src/modules/standard mod_imap.c Log: fix border processing for polys PR: 1771 Submitted by: Konstantin Morshnev [EMAIL PROTECTED] Revision ChangesPath 1.675 +4 -0 apache-1.3/src

Re: mod_proxy/1889: Incorrect parsing of full URI causes proxy requests to fail

1998-02-28 Thread dgaudet
to fail State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 28 15:53:38 PST 1998 State-Changed-Why: Yeah this was already fixed in 1.3b6-dev. Thanks. Dean

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

1998-02-28 Thread dgaudet
dgaudet 98/02/28 02:32:03 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/include util_uri.h src/main Makefile.tmpl http_main.c util_uri.c src/modules/proxy Makefile.tmpl proxy_util.c src/modules

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

1998-02-28 Thread dgaudet
dgaudet 98/02/28 15:54:57 Modified:htdocs/manual/misc known_bugs.html Log: 1.3b5 proxy is broken. No patch supplied. Revision ChangesPath 1.47 +2 -0 apache-1.3/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

Re: general/1877: http://hostname:port/~username not found

1998-02-27 Thread dgaudet
-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 00:47:30 PST 1998 State-Changed-Why: Waiting for user to try 1.2.6 and disable compiler optimization.

Re: other/660: New synopsis for testing

1998-02-27 Thread dgaudet
-To: apache-dgaudet Responsible-Changed-By: dgaudet Responsible-Changed-When: Fri Feb 27 01:12:48 PST 1998 Responsible-Changed-Why: testing what ken said about changing responsible perso

Re: other/660: New synopsis for testing

1998-02-27 Thread dgaudet
-To: dgaudet-apache Responsible-Changed-By: dgaudet Responsible-Changed-When: Fri Feb 27 01:13:48 PST 1998 Responsible-Changed-Why: well gee that suck

Re: suexec/1037: exec cmd not working for virtual hosts

1998-02-27 Thread dgaudet
-From-To: open-analyzed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:17:08 PST 1998 State-Changed-Why: I don't think exec cmd is supported by suexec... at any rate I'm changing the category. Category-Changed-From-To: mod_include-suexec Category-Changed-By: dgaudet Category-Changed-When

Re: os-windows/1203: possible ../ attack in mod_include

1998-02-27 Thread dgaudet
-By: dgaudet Comment-Added-When: Fri Feb 27 01:19:01 PST 1998 Comment-Added: This is only a problem on win32 right now. Category-Changed-From-To: mod_include-os-windows Category-Changed-By: dgaudet Category-Changed-When: Fri Feb 27 01:19:01 PST 1998

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

1998-02-27 Thread dgaudet
. Responsible-Changed-From-To: apache-jim Responsible-Changed-By: dgaudet Responsible-Changed-When: Fri Feb 27 01:24:30 PST 1998 Responsible-Changed-Why: Hey Jim looks like we need to remove _POSIX_SOURCE for most versions of unixware... I asked one of the other unixware folks and they confirmed

Re: os-hpux/1362: CGI script using UNIX shell script expr command produces no output

1998-02-27 Thread dgaudet
no output Comment-Added-By: dgaudet Comment-Added-When: Fri Feb 27 01:25:24 PST 1998 Comment-Added: not a general problem Category-Changed-From-To: general-os-hpux Category-Changed-By: dgaudet Category-Changed-When: Fri Feb 27 01:25:24 PST 1998

Re: general/1390: basic_http_header routine unavailable in Win32 environment

1998-02-27 Thread dgaudet
environment State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:30:35 PST 1998 State-Changed-Why: basic_http_header should not even be exported from http_protocol.c let alone be used by a module. The module would have to implement large portions of HTTP/1.1 to get

Re: general/1459: Please shorten server seems busy log message -- patch included

1998-02-27 Thread dgaudet
included State-Changed-From-To: analyzed-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:34:47 PST 1998 State-Changed-Why: I won't be shortening the message because it's intended to be self-documenting... 'cause folks just don't read manuals. Dean

Re: mod_proxy/1532: Proxy transfer logging

1998-02-27 Thread dgaudet
[In order for any reply to be added to the PR database, ] [you need to include [EMAIL PROTECTED] in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] Synopsis: Proxy transfer logging Comment-Added-By: dgaudet

Re: os-lynx/1798: needed to edit Configuration: WANTHSREGEX=yes

1998-02-27 Thread dgaudet
Responsible-Changed-From-To: apache-jim Responsible-Changed-By: dgaudet Responsible-Changed-When: Fri Feb 27 01:47:34 PST 1998 Responsible-Changed-Why: portmeiste

Re: os-bsdi/1134: using prior-release config file (about 50 virtual domains), surfers only see the directory structure when going to the main domain (i.e. index.html is ignored) and using MS/IE or NEtscape from both within and outside the domain. The c

1998-02-27 Thread dgaudet
domains), surfers only see the directory structure when going to the main domain (i.e. index.html is ignored) and using MS/IE or NEtscape from both within and outside the domain. The c State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:51:58 PST 1998

Re: os-irix/1660: accept(2) serialization patch using MIPS ABI; two orders of magnitude faster than System V semaphores.

1998-02-27 Thread dgaudet
of magnitude faster than System V semaphores. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:56:19 PST 1998 State-Changed-Why: I sent a message a while back asking for more info... I forgot to change the state then.

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-27 Thread dgaudet
error: symbol not found: _thr_main: referenced in /usr/lib/libpthread.so.1 Release-Changed-From-To: -1.3b3 Release-Changed-By: dgaudet Release-Changed-When: Fri Feb 27 01:57:23 PST 1998

Re: config/1144: Virtualhost troubles....

1998-02-27 Thread dgaudet
-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 01:59:31 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: os-freebsd/1218: 1 Apache process takes up 40% of the server load

1998-02-27 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Fri Feb 27 02:01:12 PST 1998 Comment-Added: Do you use NFS at all? If so try using the LockFile directive to move the lock file to a local disk. Category-Changed-From-To: general-os-freebsd Category-Changed-By: dgaudet Category-Changed-When: Fri Feb 27 02:01

Re: config/1253: Virtual hosting problem

1998-02-27 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:01:49 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: other/1309: Wrong compiled-in date in localized environment

1998-02-27 Thread dgaudet
-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:06:12 PST 1998 State-Changed-Why: This was cleaned up in 1.3b3 I think, maybe b4.

Re: general/1402: Relative Symlinks are handled improperly

1998-02-27 Thread dgaudet
-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:09:22 PST 1998 State-Changed-Why: I think we resolved this after long discussion and such... documentation insufficiency... or you were happy with mod_allowdev or something like that. We just wrote too much and my

Re: config/1478: Virtual Hosts not working properly

1998-02-27 Thread dgaudet
-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:09:53 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: general/1502: Problem using virtual Hosts

1998-02-27 Thread dgaudet
-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:12:26 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: mod_userdir/1524: access of /~login crashes with sigsegv

1998-02-27 Thread dgaudet
-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Fri Feb 27 02:12:54 PST 1998 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved.

Re: mod_alias/1874: destination .htaccess not read when following ALIAS

1998-02-26 Thread dgaudet
State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Wed Feb 25 17:00:44 PST 1998 State-Changed-Why: Hoping my description of what's up makes sense.

Re: mod_alias/1874: destination .htaccess not read when following ALIAS

1998-02-26 Thread dgaudet
State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 25 23:01:42 PST 1998 State-Changed-Why: Note added to the docs... it'll appear online someday. Dean

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

1998-02-26 Thread dgaudet
it to handler State-Changed-From-To: feedback-analyzed State-Changed-By: dgaudet State-Changed-When: Wed Feb 25 23:03:12 PST 1998 State-Changed-Why: Yup, suexec shouldn't help confuse the admin more than necessary. Synopsis-Changed-From: When ErrorLog going to a pipe, only summary line makes

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

1998-02-26 Thread dgaudet
not respond State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Wed Feb 25 23:06:17 PST 1998 State-Changed-Why: Ok but your server keeps responding now that you've lowered timeout... and the rest of what you described doesn't sound broken, at least it doesn't sound like

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

1998-02-26 Thread dgaudet
dgaudet 98/02/25 23:01:13 Modified:htdocs/manual/mod mod_alias.html Log: what a tangled web we weave... PR: 1874 Revision ChangesPath 1.19 +9 -0 apache-1.3/htdocs/manual/mod/mod_alias.html Index: mod_alias.html

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

1998-02-25 Thread dgaudet
dgaudet 98/02/25 01:36:13 Modified:src CHANGES src/main http_config.c Log: fix binding to port 0 Revision ChangesPath 1.667 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

Re: mod_rewrite/1631: support for case conversion added to mod_rewrite

1998-02-24 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 23:22:54 PST 1998 State-Changed-Why: Ralf took your code and recoded part of it, and extended it a bit and put it into 1.3b6-dev. Thanks a bunch! Dean

Re: mod_rewrite/1628: support for case conversion added to mod_rewrite

1998-02-24 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 23:23:39 PST 1998 State-Changed-Why: Thanks for the patch. Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 23:23:39 PST 1998 Responsible-Changed

Re: other/1864: patches for mod_unique_id to get it to compile with 1.2

1998-02-24 Thread dgaudet
Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 23:24:53 PST 1998 Responsible-Changed-Why: Mark it for contrib. %0

cvs commit: apache-1.3/src CHANGES

1998-02-24 Thread dgaudet
dgaudet 98/02/23 23:22:23 Modified:src CHANGES Log: this is right isn't it Ralf? You used some of Jay's code I think Revision ChangesPath 1.663 +2 -1 apache-1.3/src/CHANGES Index: CHANGES

Re: mod_browser/1825: BrowserMatch directive acts as if a quoted regex were not quoted

1998-02-23 Thread dgaudet
not quoted State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 02:54:02 PST 1998 State-Changed-Why: I did it a different way... but still gave you credit. The problem with your patch is it would have required stuff to be requoted like \ and such. Thanks Dean

Re: os-linux/1612: compile warnings, compiled object will not execute [no log entries produced]

1998-02-23 Thread dgaudet
[no log entries produced] Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:22:14 PST 1998 Comment-Added: Any luck yet getting apache 1.3bX to compile on alpha redhat 5.0? Dean

Re: mod_imap/7: mod_imap should use pools for memory

1998-02-23 Thread dgaudet
-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:23:57 PST 1998 State-Changed-Why: I did this when fixing the security bugs.

Re: mod_include/78: Additional status for XBitHack directive

1998-02-23 Thread dgaudet
-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 03:27:55 PST 1998 Responsible-Changed-Why: marked for contri

Re: config/126: Doesn't compile clean on Dynix (though it does compile and run)

1998-02-23 Thread dgaudet
and run) State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:32:11 PST 1998 State-Changed-Why: Without access to the platform there's no sense us trying to support it. If folks want to use it on dynix then they'll send us patches.

Re: general/258: I would like to do: ln -s http://www.somesite.org/foo.html foo.html and have it work.

1998-02-23 Thread dgaudet
/foo.html foo.html and have it work. State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:33:40 PST 1998 State-Changed-Why: I don't believe this is a feature that apache needs to support, given that it's possible to do this already with configuration

Re: protocol/378: Wrong behavior on an OPTIONS request

1998-02-23 Thread dgaudet
-To: suspended-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:35:16 PST 1998 State-Changed-Why: I wanna see this on the open problems list.

Re: mod_proxy/505: proxy ftp does not work with anonftpd server by D. J. Bernstein

1998-02-23 Thread dgaudet
. Bernstein State-Changed-From-To: suspended-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:36:50 PST 1998 State-Changed-Why: If this bug is still around it should be fixed.

Re: mod_log-any/519: Need ability to log proxy requests to a seperate logfile

1998-02-23 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:38:13 PST 1998 Comment-Added: If the proxy is a separate vhost this is trivial to do, just put a different TransferLog directive into the vhost.

Re: mod_auth-any/557: ~UserHome directories are not honored in absolute pathname requests (.htaccess)

1998-02-23 Thread dgaudet
pathname requests (.htaccess) Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 03:42:02 PST 1998 Responsible-Changed-Why: mark this for contrib %0

Re: config/628: Request of Options SymLinksIfGroupMatch

1998-02-23 Thread dgaudet
-By: dgaudet Comment-Added-When: Mon Feb 23 03:46:29 PST 1998 Comment-Added: I actually implemented this for apache 1.3, you can find a patch for it at http://www.arctic.org/~dgaudet/patches/apache-1.3-symlinksifgroupmatch.patch ... but there was a general feeling in the group that it wasn't

Re: mod_imap/759: imap should read MAPAREA*/MAP too!

1998-02-23 Thread dgaudet
-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 03:46:59 PST 1998 Responsible-Changed-Why: mark as contrib %0

Re: general/792: race condition with SIGUSR1 graceful restart

1998-02-23 Thread dgaudet
-Changed-From-To: suspended-analyzed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:48:42 PST 1998 State-Changed-Why: still exists in 1.3, still not a huge problem, especially not one worth calling alarm() for ;)

Re: mod_proxy/874: serving from proxy cache when orig server not available

1998-02-23 Thread dgaudet
State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:50:53 PST 1998 State-Changed-Why: Same as PR#440, will track there.

Re: mod_proxy/890: Proxy doesn't work offline if I reload the document

1998-02-23 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:51:10 PST 1998 Comment-Added: Same as PR#440, will track there.

Re: mod_proxy/440: Proxy doesn't deliver documents if not connected

1998-02-23 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:51:32 PST 1998 Comment-Added: PR#874 and 890 ask for the same feature.

Re: os-solaris/945: Related to PR#883 : when using NFS under a chroot-ed environment, crash the network layers

1998-02-23 Thread dgaudet
environment, crash the network layers State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:53:36 PST 1998 State-Changed-Why: We've found no good (portable) way to defend against this. The LockFile directive can be used to retarget the lock file to a non

Re: mod_proxy/969: Potential enhancement. Setting round-robin list on ProxyPass option.

1998-02-23 Thread dgaudet
on ProxyPass option. State-Changed-From-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:54:34 PST 1998 State-Changed-Why: User solved problem with mod_rewrite.

Re: apache-api/1004: request_config field in request_rec is moderately bogus

1998-02-23 Thread dgaudet
Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:58:39 PST 1998 Comment-Added: I actually found a use for request_config... a use which relies on it not merging across subrequests. See mod_mmap_static. But in order to use it I still have to double-check that the value I tucked

Re: general/1058: Distributing connections

1998-02-23 Thread dgaudet
-To: suspended-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 03:59:19 PST 1998 State-Changed-Why: Will be possible with 1.3b6.

Re: mod_log-any/1113: log hostname AND ip, log user for dynamic ip-accounting

1998-02-23 Thread dgaudet
Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04:00:16 PST 1998 Responsible-Changed-Why: Mark for contrib. %0

Re: mod_auth-any/1117: Using NIS passwd.byname dbm files with AuthDBMUserFile

1998-02-23 Thread dgaudet
Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04:02:14 PST 1998 Responsible-Changed-Why: mark for contrib %0

Re: mod_include/1145: Allow for Last-Modified: without resorting to XBitHack

1998-02-23 Thread dgaudet
Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04:02:52 PST 1998 Responsible-Changed-Why: mark for contrib %0

Re: mod_proxy/1166: ``nph-'' not honored (no buffering) for ProxyRemote mapping

1998-02-23 Thread dgaudet
mapping Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 04:03:44 PST 1998 Comment-Added: Hey this looks like a reasonable change considering the similar change to CGIs in 1.3. Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04

Re: suexec/1285: Error messages could be easier to spot in cgi.log file for suexec.c

1998-02-23 Thread dgaudet
for suexec.c Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04:05:29 PST 1998 Responsible-Changed-Why: mark for contrib %0

Re: mod_headers/1383: I make mod_headers to modify request headers as well as response ones.

1998-02-23 Thread dgaudet
as response ones. Responsible-Changed-From-To: [EMAIL PROTECTED] Responsible-Changed-By: dgaudet Responsible-Changed-When: Mon Feb 23 04:07:08 PST 1998 Responsible-Changed-Why: mark as contrib %0

Re: general/1705: REMOTE_USER defined in authenticate_basic_user and undefined within add_common_vars

1998-02-23 Thread dgaudet
and undefined within add_common_vars State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Mon Feb 23 12:27:19 PST 1998 State-Changed-Why: User thinks that it's a local problem and asked us to close out the report. Thanks for using apache! Dean

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

1998-02-23 Thread dgaudet
dgaudet 98/02/22 16:04:44 Modified:src/main Makefile.tmpl Log: no explain.c Revision ChangesPath 1.12 +1 -4 apache-1.3/src/main/Makefile.tmpl Index: Makefile.tmpl === RCS file: /export

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

1998-02-23 Thread dgaudet
dgaudet 98/02/22 16:05:41 Modified:src/include conf.h src/main buff.c http_core.c src/modules/experimental mod_mmap_static.c src/modules/standard mod_unique_id.c Log: We have NO_UNISTD_H, but we don't use it in conf.h ... surely

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

1998-02-23 Thread dgaudet
dgaudet 98/02/22 23:58:46 Modified:src CHANGES src/main util_script.c Log: hide Proxy-Authorization just like Authorization is hidden Submitted by: Alvaro Martinez Echevarria [EMAIL PROTECTED] Reviewed by: Martin Kraemer, Ian Kluft, Dean Gaudet

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

1998-02-23 Thread dgaudet
dgaudet 98/02/23 02:53:35 Modified:src CHANGES src/modules/standard mod_setenvif.c Log: BrowserMatch didn't handle spaces in the regex properly. I redid Ronald's patch because it would have required proper quoting to work right. While I was in there I

Re: mod_userdir/1850: References to /~user loop extending file name until too long.

1998-02-21 Thread dgaudet
long. State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 00:37:35 PST 1998 State-Changed-Why: Patch fixed it.

Re: os-linux/1853: No RLIMIT_AS = No compilation

1998-02-21 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 00:42:43 PST 1998 State-Changed-Why: God damn can there be more differences between linux distributions and versions? Try the next snapshot of 1.3b6-dev I already did something better than what you suggested. Dean

Re: general/1802: apache looses children

1998-02-21 Thread dgaudet
-analyzed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 02:54:57 PST 1998 State-Changed-Why: (GNATS is annoying and requires this field to be non-empty).

Re: mod_dir/1797: DirectoryIndex index.shtml -- fails to recognise/process this file automatically

1998-02-21 Thread dgaudet
this file automatically State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 02:57:41 PST 1998 State-Changed-Why: Waiting for user to grep DirectoryIndex in all the relevant files to ensure it really is set properly. I can't reproduce the problem. Dean

Re: os-windows/1796: MSIE returns an error: The requested header was not found

1998-02-21 Thread dgaudet
was not found State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat Feb 21 02:59:37 PST 1998 State-Changed-Why: Marc explained what's up.

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