Re: general/274: Web Daemon hangs

1997-03-27 Thread Dean Gaudet
Todd, the problem to look for here is how many descriptors you have available to your processes. Look at the limit command and see what it says. Are you running httpd with output directed to /dev/null? It should be printing an error in this case. It might also be in the error_log. Also, have

Re: general/284: GET request with trailing .. needs a REDIRECT

1997-03-29 Thread Dean Gaudet
I would tend to be of the opposite opinion. This is a client fault and if we work around it on our end then it becomes part of the protocol, and future clients may abuse it. I'm sure someone else will correct me if I'm wrong, but I'm pretty sure that clients are required to parse .. on their

Re: os-bsdi/295: Can't create more than 128 Virtual Hosts 1.2b7.

1997-04-01 Thread Dean Gaudet
Every virtualhost requires a few descriptors (filehandles) it depends on your configuration and it looks like you've maxed out the filehandles available to your process. See the limit or ulimit commands in your shell for how to increase the descriptors. Is your 1.2b7 config file identical to

Re: general/284: GET request with trailing .. needs a REDIRECT

1997-04-01 Thread Dean Gaudet
redirects for it. It's probably not even required to emit the redirect for /dir/name - /dir/name/ but that one is usually a human error that's hard to reprogram :) Dean On Sun, 30 Mar 1997, John Van Essen wrote: On Sat, 29 Mar 1997, Dean Gaudet [EMAIL PROTECTED] wrote: I would tend

Re: config/315: LIMIT causes two password queries unless given fqdn.

1997-04-06 Thread Dean Gaudet
There is no way for apache (or any web server) to know what domain a user's client uses to resolve unqualified addresses. This is a client-side issue... not only does it mess up www-authentication, it breaks any cookie code if you use it. You'll have to train your users to use FQDNs or have a

Re: general/278: 40-50% performance decrease relative to apache 1.1.3

1997-04-06 Thread Dean Gaudet
Sorry I've been working with Joseph on this one. My suspicion is that his benchmarks aren't very accurate -- too many concurrent requests, too few children, too little time. I'm still waiting for his response. Dean On Sun, 6 Apr 1997, Marc Slemko wrote: What happens if you add -DNO_LINGCLOSE

Re: mod_auth-any/221: Authentification window skipped when 'ErrorDocument 401' defined in srm.conf (fwd)

1997-04-07 Thread Dean Gaudet
I wonder if the 1.2b8-dev fix for multiple ErrorDocuments affects this. Dean On Mon, 7 Apr 1997, Marc Slemko wrote: The following reply was made to PR mod_auth-any/221; it has been noted by GNATS. From: Marc Slemko [EMAIL PROTECTED] To: Laurent Alquier [EMAIL PROTECTED] Subject: Re:

Re: Changed information for PR os-irix/335

1997-04-09 Thread Dean Gaudet
The SIGPIPE thing is a known bug that a few of us have noticed... in fact we just talked about it tonight at the BOF. I'm likely to try to take Sameer's CGI buffering patch and produce something that'll work for 1.2.1. (Which would actually nail both of these problems.) Dean On Wed, 9 Apr 1997

Re: os-linux/340: shmget: Function not implemented - httpd: Could not call shmget

