Re: os-next/2293: Compilation errors on NeXTstep/OpenStep 4.0

1998-06-04 Thread dgaudet
-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Thu Jun 4 13:11:56 PDT 1998 State-Changed-Why: See PR#2316 -- http://bugs.apache.org/index/full/2316 for a patch which will be applied (with a few incosequential modifications) to 1.3.1-dev. Tell us if that solves the problem

Re: os-next/2316: As per PR#2293, NeXT is missing many POSIX wait-associated functions, resulting in a failed compilation

1998-06-04 Thread dgaudet
-associated functions, resulting in a failed compilation State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Jun 4 13:14:20 PDT 1998 State-Changed-Why: Hey that patch doesn't look too dirty to me... I applied it to 1.3.1-dev with only one change -- I used ap_wait_t instead

Re: other/2332: htpasswd.c --- uses the system() command

1998-06-04 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Jun 4 13:29:13 PDT 1998 State-Changed-Why: I committed your patch to 1.3.1-dev, thanks. But note, you don't check the result of fputs(), so it's still possible for an error (disk full) to go undiagnosed... (it's no worse than

Re: apache-api/2337: Modules are initialized twice at startup.

1998-06-04 Thread dgaudet
-By: dgaudet Comment-Added-When: Thu Jun 4 13:32:31 PDT 1998 Comment-Added: Another reason not mentioned is that the server does know things such as where the error log will be until after it has read the file... and so it can't report configuration errors to the error log without doing things

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

1998-06-04 Thread dgaudet
State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Thu Jun 4 13:42:14 PDT 1998 State-Changed-Why: User says we can close this out, the documentation update is satisfying. Dean

cvs commit: apache-1.3/src/helpers GuessOS

1998-06-04 Thread dgaudet
dgaudet 98/06/04 12:49:28 Modified:src CHANGES src/helpers GuessOS Log: SVR4 v3.0.1 running on ncr S10 (3404) host. PR: 2310 Submitted by: juerg schreiner [EMAIL PROTECTED] Revision ChangesPath 1.883 +3 -0 apache-1.3/src

cvs commit: apache-1.3/src/support htpasswd.c

1998-06-04 Thread dgaudet
dgaudet 98/06/04 13:28:31 Modified:src CHANGES src/support htpasswd.c Log: remove the system() call... PR: 2332 Submitted by: M.D.Parker [EMAIL PROTECTED] Revision ChangesPath 1.886 +3 -0 apache-1.3/src/CHANGES Index

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

1998-06-03 Thread dgaudet
dgaudet 98/06/03 10:54:46 Modified:src PORTING src/include conf.h Log: explain NET_SIZE_T and why it is a mess Revision ChangesPath 1.29 +2 -1 apache-1.3/src/PORTING Index: PORTING

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

1998-05-30 Thread dgaudet
dgaudet 98/05/30 12:15:39 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Using a type map file as a custom error document was not possible. PR: 1031 Submitted by: Lars Eilebrecht Revision ChangesPath 1.879 +3 -0

Re: os-qnx/2295: USE_POSIX_SCOREBOARD needs sys/mman.h

1998-05-29 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu May 28 16:57:25 PDT 1998 State-Changed-Why: applied to 1.3b8-dev, thanks

Re: os-qnx/2296: SERIALIZED_ACCEPT on QNX

1998-05-29 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Thu May 28 16:59:54 PDT 1998 State-Changed-Why: applied to 1.3b8-dev, thanks btw I also defined SINGLE_LISTEN_UNSERIALIZED_ACCEPT so that the behaviour is unchanged for folks using a single socket Dean

Re: config/1911: Can't download a file from the apache server with MSIE 4.01 US

1998-05-29 Thread dgaudet
4.01 US Comment-Added-By: dgaudet Comment-Added-When: Thu May 28 17:18:18 PDT 1998 Comment-Added: yeah well dean is unlikely to answer this as he thinks it's a browser bug, and it's unlikely to be a server bug, and dean doesn't use windows so there's no way he could reproduce it to even debug it.

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

1998-05-29 Thread dgaudet
dgaudet 98/05/28 16:59:40 Modified:src CHANGES src/main http_main.c src/include conf.h Log: PORT: QNX needed a #include sys/mman.h; and now it uses flock serialized accept to handle multiple sockets. PR: 2295, 2296 Submitted

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

1998-05-28 Thread dgaudet
dgaudet 98/05/28 12:57:12 Modified:src/include httpd.h src/main util.c Log: poolfile_t is a private implementation detail, don't put it in a public structure. Revision ChangesPath 1.217 +0 -6 apache-1.3/src/include/httpd.h Index: httpd.h

Re: mod_include/1921: '$' is not recognized as 'end of line' in regex matching

1998-05-26 Thread dgaudet
State-Changed-From-To: analyzed-feedback State-Changed-By: dgaudet State-Changed-When: Mon May 25 18:01:10 PDT 1998 State-Changed-Why: patch sent...

Re: mod_include/2249: SSI regex error: /^$/ should only match undef'd or empty vars

1998-05-26 Thread dgaudet
vars State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon May 25 18:01:40 PDT 1998 State-Changed-Why: See PR#1921... patch sent. Dean

Re: mod_include/1921: '$' is not recognized as 'end of line' in regex matching

1998-05-26 Thread dgaudet
State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Tue May 26 11:53:22 PDT 1998 State-Changed-Why: my patch did the job...

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

1998-05-26 Thread dgaudet
dgaudet 98/05/25 16:37:46 Modified:src/main http_core.c Log: another style tweak Revision ChangesPath 1.201 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file: /export

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

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:54:08 Modified:src CHANGES src/modules/standard mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.862 +4 -0 apache

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

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:55:30 Modified:src CHANGES mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.312 +4 -0 apache-1.2/src/CHANGES Index

Re: os-irix/2244: GCC compile error, readv/writev

1998-05-25 Thread dgaudet
-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon May 25 10:26:30 PDT 1998 State-Changed-Why: User is using gcc compiled against irix 5.3 on an irix 6.2 machine. That is a broken configuration. Dean

Re: apache-api/2252: add_cgi_vars() doesn't destroy memory allocated by sub_req_lookup_uri()

1998-05-25 Thread dgaudet
by sub_req_lookup_uri() State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon May 25 10:59:44 PDT 1998 State-Changed-Why: Oh yeah how stupid. Even mod_include uses it... and on win32 there's no such thing as fork so it's called in the parent as well. What a silly

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

1998-05-25 Thread dgaudet
dgaudet 98/05/25 15:55:40 Modified:src/main http_protocol.c Log: - style correction - eliminate an unneeded extra MAX_STRING_LEN buffer - add some XXX comments Revision ChangesPath 1.215 +25 -19apache-1.3/src/main/http_protocol.c Index: http_protocol.c

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

1998-05-11 Thread dgaudet
dgaudet 98/05/11 10:49:21 Modified:src/ap ap_snprintf.c Log: Martin found the core dumping bug... it was my fault. psprintf() could possibly set curpos == endpos + 1... and the old test for sp == bep would never find this case. As a result it would waltz past the end

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

1998-05-10 Thread dgaudet
dgaudet 98/05/09 17:11:14 Modified:htdocs/manual/misc perf-tuning.html Log: update with a few more links Revision ChangesPath 1.10 +35 -4 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

cvs commit: apache-1.3 STATUS

1998-05-08 Thread dgaudet
dgaudet 98/05/08 12:06:09 Modified:.STATUS Log: sorry ken, I changed my mind... radically. Revision ChangesPath 1.388 +10 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export

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

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:09:21 Modified:src/main alloc.c Log: psprintf: fix a memory leak -- need to block alarms the whole time the block is being abused... easier to do that than it is to massage p-last each time we have to get a new block. fix a bug in psprintf_flush

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

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:26:18 Modified:src/main alloc.c Log: Add a bit more sanity checking for ALLOC_DEBUG -- test the space past the end of a block to be sure it hasn't been overwritten. Revision ChangesPath 1.90 +13 -4 apache-1.3/src/main/alloc.c Index

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

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:47:09 Modified:src/main util.c Log: fix a -Wshadow warning fix an off-by-1 error and fix the indentation Revision ChangesPath 1.114 +27 -27apache-1.3/src/main/util.c Index: util.c

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

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:49:52 Modified:src/ap ap_snprintf.c src/include ap.h src/main alloc.c Log: add various comments based on comments from Martin to me Revision ChangesPath 1.20 +3 -0 apache-1.3/src/ap/ap_snprintf.c Index

Re: os-solaris/2176: Error #1 in object alloc.o during complie

1998-05-03 Thread dgaudet
-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Sat May 2 19:42:40 PDT 1998 State-Changed-Why: That's almost certainly a problem with your gcc installation. When gcc is built it does special things with the system header files. If you get a mismatch between a gcc built

cvs commit: apache-1.3 STATUS

1998-05-03 Thread dgaudet
dgaudet 98/05/02 19:57:46 Modified:.STATUS Log: Revision ChangesPath 1.349 +2 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

Re: general/2161: Request LimitConnect or something similar.

1998-05-01 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri May 1 01:55:25 PDT 1998 State-Changed-Why: Yes, a lot of folks would like this. It's very difficult to implement in the current server. It also screws up proxies, which quite validly make multiple connections. Dean

cvs commit: apache-1.3 STATUS

1998-05-01 Thread dgaudet
dgaudet 98/05/01 11:42:42 Modified:.STATUS Log: overcast Revision ChangesPath 1.346 +7 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-04-30 Thread dgaudet
dgaudet 98/04/29 16:46:03 Modified:src/modules/standard mod_log_config.c Log: don't call strlen twice with the same arg Revision ChangesPath 1.55 +3 -1 apache-1.3/src/modules/standard/mod_log_config.c Index: mod_log_config.c

cvs commit: apache-site/contributors index.html

1998-04-25 Thread dgaudet
dgaudet 98/04/25 01:47:54 Modified:.ABOUT_APACHE.html contributors index.html Log: martin isn't emeritae... he's still quite active! Revision ChangesPath 1.15 +6 -6 apache-site/ABOUT_APACHE.html Index: ABOUT_APACHE.html

cvs commit: apache-1.3 ABOUT_APACHE

1998-04-25 Thread dgaudet
dgaudet 98/04/25 01:49:41 Modified:.ABOUT_APACHE Log: restore Martin to the current group, Brian must have goofed Revision ChangesPath 1.16 +1 -1 apache-1.3/ABOUT_APACHE Index: ABOUT_APACHE

Re: os-linux/2122: Children do not die when heavy traffic over NFS mount

1998-04-23 Thread dgaudet
State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Thu Apr 23 02:17:46 PDT 1998 State-Changed-Why: Is /usr/local/web NFS mounted as well? If so try moving the LockFile to a local disk. Do you have any indication that the processes are actually blocked on NFS

Re: general/2117: The CIDR syntax support for allow and deny finds the '/' in comments.

1998-04-22 Thread dgaudet
the '/' in comments. State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Apr 22 11:46:07 PDT 1998 State-Changed-Why: Comments aren't permitted on lines with directives; they must be on their own line. It's always been that way. No idea what your config does. Dean

Re: os-windows/2099: Setting MaxRequestsPerChild causes server to exit when # of hits hit that number

1998-04-21 Thread dgaudet
# of hits hit that number Comment-Added-By: dgaudet Comment-Added-When: Tue Apr 21 13:42:13 PDT 1998 Comment-Added: Doctor it hurts when I do this so don't do that Category-Changed-From-To: general-os-windows Category-Changed-By: dgaudet Category-Changed-When: Tue Apr 21 13:42:13 PDT 1998

cvs commit: apache-1.3 STATUS

1998-04-21 Thread dgaudet
dgaudet 98/04/21 13:47:14 Modified:.STATUS Log: retract that patch Revision ChangesPath 1.321 +0 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

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

1998-04-19 Thread dgaudet
dgaudet 98/04/19 12:19:39 Modified:src CHANGES src/ap ap_snprintf.c src/include ap.h src/modules/standard mod_access.c Log: add %pA, %pI, and %pp format codes Reviewed by: Martin Kraemer Revision ChangesPath 1.776

cvs commit: apache-1.3/src/support httpd.8

1998-04-19 Thread dgaudet
dgaudet 98/04/19 13:10:49 Modified:htdocs/manual invoking.html new_features_1_3.html htdocs/manual/vhosts index.html src CHANGES src/include http_conf_globals.h httpd.h src/main http_core.c http_main.c http_vhost.c

cvs commit: apache-1.3 STATUS

1998-04-18 Thread dgaudet
dgaudet 98/04/18 00:40:38 Modified:.STATUS Log: there, now I've only got 25 messages in my apache inbox Revision ChangesPath 1.303 +14 -0 apache-1.3/STATUS Index: STATUS === RCS file

cvs commit: apache-1.3/src/test tcpdumpscii.txt

1998-04-17 Thread dgaudet
dgaudet 98/04/17 15:11:57 Added: src/test tcpdumpscii.txt Log: script for decoding ascii in tcpdump output Revision ChangesPath 1.1 apache-1.3/src/test/tcpdumpscii.txt Index: tcpdumpscii.txt

cvs commit: apache-1.3/src CHANGES Configure

1998-04-15 Thread dgaudet
dgaudet 98/04/15 10:10:20 Modified:src CHANGES Configure Log: clean up warnings on hpux 10.01 Submitted by: Ben Hyde Revision ChangesPath 1.769 +1 -1 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-devsite todo.html project-plan.html

1998-04-15 Thread dgaudet
dgaudet 98/04/15 10:15:48 Modified:.todo.html project-plan.html Log: these are out of date Revision ChangesPath 1.4 +12 -0 apache-devsite/todo.html Index: todo.html === RCS file

cvs commit: apache-1.3 STATUS

1998-04-15 Thread dgaudet
dgaudet 98/04/15 11:29:26 Modified:.STATUS Log: someone else needs to do this. Revision ChangesPath 1.297 +5 -10 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-devsite mmn.txt

1998-04-13 Thread dgaudet
dgaudet 98/04/13 11:22:17 Modified:.mmn.txt Log: ap_vformatter Revision ChangesPath 1.19 +1 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache-devsite

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

1998-04-11 Thread dgaudet
dgaudet 98/04/11 11:51:35 Modified:src/main http_log.c Log: overzealous renaming Revision ChangesPath 1.52 +5 -5 apache-1.3/src/main/http_log.c Index: http_log.c === RCS file: /export/home

Re: general/2052: Access Denied

1998-04-09 Thread dgaudet
-Changed-By: dgaudet State-Changed-When: Thu Apr 9 13:32:53 PDT 1998 State-Changed-Why: Read the upgrading_to_1.3.html documentation. It describes this error and what you need to do to upgrade. Dean

Re: config/2005: Incorrect Virtual Servers

1998-04-09 Thread dgaudet
-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Thu Apr 9 13:46:09 PDT 1998 State-Changed-Why: User had an /etc/hosts mismatch with the DNS... and it worked in 1.2.5 because of the security hole which was fixed in 1.2.6. Dean

cvs commit: apache-1.3 STATUS

1998-04-09 Thread dgaudet
dgaudet 98/04/08 18:28:58 Modified:.STATUS Log: I, too, retract my votes, opinions, and plans regarding 1.3. Revision ChangesPath 1.282 +14 -52apache-1.3/STATUS Index: STATUS === RCS

cvs commit: apache-1.3/src CHANGES Configure

1998-04-09 Thread dgaudet
dgaudet 98/04/09 12:31:00 Modified:src CHANGES Configure Log: build the libraries before the tools Submitted by: Ben Hyde Revision ChangesPath 1.763 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

Re: general/2048: No rule to make 'gcache.h'.

1998-04-08 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Wed Apr 8 11:44:46 PDT 1998 State-Changed-Why: Sorry, gcache.h is definately not part of the Apache source code... so you're on your own. I suggest contacting the authros of the other stuff you're using. Dean

Re: general/2031: logs incorrectly handled

1998-04-08 Thread dgaudet
-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Wed Apr 8 11:45:46 PDT 1998 State-Changed-Why: It is a site-specific configuration problem. The logs are being written via NFS, and given that NFS doesn't have unix file system semantics there's really not much Apache can do. Dean

Re: config/2036: Appears to confuse DocumentRoot with ServerRoot

1998-04-07 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:39:11 PDT 1998 State-Changed-Why: User mistake -- didn't have Alias/ScriptAlias set up. Dean

Re: mod_include/2033: #set var does not pass the value onto any subsequent #include files

1998-04-07 Thread dgaudet
#include files State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:39:52 PDT 1998 State-Changed-Why: Waiting for user to try 1.3b5. Dean

Re: protocol/2032: When a POST or GET contains more than exactly 480 chars (CONTENT_LENGTH) improper headers SEEM to be sent

1998-04-07 Thread dgaudet
(CONTENT_LENGTH) improper headers SEEM to be sent State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:42:42 PDT 1998 State-Changed-Why: As mentioned in private mail, this isn't reproduceable... for example, the form used for the apache bugdb uses POST

Re: mod_include/2033: #set var does not pass the value onto any subsequent #include files

1998-04-07 Thread dgaudet
#include files State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:44:37 PDT 1998 State-Changed-Why: User discovered mistake... included file was .html not .shtml. Dean

Re: os-solaris/2039: accept() returning EOPNOTSUP after HUP'ing server.

1998-04-07 Thread dgaudet
. State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:46:06 PDT 1998 State-Changed-Why: Ugh, solaris 2.x x6 just has bugs period in this area. You have a few options: - upgrade to 1.2.6, it at least shouldn't fill your error log - compile with -DNO_SLACK, see

Re: os-solaris/2016: Under some circumstances files 'break' - and remain so.

1998-04-07 Thread dgaudet
. State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Mon Apr 6 23:46:51 PDT 1998 State-Changed-Why: User solved problem by upgrading to Solaris 2.6. Dean

Re: mod_include/2042: buffering script output

1998-04-07 Thread dgaudet
-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 7 03:55:41 PDT 1998 State-Changed-Why: That probably has something to do with the fact that #exec cmd isn't a CGI. Use #include virtual, or #exec cgi for example. Dean

cvs commit: apache-1.3 STATUS

1998-04-07 Thread dgaudet
dgaudet 98/04/06 23:59:05 Modified:.STATUS Log: screw that, it breaks existing modules in an annoying manner Revision ChangesPath 1.271 +1 -2 apache-1.3/STATUS Index: STATUS === RCS

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

1998-04-07 Thread dgaudet
dgaudet 98/04/07 00:13:24 Modified:htdocs/manual/mod mod_mmap_static.html Log: tweak Revision ChangesPath 1.2 +23 -10apache-1.3/htdocs/manual/mod/mod_mmap_static.html Index: mod_mmap_static.html

cvs commit: apache-1.3/src Configuration.tmpl

1998-04-07 Thread dgaudet
dgaudet 98/04/07 00:16:48 Modified:src Configuration.tmpl Log: be more explicit about mod_mmap_static Revision ChangesPath 1.95 +4 -6 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/src CHANGES Configure

1998-04-05 Thread dgaudet
dgaudet 98/04/05 14:34:39 Modified:src CHANGES Configure Log: OS/2 tweak to deal with multiple .exe targets. Submitted by: Brian Havard Revision ChangesPath 1.756 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

Re: general/2019: Stop condition on URL parsing is incorrect

1998-04-01 Thread dgaudet
-Added-By: dgaudet Comment-Added-When: Wed Apr 1 03:47:31 PST 1998 Comment-Added: I fixed it in 1.2.7-dev anyhow. Thanks.

Re: apache-api/2024: adding auth_why to conn_rec

1998-04-01 Thread dgaudet
-feedback State-Changed-By: dgaudet State-Changed-When: Wed Apr 1 03:50:53 PST 1998 State-Changed-Why: Just what would AUTH_WHY contain though? The reasons for access being permitted are essentially arbitrary... Dean

Re: mod_imap/2025: Can a .map file return the selected point to a cgi program ?

1998-04-01 Thread dgaudet
program ? State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Apr 1 03:51:43 PST 1998 State-Changed-Why: [This is a standard response.] This is a CGI programming or basic configuration issue. As mentioned on the main bug database page, we must refer all such basic

Re: os-solaris/2016: Under some circumstances files 'break' - and remain so.

1998-04-01 Thread dgaudet
. State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Wed Apr 1 03:53:16 PST 1998 State-Changed-Why: Yeah this really looks like a solaris 2.4 bug... you should probably start by applying any recommended 2.4 patches. You could upgrade to 2.6 ... but you shouldn't need

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

1998-04-01 Thread dgaudet
dgaudet 98/04/01 03:48:13 Modified:src CHANGES http_protocol.c Log: parse_uri didn't test for nul properly PR: 2019 Submitted by: Patrick Bihan-Faou [EMAIL PROTECTED] Revision ChangesPath 1.305 +3 -0 apache-1.2/src/CHANGES Index

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

1998-04-01 Thread dgaudet
dgaudet 98/04/01 12:53:17 Modified:src/main http_protocol.c Log: Yup it's safe to remove the extra method_number stuff Martin. It's not used for subrequests. Revision ChangesPath 1.207 +0 -21 apache-1.3/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.3 STATUS

1998-03-30 Thread dgaudet
dgaudet 98/03/29 17:14:35 Modified:.STATUS Log: damnit all Revision ChangesPath 1.236 +10 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-03-30 Thread dgaudet
dgaudet 98/03/29 17:22:53 Modified:.STATUS src CHANGES src/ap ap_snprintf.c src/include ap.h src/main alloc.c buff.c Log: Satisfy the naming police. I prefer ap_ anyhow. I would be a lot happier

cvs commit: apache-1.3 STATUS

1998-03-30 Thread dgaudet
dgaudet 98/03/29 19:18:02 Modified:.STATUS Log: veto Revision ChangesPath 1.241 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.3 STATUS

1998-03-30 Thread dgaudet
dgaudet 98/03/30 10:29:08 Modified:.STATUS Log: that patch is already in the server, part of the test_char stuff in util.c Revision ChangesPath 1.246 +0 -4 apache-1.3/STATUS Index: STATUS

Re: config/2008: DocumentRoot in VirtualHost takes over the ServerRoot (which is both in srm.conf and httpd.conf).

1998-03-29 Thread dgaudet
(which is both in srm.conf and httpd.conf). Comment-Added-By: dgaudet Comment-Added-When: Sun Mar 29 13:12:46 PST 1998 Comment-Added: let's try a new address Originator-Changed-From-To: [EMAIL PROTECTED]@raw.webguide.nl Originator-Changed-By: dgaudet Originator-Changed-When: Sun Mar 29 13:12:46 PST

cvs commit: apache-1.3/src CHANGES

1998-03-29 Thread dgaudet
dgaudet 98/03/28 18:32:37 Modified:src CHANGES Log: typo Revision ChangesPath 1.746 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v

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

1998-03-29 Thread dgaudet
dgaudet 98/03/29 01:33:25 Modified:src/main rfc1413.c Log: a little more efficient Revision ChangesPath 1.21 +3 -2 apache-1.3/src/main/rfc1413.c Index: rfc1413.c === RCS file: /export/home

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

1998-03-29 Thread dgaudet
dgaudet 98/03/29 11:11:58 Modified:src CHANGES conf httpd.conf-dist httpd.conf-dist-win Log: give CustlomLog examples rather than examples of the old directives Submitted by: Lars Eilebrecht Revision ChangesPath 1.748 +4 -0 apache

Re: general/2011: regex.h

1998-03-28 Thread dgaudet
-Changed-By: dgaudet State-Changed-When: Fri Mar 27 19:30:09 PST 1998 State-Changed-Why: linux misconfiguration -- missing /usr/include/linux and /usr/include/asm symlinks. Sent explanation separately. Dean

cvs commit: apache-1.3/src/modules/standard mod_expires.c mod_include.c mod_log_config.c mod_rewrite.c mod_usertrack.c

1998-03-28 Thread dgaudet
dgaudet 98/03/28 03:58:37 Modified:.STATUS src CHANGES src/ap ap_snprintf.c src/include alloc.h ap.h buff.h conf.h src/main Makefile.tmpl alloc.c buff.c http_core.c http_main.c

cvs commit: apache-1.3 STATUS

1998-03-28 Thread dgaudet
dgaudet 98/03/28 04:01:42 Modified:.STATUS Log: the why Revision ChangesPath 1.229 +10 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 STATUS

1998-03-28 Thread dgaudet
dgaudet 98/03/28 04:03:45 Modified:.STATUS Log: oh yeah almost forgot Revision ChangesPath 1.230 +1 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

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

1998-03-28 Thread dgaudet
dgaudet 98/03/28 04:06:55 Modified:src CHANGES src/ap Makefile.tmpl src/modules/experimental Makefile.tmpl Log: a few cleanups after apapi_vformatter Revision ChangesPath 1.742 +4 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-03-28 Thread dgaudet
dgaudet 98/03/28 12:57:10 Modified:htdocs/manual/mod core.html src CHANGES src/main http_core.c Log: Options +Includes wasn't corrently merged if +IncludesNoExec was defined in a parent directory. Submitted by: Lars Eilebrecht Revision

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

1998-03-28 Thread dgaudet
dgaudet 98/03/28 13:35:42 Modified:.STATUS src/include alloc.h src/main alloc.c Log: alloc debugging stuff works with psprintf Revision ChangesPath 1.231 +0 -1 apache-1.3/STATUS Index: STATUS

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

1998-03-28 Thread dgaudet
dgaudet 98/03/28 13:58:40 Modified:src CHANGES src/ap ap_snprintf.c src/include conf.h Log: ap_cvt and its ilk weren't threadsafe remove HAVE_CVT because we need threadsafe functions Revision ChangesPath 1.745 +4 -0 apache

cvs commit: apache-1.3 STATUS

1998-03-28 Thread dgaudet
dgaudet 98/03/28 14:36:46 Modified:.STATUS Log: sunny sunny weather Revision ChangesPath 1.232 +2 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

Re: os-solaris/2009: RLimitCPU directive not working due to SIGXCPU signal being ignored

1998-03-27 Thread dgaudet
being ignored State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Fri Mar 27 11:47:07 PST 1998 State-Changed-Why: Oh yuck, I thought signals were all reset to default across exec()... but nope you're right, SIG_IGN is maintained across exec. That seems wrong. But oh

Re: config/2005: Incorrect Virtual Servers

1998-03-27 Thread dgaudet
-feedback State-Changed-By: dgaudet State-Changed-When: Fri Mar 27 11:51:19 PST 1998 State-Changed-Why: waiting for sample config from user

Re: config/2008: DocumentRoot in VirtualHost takes over the ServerRoot (which is both in srm.conf and httpd.conf).

1998-03-27 Thread dgaudet
(which is both in srm.conf and httpd.conf). State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Fri Mar 27 11:51:47 PST 1998 State-Changed-Why: waiting for sample config from user

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

1998-03-27 Thread dgaudet
dgaudet 98/03/27 00:51:46 Modified:src/main http_main.c Log: Verbose error messages are so much more useful to our users... and to us as well because they can avert bug reports. Fix a few more... there's dozens more that could do with improvements. Revision Changes

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

1998-03-27 Thread dgaudet
dgaudet 98/03/27 12:18:52 Modified:src CHANGES src/main http_main.c Log: SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time. This is necessary on at least Solaris where the /etc/rc?.d scripts are run with these signals ignored, and SIG_IGN settings

Re: mod_include/1994: MSIE 4 still choking on chunks with bputc()

1998-03-26 Thread dgaudet
-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Wed Mar 25 16:15:06 PST 1998 State-Changed-Why: mod_servlet breaks the rules and writes directly on the client fd... it needs to use bwrite. Thanks for figuring this out :) Dean

Re: os-osf/2001: Incompatible pointer type assignment (buff.c, line 263)

1998-03-26 Thread dgaudet
) State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Mar 26 10:51:54 PST 1998 State-Changed-Why: Sent patch to user. Dean

Re: general/2000: Child processes inherit apache's listening sockets after a server restart multiple listening adresses

1998-03-26 Thread dgaudet
a server restart multiple listening adresses State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Mar 26 11:00:28 PST 1998 State-Changed-Why: Thanks for the patch. I've applied it to 1.2.7-dev, and modified it for 1.3b6-dev as well. Dean

Re: config/2004: `Configuration' uses `EXTRA_LFLAGS', but `TestCompile' expects `EXTRA_LFLAGS'

1998-03-26 Thread dgaudet
' expects `EXTRA_LFLAGS' State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Thu Mar 26 15:56:54 PST 1998 State-Changed-Why: Please read the src/CHANGES file, search for EXTRA_LFLAGS. Or read the htdocs/manual/upgrading_to_1_3.html file. Dean

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/25 20:24:23 Modified:.STATUS Log: a few updates Revision ChangesPath 1.208 +12 -15apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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