1997-04-09 Thread Dean Gaudet
The following reply was made to PR os-linux/340; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Michael Robinton [EMAIL PROTECTED] Subject: Re: os-linux/340: shmget: Function not implemented - httpd: Could not call shmget Date: Wed, 9 Apr 1997 12:56:36 -0700 (PDT

Re: mod_proxy/396: Proxy does not forward, instead returns a blank Index of / page

1997-04-15 Thread Dean Gaudet
You should also consider squid in accelerator mode. http://squid.nlanr.net/. BTW, apache works just fine when the moon is only 1/4 full but I've had problems keeping the moon only a 1/4 full. Dean On Tue, 15 Apr 1997, Chuck Murcko wrote: Apache isn't useful as the sort of proxy you need.

Re: general/400: tons of lost connection messages in the error log

1997-04-15 Thread Dean Gaudet
The following reply was made to PR general/400; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Frank Forbes [EMAIL PROTECTED] Subject: Re: general/400: tons of lost connection messages in the error log Date: Tue, 15 Apr 1997 18:14:15 -0700 (PDT) It usually isn't an apache

Re: config/405: VirtualHost ports

1997-04-16 Thread Dean Gaudet
And you'll probably need to explicitly list a Port 80 or Port 8000 statement in each virtualhost. Dean On Wed, 16 Apr 1997, Marc Slemko wrote: You have to specify the IP address in the Listen directive otherwise it will listen on all IPs on that port and use the main server for any ones it

Re: config/405: VirtualHost ports

1997-04-17 Thread Dean Gaudet
The following reply was made to PR config/405; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: config/405: VirtualHost ports Date: Thu, 17 Apr 1997 01:26:29 -0700 (PDT) Please try apache 1.2b8, there was a bug fix related to listeners

Re: config/383

1997-04-22 Thread Dean Gaudet
Synopsis: Support for Maxion/OS SVR4.2 Real Time Unix State-Changed-From-To: open-suspended State-Changed-By: dgaudet State-Changed-When: Tue Apr 22 02:09:11 PDT 1997 State-Changed-Why: For consideration post-1.2. Too bad the submitter didn't include their email address.

Re: os-sunos/454: httpd crashes so hard the system reboots

1997-04-22 Thread Dean Gaudet
Didn't we find that there was a panic caused by the setsockopt TCP_NODELAY under 4.1.x? But I think the fix went into 1.2b8. Bob are you getting any panic information? Dean On Tue, 22 Apr 1997, Bob Ramstad wrote: If you could rebuild with -ggdb flag and run gdb on the core to get a

Re: os-sunos/454: httpd crashes so hard the system reboots

1997-04-22 Thread Dean Gaudet
Um if I wasn't just awake I probably would have noticed the panic info in your report :) Dean On Tue, 22 Apr 1997, Bob Ramstad wrote: The contract type is `' with a response time of 3 business hours. A first analysis should be sent before: Tue Apr 22 11:00:01 PDT 1997

Re: Changed information for PR mod_auth-any/421

1997-04-23 Thread Dean Gaudet
My guess is that it's another module that would benefit from the is_main_request () function which we haven't included yet. The auth handlers are invoked for all subrequests, so if mod_dir or mod_negotiation are involved they will cause stuff like this to happen. Dean On Wed, 23 Apr 1997 [EMAIL

Re: general/456: Can't Locate Apache.pm

1997-04-23 Thread Dean Gaudet
The following reply was made to PR general/456; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: general/456: Can't Locate Apache.pm Date: Wed, 23 Apr 1997 13:19:48 -0700 (PDT) This is almost certainly a compiler misconfiguration on your end

Re: os-osf/463: virtualhost support functionally broken

1997-04-23 Thread Dean Gaudet
The following reply was made to PR os-osf/463; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Brett McCormick [EMAIL PROTECTED] Subject: Re: os-osf/463: virtualhost support functionally broken Date: Wed, 23 Apr 1997 14:50:43 -0700 (PDT) On Wed, 23 Apr 1997, Brett

Re: config/467: possible starved listening sockets -- httpd stops responding

1997-04-24 Thread Dean Gaudet
The following reply was made to PR config/467; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: config/467: possible starved listening sockets -- httpd stops responding Date: Thu, 24 Apr 1997 04:02:16 -0700 (PDT) Addendum: If you have

Re: Changed information for PR mod_cgi/485

1997-04-25 Thread Dean Gaudet
P.S. I have updated the Port documentation to hopefully make this more clearn. It will appear in the next release, and on the web site soon. On Fri, 25 Apr 1997 [EMAIL PROTECTED] wrote: Synopsis: Wrong SERVER_PORT reported to CGI scripts when server listens to multiple ports

Re: general/466: after Broken pipe, server gets into a hard loop

1997-04-27 Thread Dean Gaudet
We have a new unixware installation doc, you can see it at http://www.apache.org/docs/unixware.html. See if that helps any. In any event problems in this area have been fixed in 1.2b9 which should be released shortly. Dean On Wed, 23 Apr 1997, Dean Moeller wrote: Number: 466

Re: config/449: why not make the top few lines of httpd.h configurable in Configuration?

1997-04-27 Thread Dean Gaudet
I'm curious what top few lines you need to configure... in particular you can use the DocumentRoot and ServerRoot directives to move those things around. See conf/httpd.conf-dist for ServerRoot, and conf/srm.conf-dist for DocumentRoot. Dean On Mon, 21 Apr 1997, Stephen Turnbull wrote:

Re: config/495: AddType application/x-javascript .js breaks SSIs in IncludesNOEXEC dirs

1997-04-28 Thread Dean Gaudet
The following reply was made to PR config/495; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Steven Champeon [EMAIL PROTECTED] Subject: Re: config/495: AddType application/x-javascript .js breaks SSIs in IncludesNOEXEC dirs Date: Mon, 28 Apr 1997 11:41:35 -0700 (PDT

Re: mod_negotiation/497: cgi-bin negotiation bug - Security hole

1997-04-28 Thread Dean Gaudet
I don't have this problem on a system set up like so: ScriptAlias /cgi-bin/ /home/www/cgi-bin/ AddHandler cgi-script .cgi Nor on one using: AddType application/x-httpd-cgi cgi How is your system set up? Dean On Mon, 28 Apr 1997, Dan Kearns wrote: Number: 497 Category:

Re: config/495: AddType application/x-javascript .js breaks SSIs in IncludesNOEXEC dirs

1997-04-28 Thread Dean Gaudet
The following reply was made to PR config/495; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Steven Champeon [EMAIL PROTECTED] Subject: Re: config/495: AddType application/x-javascript .js breaks SSIs in IncludesNOEXEC dirs Date: Mon, 28 Apr 1997 12:43:57 -0700 (PDT

mod_status/501: mod_status doesn't escape printed URLs

1997-04-29 Thread Dean Gaudet
Number: 501 Category: mod_status Synopsis: mod_status doesn't escape printed URLs Confidential: no Severity: non-critical Priority: medium Responsible:apache (Apache HTTP Project) State: open Class: sw-bug Submitter-Id: apache

Re: general/502: Keep-Alives not timing out

1997-04-29 Thread Dean Gaudet
Hey Mark, You should definately upgrade to 1.2b10, as a result of one of your earlier reports we found a terrible error in the CGI handling in 1.2b9. I've got a server with 350 children right now that does 120 second keepalives, and none of them are over the 120 second mark. That's running

Re: other/504: Send lost connection

1997-04-29 Thread Dean Gaudet
I would guess that those two files are large, and users are hitting Stop while downloading them. Dean On Tue, 29 Apr 1997, George Janczyn wrote: Number: 504 Category: other Synopsis: Send lost connection Confidential: no Severity: serious Priority:

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

1997-04-29 Thread Dean Gaudet
I hate to be pedantic, but anonftp isn't rfc compliant either. It will open a local port != 20 without permission from the client. Which is arguably a mistake in the ftp spec, but a mistake which many many clients implement correctly and therefore cannot connect to anonftpd. Of course this has

Re: mod_rewrite/503: rewrite directives worked in 1.2b{6,7,8} but fail with 1.2b10

1997-04-29 Thread Dean Gaudet
Have you changed your Configuration between versions? The Configuration.tmpl did change between b8 and b10, did you base your new config on it? If so, can you try with the Configuration.tmpl from 1.2b8? Thanks Dean On Tue, 29 Apr 1997, Alan Stange wrote: Number: 503 Category:

Re: mod_dir/524: Reloads of a directory listing don't reflect changes to dir contents

1997-05-01 Thread Dean Gaudet
This coulud be your browser settings. What happens if you hold down shift while pressing reload? Dean On Thu, 1 May 1997, gabriel m schuyler wrote: Number: 524 Category: mod_dir Synopsis: Reloads of a directory listing don't reflect changes to dir contents

Re: mod_rewrite/503: rewrite directives worked in 1.2b{6,7,8} but fail with 1.2b10 (fwd)

1997-05-03 Thread Dean Gaudet
The following reply was made to PR mod_rewrite/503; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: mod_rewrite/503: rewrite directives worked in 1.2b{6,7,8} but fail with 1.2b10 (fwd) Date: Tue, 29 Apr 1997 15:58:52 -0700 (PDT

Re: 1.2b10 compilation error (fwd)

1997-05-07 Thread Dean Gaudet
This is handled in the FAQ: http://www.apache.org/docs/misc/FAQ.html#linuxiovec Dean On Wed, 7 May 1997, Rob Hartill wrote: 1 4 Dean. -- Forwarded message -- Date: Wed, 7 May 1997 10:18:49 -0400 From: Carl Meilahn [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL

Re: os-solaris/630: Max servers running (60) but no response

1997-05-28 Thread Dean Gaudet
Are you using IdentityCheck On ? If so, try turning it off... be sure to cc: apache-bugdb in your response. We've got an open problem http://www.apache.org/bugdb.cgi/full/502 on that already. Dean

Re: general/652: load spikes every few minutes

1997-06-04 Thread Dean Gaudet
The following reply was made to PR general/652; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Homer Smith [EMAIL PROTECTED] Subject: Re: general/652: load spikes every few minutes Date: Wed, 4 Jun 1997 11:54:52 -0700 (PDT) Hypothesis: select() under sunos 4.x wakes up

Re: mod_include/706: SSI is buffering output. Some scripts are now too slow.

1997-06-09 Thread Dean Gaudet
The following reply was made to PR mod_include/706; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Ben 'The Con Man' Kahn [EMAIL PROTECTED] Subject: Re: mod_include/706: SSI is buffering output. Some scripts are now too slow. Date: Mon, 9 Jun 1997 17:37:06 -0700 (PDT

Re: config/710: IP-based VirtualHosts Broken.

1997-06-09 Thread Dean Gaudet
The following reply was made to PR config/710; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Lew Payne [EMAIL PROTECTED] Subject: Re: config/710: IP-based VirtualHosts Broken. Date: Mon, 9 Jun 1997 22:21:53 -0700 (PDT) It goes to the main server because you've defined

Re: Re[2]: config/710: IP-based VirtualHosts Broken.

1997-06-12 Thread Dean Gaudet
On Wed, 11 Jun 1997, Lew Payne wrote: It appears that, under certain circumstances where no _default_ VirtualHost is defined (which means we want to inherit the main host as our default), Apache insists on looking in ServerRoot for whatever URI is specified, even when DocumentRoot is

Re: general/726: keep-alive in 1.2 released vs. 1.2 beta(s)

1997-06-12 Thread Dean Gaudet
It's definately HTTP/1.1 keepalive, including support for pipelining clients. In between 1.2b5 and b6 (or maybe b7) there changes which eliminated extra packet flushes after the headers were sent. By b8 we had to fix a bug with POSTs. Then in b9 we added support to hack around a bug in netscape

Re: general/736: pointers cast as ints of different size - potential memory problems

1997-06-13 Thread Dean Gaudet
The following reply was made to PR general/736; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Ondrej Pribyl [EMAIL PROTECTED] Subject: Re: general/736: pointers cast as ints of different size - potential memory problems Date: Fri, 13 Jun 1997 09:26:09 -0700 (PDT

RE: general/693

1997-06-18 Thread Dean Gaudet
Well maybe try adding -lport too ... I'd really like to know what those ISC folks were thinking with bind 8.1. Dean

Re: os-qnx/683: mmap() support for scoreboard handling

1997-06-18 Thread Dean Gaudet
The following reply was made to PR os-qnx/683; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Igor Kovalenko [EMAIL PROTECTED] Subject: Re: os-qnx/683: mmap() support for scoreboard handling Date: Wed, 18 Jun 1997 10:31:56 -0700 (PDT) Hi Igor, Is there any chance you

Re: general/752: Problem compiling under Irix 6.2

1997-06-19 Thread Dean Gaudet
The following reply was made to PR general/752; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Paul Bourke [EMAIL PROTECTED] Subject: Re: general/752: Problem compiling under Irix 6.2 Date: Thu, 19 Jun 1997 22:53:52 -0700 (PDT) On Thu, 19 Jun 1997, Paul Bourke wrote

Re: config/717: Strange behaviour of AccessConfig

1997-06-23 Thread Dean Gaudet
The following reply was made to PR config/717; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Lars Eilebrecht [EMAIL PROTECTED] Subject: Re: config/717: Strange behaviour of AccessConfig Date: Mon, 23 Jun 1997 11:05:08 -0700 (PDT) On Mon, 23 Jun 1997, Lars Eilebrecht

Re: other/539: fastcgi processes dying off over time, not restarting. (fwd)

1997-06-23 Thread Dean Gaudet
The following reply was made to PR other/539; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: other/539: fastcgi processes dying off over time, not restarting. (fwd) Date: Mon, 23 Jun 1997 11:06:15 -0700 (PDT) -- Forwarded

Re: other/539: fastcgi processes dying off over time, not restarting.

1997-06-23 Thread Dean Gaudet
Yup your entire message was put in the bugdb for reference. Thanks :) Dean On Mon, 23 Jun 1997, Jonathan Roy wrote: Well, you might want to set that to something like Problem was in FCGI and has been corrected. Someone else might have this same problem one day. (Anyone running Solaris

Re: general/704: VirtualHost relative paths are being over-ridden by global Alias paths

1997-06-23 Thread Dean Gaudet
I'm still confused -- SRC=images/whatever.jpg is a relative URL which the *client* translates to a full URL before passing to the server. So apache never sees a relative request. If you have Alias /images/ /var/www/images/ in your srm.conf then every single vhost inherits that setting. Perhaps

Re: general/704: VirtualHost relative paths are being over-ridden by global Alias paths

1997-06-23 Thread Dean Gaudet
Are you using non-ip based virtual hosts? i.e. does vhost map to the same ip as host? Dean

Re: config/781: Certain Browsers cannot access multiple virtualhosts configured w/same ip address (fwd)

1997-06-25 Thread Dean Gaudet
Did you respond yet saying this is totally expected? And I think it's even documented in our docs? Dean On Tue, 24 Jun 1997, Marc Slemko wrote: The following reply was made to PR config/781; it has been noted by GNATS. From: Marc Slemko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

Re: config/783: RLimitMEM, RLimitCPU, hard limit ignored when userid is not 0

1997-06-25 Thread Dean Gaudet
There shouldn't even be a need to test the uid. The setrlimit call should be made and a getrlimit call can be made to test if it was successful. Non-root users can also raise their soft limits up to their hard limit. Dean On Wed, 25 Jun 1997, George Carrette wrote: Number: 783

Re: documentation/789: Bad Perl Code is mentioned in the FAQ, #31

1997-06-26 Thread Dean Gaudet
/*nph- doesn't match /foonph-cgi ... it matches things like /nph-. Which seems pretty correct to me. Whereas ^/*nph- won't match an nph with a full path. Dean On Thu, 26 Jun 1997 [EMAIL PROTECTED] wrote: Synopsis: Bad Perl Code is mentioned in the FAQ, #31 State-Changed-From-To:

Re: documentation/789: Bad Perl Code is mentioned in the FAQ, #31

1997-06-26 Thread Dean Gaudet
But $0 == nph-foobar.cgi is a theoretical possibility. Dean On Thu, 26 Jun 1997, Rodent of Unusual Size wrote: From the fingers of Dean Gaudet flowed the following: /*nph- doesn't match /foonph-cgi ... it matches things like /nph-. Which seems pretty correct to me. No, he's

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

1997-06-26 Thread Dean Gaudet
The following reply was made to PR general/792; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Nathan Kurz [EMAIL PROTECTED] Subject: Re: general/792: race condition with SIGUSR1 graceful restart Date: Thu, 26 Jun 1997 12:30:13 -0700 (PDT) When it's doing deferred_die

Re: general/795: a flood of signals can confuse reclaim_child_processes()

1997-06-27 Thread Dean Gaudet
It sucks to have to use gettimeofday() to find out how long select() took. I wonder if reclaim_child_processes is really necessary now that we've eliminated many of the race conditions involving signals. Oh yeah this definately happens, I've done a while 1; kill -HUP loop and I see the errors in

Re: mod_log-any/679: mod_log_config logs wrong month names in german/english

1997-06-29 Thread Dean Gaudet
The following reply was made to PR mod_log-any/679; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Subject: Re: mod_log-any/679: mod_log_config logs wrong month names in german/english Date: Sun, 29 Jun 1997 03:49:03 -0700 (PDT) I just

Re: config/767: FollowSymLinks not working. (fwd)

1997-06-29 Thread Dean Gaudet
The following reply was made to PR config/767; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: config/767: FollowSymLinks not working. (fwd) Date: Sun, 29 Jun 1997 17:18:49 -0700 (PDT) -- Forwarded message -- Date: Sun

Re: config/667: with this release of aix, -lm is required due to changes in libc.a (logb call) (fwd)

1997-06-29 Thread Dean Gaudet
The following reply was made to PR config/667; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: config/667: with this release of aix, -lm is required due to changes in libc.a (logb call) (fwd) Date: Sun, 29 Jun 1997 17:19:52 -0700 (PDT

Re: other/820: httpd_monitor doesn't get right config file

1997-07-07 Thread Dean Gaudet
The following reply was made to PR other/820; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Elliot Lee [EMAIL PROTECTED] Subject: Re: other/820: httpd_monitor doesn't get right config file Date: Mon, 7 Jul 1997 15:56:04 -0700 (PDT) Apache 1.2.0 on linux 2.x does not use

Re: os-bsdi/835: accept.lock not created in correct log directory

1997-07-07 Thread Dean Gaudet
The following reply was made to PR os-bsdi/835; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Jay [EMAIL PROTECTED] Subject: Re: os-bsdi/835: accept.lock not created in correct log directory Date: Mon, 7 Jul 1997 18:17:42 -0700 (PDT) From src/CHANGES: *) CONFIG

Re: general/843: StartServers directive works but children immediately die

1997-07-08 Thread Dean Gaudet
The following reply was made to PR general/843; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Nathan Kurz [EMAIL PROTECTED] Subject: Re: general/843: StartServers directive works but children immediately die Date: Tue, 8 Jul 1997 14:57:02 -0700 (PDT) If StartServers

Re: general/843: StartServers directive works but children immediately die

1997-07-09 Thread Dean Gaudet
The following reply was made to PR general/843; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Nathan J Kurz [EMAIL PROTECTED] Subject: Re: general/843: StartServers directive works but children immediately die Date: Wed, 9 Jul 1997 09:10:00 -0700 (PDT) See the 1.3 code

Re: config/861: NCSA Compatibility with VirtualHost

1997-07-13 Thread Dean Gaudet
The following reply was made to PR config/861; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Morgan Davis [EMAIL PROTECTED] Subject: Re: config/861: NCSA Compatibility with VirtualHost Date: Sun, 13 Jul 1997 19:55:40 -0700 (PDT) Have you read the dns-caveats.html page

Re: config/860: NCSA Incompatibility: HostNameLookups

1997-07-13 Thread Dean Gaudet
The following reply was made to PR config/860; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Morgan Davis [EMAIL PROTECTED] Subject: Re: config/860: NCSA Incompatibility: HostNameLookups Date: Sun, 13 Jul 1997 19:56:21 -0700 (PDT) We've got a proposed patch

Re: general/852: Apache complains at not resolving a domain name which exists.

1997-07-13 Thread Dean Gaudet
The following reply was made to PR general/852; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: David Harris [EMAIL PROTECTED] Subject: Re: general/852: Apache complains at not resolving a domain name which exists. Date: Sun, 13 Jul 1997 22:16:42 -0700 (PDT) What happens

Re: protocol/875: force-response-1.0 bug

1997-07-16 Thread Dean Gaudet
The following reply was made to PR protocol/875; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Mark Herman II [EMAIL PROTECTED] Subject: Re: protocol/875: force-response-1.0 bug Date: Wed, 16 Jul 1997 13:02:06 -0700 (PDT) On Wed, 16 Jul 1997, Mark Herman II wrote

Re: config/872: error message beginning with accept: (client socket):.....

1997-07-16 Thread Dean Gaudet
The following reply was made to PR config/872; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Ge Zhang [EMAIL PROTECTED] Subject: Re: config/872: error message beginning with accept: (client socket):. Date: Wed, 16 Jul 1997 13:05:51 -0700 (PDT) Please provide

Re: config/866: Compile error in http_core.c, function set_rlimit()

1997-07-17 Thread Dean Gaudet
The following reply was made to PR config/866; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Zach Frey [EMAIL PROTECTED] Subject: Re: config/866: Compile error in http_core.c, function set_rlimit() Date: Thu, 17 Jul 1997 15:14:50 -0700 (PDT) gcc -c -Iregex -O2 -DLYNXOS

Re: general/882: Missing prototypes in a number of modules, some potentially buggy.

1997-07-17 Thread Dean Gaudet
The following reply was made to PR general/882; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Julian BYRNE [EMAIL PROTECTED] Subject: Re: general/882: Missing prototypes in a number of modules, some potentially buggy. Date: Thu, 17 Jul 1997 20:08:11 -0700 (PDT) Yeah I

Re: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH

1997-07-21 Thread Dean Gaudet
The following reply was made to PR os-solaris/888; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Larry Rosenman [EMAIL PROTECTED] Subject: Re: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH Date: Sun, 20 Jul 1997 23:45:46 -0700 (PDT) You didn't need to paste

general/895: no interface for ETag support

1997-07-21 Thread Dean Gaudet
Number: 895 Category: general Synopsis: no interface for ETag support Confidential: no Severity: non-critical Priority: medium Responsible:apache (Apache HTTP Project) State: open Class: change-request Submitter-Id: apache Arrival-Date:

mod_cgi/894: Last-Modified headers from CGIs are not considered for IMS

1997-07-21 Thread Dean Gaudet
Number: 894 Category: mod_cgi Synopsis: Last-Modified headers from CGIs are not considered for IMS Confidential: no Severity: non-critical Priority: medium Responsible:apache (Apache HTTP Project) State: open Class: sw-bug Submitter-Id:

Re: config/909: Configuration does not handle spaces in filenames properly. (fwd)

1997-07-24 Thread Dean Gaudet
The following reply was made to PR config/909; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: config/909: Configuration does not handle spaces in filenames properly. (fwd) Date: Thu, 24 Jul 1997 17:02:36 -0700 (PDT) Oh yeah, I'm rusty

RE: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH

1997-07-24 Thread Dean Gaudet
The following reply was made to PR os-solaris/888; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Larry Rosenman-CyberRamp System Administration [EMAIL PROTECTED] Subject: RE: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH Date: Thu, 24 Jul 1997 19:22:04 -0700 (PDT

Re: os-bsdi/913: Multiple spawning https that are NOT dying!!

1997-07-24 Thread Dean Gaudet
The following reply was made to PR os-bsdi/913; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Dave Yadallee [EMAIL PROTECTED] Subject: Re: os-bsdi/913: Multiple spawning https that are NOT dying!! Date: Thu, 24 Jul 1997 19:18:49 -0700 (PDT) Are there any messages in your

Re: os-bsdi/913: Multiple spawning https that are NOT dying!!

1997-07-24 Thread Dean Gaudet
The following reply was made to PR os-bsdi/913; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: System Administrator a.k.a. The Root of the Problem [EMAIL PROTECTED] Subject: Re: os-bsdi/913: Multiple spawning https that are NOT dying!! Date: Thu, 24 Jul 1997 20:28:12 -0700

Re: os-sunos/911: Included Spencer regex package wont compile (undefined macros) (fwd)

1997-07-24 Thread Dean Gaudet
The following reply was made to PR os-sunos/911; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Pat Myrto [EMAIL PROTECTED] Subject: Re: os-sunos/911: Included Spencer regex package wont compile (undefined macros) (fwd) Date: Thu, 24 Jul 1997 21:06:29 -0700 (PDT) On Thu

Re: os-dgux/732: Missing symbols when linking (fwd)

1997-07-26 Thread Dean Gaudet
The following reply was made to PR os-dgux/732; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: os-dgux/732: Missing symbols when linking (fwd) Date: Sat, 26 Jul 1997 13:15:13 -0700 (PDT) -- Forwarded message -- Date: Mon

Re: documentation/920: Advise an htaccess file in /...

1997-07-26 Thread Dean Gaudet
On Fri, 25 Jul 1997, Jason Riedy wrote: As http://www.apache.org/docs/mod/core.html#options states that with FollowSymLinks, the directory isn't re-written and compared. Thus, if a user does something like `ln -s / root' in the right place, folks can walk the directory tree. That's what

Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings

1997-07-26 Thread Dean Gaudet
The following reply was made to PR mod_cgi/918; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Tyler Allison [EMAIL PROTECTED] Subject: Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings Date: Sat, 26 Jul 1997 14:08:41 -0700 (PDT

Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings

1997-07-26 Thread Dean Gaudet
The following reply was made to PR mod_cgi/918; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Tyler J. Allison [EMAIL PROTECTED] Subject: Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings Date: Sat, 26 Jul 1997 22:06:09 -0700 (PDT

Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings

1997-07-26 Thread Dean Gaudet
The following reply was made to PR mod_cgi/918; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Tyler J. Allison [EMAIL PROTECTED] Subject: Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings Date: Sat, 26 Jul 1997 22:18:13 -0700 (PDT

Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings

1997-07-27 Thread Dean Gaudet
The following reply was made to PR mod_cgi/918; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Tyler J. Allison [EMAIL PROTECTED] Subject: Re: mod_cgi/918: if not using suexec, apache forces user to use server gid/uid settings Date: Sat, 26 Jul 1997 23:48:22 -0700 (PDT

Re: mod_alias/925: Redirect directive doesn't seem to work

1997-07-28 Thread Dean Gaudet
The following reply was made to PR mod_alias/925; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Aaron Lee [EMAIL PROTECTED] Subject: Re: mod_alias/925: Redirect directive doesn't seem to work Date: Mon, 28 Jul 1997 01:39:57 -0700 (PDT) Try Redirect permanent /secure

Re: general/924: If port is busy, Apache processes do not completely die

1997-07-28 Thread Dean Gaudet
The following reply was made to PR general/924; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Jim Chou [EMAIL PROTECTED] Subject: Re: general/924: If port is busy, Apache processes do not completely die Date: Mon, 28 Jul 1997 01:41:02 -0700 (PDT) How are you killing

RE: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH

1997-07-28 Thread Dean Gaudet
The following reply was made to PR os-solaris/888; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Larry Rosenman-CyberRamp System Administration [EMAIL PROTECTED] Subject: RE: os-solaris/888: SIGHUP won't restart EVEN WITH THE PATCH Date: Mon, 28 Jul 1997 03:40:33 -0700 (PDT

Re: os-solaris/923: Solaris patch does not fix problem

1997-07-28 Thread Dean Gaudet
The following reply was made to PR os-solaris/923; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Phil Kernick [EMAIL PROTECTED] Subject: Re: os-solaris/923: Solaris patch does not fix problem Date: Mon, 28 Jul 1997 11:45:07 -0700 (PDT) Phil, please try the patch below

Re: documentation/938: Documentation contains no (link to) CGI/1.1 specification.

1997-07-30 Thread Dean Gaudet
The following reply was made to PR documentation/938; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: documentation/938: Documentation contains no (link to) CGI/1.1 specification. Date: Wed, 30 Jul 1997 11:08:31 -0700 (PDT) I suggest we do

Re: documentation/938: Documentation contains no (link to) CGI/1.1 specification.

1997-07-30 Thread Dean Gaudet
The following reply was made to PR documentation/938; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Marc Slemko [EMAIL PROTECTED] Subject: Re: documentation/938: Documentation contains no (link to) CGI/1.1 specification. Date: Wed, 30 Jul 1997 11:35:20 -0700 (PDT) Oooh

Re: config/953: Migrating from 1.1.3 - 1.2.1 breaks all my _NON_ virtualhost (ie main server) directives.

1997-07-31 Thread Dean Gaudet
The following reply was made to PR config/953; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: jason andrade [EMAIL PROTECTED] Subject: Re: config/953: Migrating from 1.1.3 - 1.2.1 breaks all my _NON_ virtualhost (ie main server) directives. Date: Thu, 31 Jul 1997 11:28:37

Re: os-windows/949: acces to thread **child_handles wanted.

1997-07-31 Thread Dean Gaudet
The following reply was made to PR os-windows/949; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Jean-Pierre Arneodo [EMAIL PROTECTED] Subject: Re: os-windows/949: acces to thread **child_handles wanted. Date: Thu, 31 Jul 1997 20:24:22 -0700 (PDT) It looks to me like

Re: documentation/948: ServerPath doesn't work as excpected from the documentation.

1997-07-31 Thread Dean Gaudet
I don't have the time to walk the user through this at all. Should anyone want to work out the full solution, you pretty much have to use mod_rewrite. All stuff for www.foo.dom should have /www.foo.dom/ at the beginning of the URL. If a request from a Host:-client comes in to www.foo.dom, it

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

1997-07-31 Thread Dean Gaudet
The following reply was made to PR os-solaris/945; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Pierre-Yves Kerembellec [EMAIL PROTECTED] Subject: Re: os-solaris/945: Related to PR#883 : when using NFS under a chroot-ed environment, crash the network layers Date: Thu, 31

Re: mod_access/802: .htaccess does not recognize IP-Number if the host has a DNS-Entry

1997-08-02 Thread Dean Gaudet
The following reply was made to PR mod_access/802; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Roberto Mazzoni [EMAIL PROTECTED] Subject: Re: mod_access/802: .htaccess does not recognize IP-Number if the host has a DNS-Entry Date: Sat, 2 Aug 1997 05:00:53 -0700 (PDT

documentation/961: http://www.apache.org/info/apache_nt.html is out of data

1997-08-03 Thread Dean Gaudet
Number: 961 Category: documentation Synopsis: http://www.apache.org/info/apache_nt.html is out of data Confidential: no Severity: non-critical Priority: medium Responsible:apache (Apache HTTP Project) State: open Class: doc-bug Submitter-Id:

Re: general/968: NCSA incompatibility -- no access control by referer

1997-08-04 Thread Dean Gaudet
The following reply was made to PR general/968; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Gerhard Paseman [EMAIL PROTECTED] Subject: Re: general/968: NCSA incompatibility -- no access control by referer Date: Mon, 4 Aug 1997 17:53:44 -0700 (PDT) I think

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

1997-08-06 Thread Dean Gaudet
The following reply was made to PR mod_proxy/969; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: bill kirkpatrick [EMAIL PROTECTED] Subject: Re: mod_proxy/969: Potential enhancement. Setting round-robin list on ProxyPass option. Date: Wed, 6 Aug 1997 19:21:48 -0700 (PDT

Re: documentation/975: VirtualHost definitions with ports other than the default are unintuitive..

1997-08-07 Thread Dean Gaudet
The following reply was made to PR documentation/975; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Mark Imbriaco [EMAIL PROTECTED] Subject: Re: documentation/975: VirtualHost definitions with ports other than the default are unintuitive.. Date: Thu, 7 Aug 1997 12:36:40

Re: mod_proxy/969: Potential enhancement. Setting round-robin list on ProxyPass (fwd)

1997-08-08 Thread Dean Gaudet
The following reply was made to PR mod_proxy/969; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: mod_proxy/969: Potential enhancement. Setting round-robin list on ProxyPass (fwd) Date: Fri, 8 Aug 1997 19:21:34 -0700 (PDT

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

1997-08-11 Thread Dean Gaudet
The following reply was made to PR os-ultrix/958; it has been noted by GNATS. From: Dean Gaudet [EMAIL PROTECTED] To: Richard Tomkins [EMAIL PROTECTED] Subject: Re: os-ultrix/958: alloc.c and mod_dir.c have problems with incompatible pointer type assignment Date: Thu, 31 Jul 1997 21:52:38 -0700

  1   2   3   4   5   >