Re: mod_proxy/4236: Reverse proxy features disables caching features

2000-02-05 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Reverse proxy features disables caching features

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Sat Feb  5 13:41:07 PST 2000
State-Changed-Why:
fixed in 1.3.10.  thanks



Re: protocol/4716: Server send invalid response if chunked transfer has chunk larger than 4095 bytes.

1999-08-13 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server send invalid response if chunked transfer has chunk larger 
than 4095 bytes.

Comment-Added-By: dgaudet
Comment-Added-When: Thu Aug 12 19:05:23 PDT 1999
Comment-Added:
user error.  DEFAULT_BUFSIZE was set to 8192 without changing
the CHUNK_HEADER_SIZE define as documented in buff.c.

yeah maybe there should be an assertion, however people playing
with constants in the code should read the comments...

Dean



Re: protocol/4716: Server send invalid response if chunked transfer has chunk larger than 4095 bytes.

1999-08-12 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server send invalid response if chunked transfer has chunk larger 
than 4095 bytes.

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Thu Aug 12 13:00:19 PDT 1999
State-Changed-Why:
hmm, i can't reproduce the problem with the method you gave --
i created a few files, one size 4096, one size 32768, i removed
set_content_length() from default_handler... and the chunked
responses were correct.

i've gone through this code a few times... it's possible there's
still a bug... if you can get me a working test case though
that'd be great.

Dean



Re: mod_access/3454: AllowOverride Limit ignored for regex Directory ~ in access.conf

1999-08-05 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: AllowOverride Limit ignored for regex Directory ~ in access.conf

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Thu Aug  5 10:31:48 PDT 1999
State-Changed-Why:
This is actually how things are documented -- .htaccess occurs
while the non-regex directory sections are parsed.

Try using Directory /home/*/web-docs

Dean



Re: mod_access/3019: Re: unable to overide allow/deny

1999-08-05 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Re: unable to overide allow/deny

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Thu Aug  5 10:32:52 PDT 1999
State-Changed-Why:
Try using Directory /usr/home/*

without the ~

Dean



Re: mod_rewrite/3874: RewriteLock doesn't work for virtual hosts and silently fails

1999-08-03 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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as general/1098: or  ]
[Re: general/1098:).  If the subject doesn't match this   ]
[pattern, your message will be misfiled and ignored.  The   ]
[apbugs address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: RewriteLock doesn't work for virtual hosts and silently fails

State-Changed-From-To: analyzed-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Aug  3 11:17:29 PDT 1999
State-Changed-Why:
A patch has been applied to 1.3.8-dev which should fix this...
1.3.8 should be out shortly.

Dean



Re: mod_log-any/4366: mod_log_config can log month in local language

1999-05-17 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: mod_log_config can log month in local language

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Sun May 16 16:40:34 PDT 1999
State-Changed-Why:
patch from petr lampa applied to 1.3.7-dev... makes %t
always use english, but %{format}t still uses strftime()



Re: os-linux/2774: Heavily loaded webserver stops accepting all connections after some time.

1999-05-04 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Heavily loaded webserver stops accepting all connections after some 
time.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue May  4 11:23:32 PDT 1999
State-Changed-Why:
user reports problem resolved (info forwarded to bugdb)

thanks!




Re: os-linux/3387: Regularly the httpd children will all die with no errors given, the root process will still be running, must stop and restart httpd.

1999-05-03 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Regularly the httpd children will all die with no errors given, the 
root process will still be running, must stop and restart httpd.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Mon May  3 12:40:47 PDT 1999
State-Changed-Why:
User reports upgrading kernel fixed the problem.

Thanks!



Re: os-linux/2986: after log rotation restart, all children die in hours. Parent is catatonic.

1999-05-03 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: after log rotation restart, all children die in hours. Parent is 
catatonic.

State-Changed-From-To: analyzed-closed
State-Changed-By: dgaudet
State-Changed-When: Mon May  3 12:41:58 PDT 1999
State-Changed-Why:
Another user has reported upgrading to linux 2.0.36 and
apache 1.3.6 fixed a very similar problem.  If you continue
to experience this problem after upgrading, please open a
new report.

Thanks
Dean



Re: mod_proxy/3178: Access Violation/SEGV in ap_proxy_cache_error

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Access Violation/SEGV in ap_proxy_cache_error

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:03:48 PDT 1999
State-Changed-Why:
A patch has been committed to 1.3.7, thanks.



Re: config/3661: 'make install' ignores the --prefix dir specified during configuration

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 'make install' ignores the --prefix dir specified during configuration

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:16:59 PDT 1999
State-Changed-Why:
User reports the problem is fixed in 1.3.6.



Re: config/3714: Make returns a elf error message

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Make returns a elf error message

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:33:28 PDT 1999
State-Changed-Why:
user reports gcc misconfiguration



Re: os-linux/3312: Children die. Parent stops serving requests

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Children die. Parent stops serving requests

State-Changed-From-To: feedback-analyzed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:39:02 PDT 1999
State-Changed-Why:
I examined the straces a while ago, but forgot to comment.
Here's a portion of the parent's trace:

time(NULL)  = 909702870
wait4(-1, 0xbe64, WNOHANG, NULL)= 0
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
time(NULL)  = 909702871
fork()  = 26032
wait4(-1, [WIFEXITED(s)  WEXITSTATUS(s) == 0], WNOHANG, NULL) = 26032
--- SIGCHLD (Child exited) ---
wait4(-1, 0xbe64, WNOHANG, NULL)= -1 ECHILD (No child processes)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
time(NULL)  = 909703113

Somehow 242 seconds passed between the two time() calls... the parent does
nothing cpu intensive, so I doubt it's that.  It's possible the guy's box
is swapping to hell... but we've got about a dozen similar reports.  The
reports are against 2.0.30, 2.0.32, and 2.0.33. 

Oh then there's the odd SIGCHLD followed by ECHILD... there's a few other
instances of that -- SIGCHLDs happenning and wait4() not reporting
anything. 

The short answer:  kernel problem.  Alan Cox hasn't heard of
this problem before, so it's probably an unknown problem.

Dean



Re: os-linux/2986: after log rotation restart, all children die in hours. Parent is catatonic.

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: after log rotation restart, all children die in hours. Parent is 
catatonic.

State-Changed-From-To: feedback-analyzed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:41:20 PDT 1999
State-Changed-Why:
This sounds like the same kernel bug described in 3312:
http://bugs.apache.org/index/full/3312

no solution known

Dean



Re: os-linux/3343: Server dies after 1-20 hours of usage.

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server dies after 1-20 hours of usage.

State-Changed-From-To: feedback-analyzed
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:43:13 PDT 1999
State-Changed-Why:
This sounds like the same kernel bug as reported in PR#3312:
http://bugs.apache.org/index/full/3312

no workaround known at the moment

Dean



Re: os-linux/3343: Server dies after 1-20 hours of usage.

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server dies after 1-20 hours of usage.

State-Changed-From-To: analyzed-feedback
State-Changed-By: dgaudet
State-Changed-When: Sat May  1 10:49:35 PDT 1999
State-Changed-Why:
Hey are you still having this problem?  You indicated that
it happens when some mailing list cron job runs.  Do you
use sendmail or qmail?

When the problem happens, could you use strace -p pid_of_parent
to find out what the parent is doing and mail me the output?

Thanks
Dean



Re: os-linux/2774: Heavily loaded webserver stops accepting all connections after some time.

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Heavily loaded webserver stops accepting all connections after some 
time.

Comment-Added-By: dgaudet
Comment-Added-When: Sat May  1 10:51:54 PDT 1999
Comment-Added:
Do you still have this problem with 1.3.6?  We changed
the default locking behaviour on linux back to the 1.2.x
settings.

Dean



Re: os-linux/3353: Server processes die, only one remains (root)

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server processes die, only one remains (root)

Comment-Added-By: dgaudet
Comment-Added-When: Sat May  1 10:53:46 PDT 1999
Comment-Added:
Is your problem still occuring?  I'm still interested in
getting an strace of the parent process when the problem
occurs... it sounds like a kernel bug which we're trying
to get more data on so that we can get the linux folks
to fix it.

Dean



Re: os-linux/3897: 1.3.4 server starts, seemingly normally... dies, no children, no errors not the case with 1.2.0

1999-05-01 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 1.3.4 server starts, seemingly normally...  dies, no children, no 
errors   not the case with 1.2.0

Comment-Added-By: dgaudet
Comment-Added-When: Sat May  1 10:56:49 PDT 1999
Comment-Added:
[This is a standard response.]
This Apache problem report has not been updated recently.
Please reply to this message if you have any additional
information about this issue, or if you have answers to
any questions that have been posed to you.  If there are
no outstanding questions, please consider this a request
to try to reproduce the problem with the latest software
release, if one has been made since last contact.  If we
don't hear from you, this report will be closed.
If you have information to add, BE SURE to reply to this
message and include the [EMAIL PROTECTED] address so it
will be attached to the problem report!



Re: mod_cgi/3751: CGI scripts arent killed when they are in deadlock

1999-04-22 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: CGI scripts arent killed when they are in deadlock

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Thu Apr 22 02:42:23 PDT 1999
State-Changed-Why:
user switched to fastcgi



Re: general/3964: Http server intermittantly dies with Alarm clock (SIGALRM?).

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Http server intermittantly dies with Alarm clock (SIGALRM?).

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:03:59 PDT 1999
State-Changed-Why:
Why are you using inetd mode?

Why the heck won't anyone else in the apache group listen
to me when I say that inetd mode should be deprecated?
It's evil, broken, and never tested by anyone in the apache
group.

I suggest you use standalone mode.  Your problem will go
away.

Dean



Re: general/3942: During make install I saw Abort - core several times.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: During make install I saw Abort - core several times.

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:17:47 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: mod_status/3936: 'extendedstatus on' doesn't work

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 'extendedstatus on' doesn't work

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:18:30 PDT 1999
State-Changed-Why:
ralf did it



Re: config/3935: XLS in mime.types

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: XLS in mime.types

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:20:13 PDT 1999
State-Changed-Why:
Yeah I added it.  That doesn't mean it'll make it to distribution,
because some folks insist that mime.types match some standard
somewhere and .xls isn't in that standard, or some nonsense like
that.

Dean



Re: os-solaris/3931: on a kill -HUP of the pid, if server has been running over a few days it reboots the solaris x86 and nukes the httpd.conf file

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: on a kill -HUP of the pid, if server has been running over a few days 
it reboots the solaris x86 and nukes the httpd.conf file

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:26:39 PDT 1999
State-Changed-Why:
To be honest, I suspect it's something you have compiled into
the server.

Or maybe it's the RAM in your box.

But nobody else seems to be having the same troubles... if
you get any more info, open a new PR please.  Sorry we
can't be of more help.

Dean



Re: general/3920: Umask is inherited by Apache CGIs

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Umask is inherited by Apache  CGIs

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:28:10 PDT 1999
State-Changed-Why:
I suggest editing your apachectl script to change the umask.
There is no one setting which we could default to which makes
sense for all systems.  For some, 022 is right, for others
002 is right.  If you've got admins using different umasks 
I think you've got other problems... what happens if they
create files as root?

Dean



Re: general/3917: Page with multiple framesets causes the browser to crash

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Page with multiple framesets causes the browser to crash

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:30:56 PDT 1999
State-Changed-Why:
I doubt this is an apache bug.  It's probably either an OS
bug, or a browser bug.  There's two things I can think of
that you should try:

- disable KeepAlive
- add -DNO_WRITEV when compiling apache

Tell me if either of those do the job please... then we can
try to figure out more details of what the bug actually is.

Dean



Re: os-linux/3911: Under high load, server hangs in flock or fnctl.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Under high load, server hangs in flock or fnctl.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:34:39 PDT 1999
State-Changed-Why:
At any rate we switched back to fcntl locking in apache 1.3.6.



Re: config/3906: Servers hang on either Keepalive or on Read (if keepalive is turned off)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Servers hang on either Keepalive or on Read (if keepalive is turned 
off)

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:43:25 PDT 1999
State-Changed-Why:
Does this happen for you without mod_perl?

I can't reproduce it using apache-1.3.7-dev on solaris 2.6...
(no related changes since 1.3.6)

Dean



Re: mod_rewrite/4117: mod_rewrite adds Vary: Host, Host header

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: mod_rewrite adds Vary: Host, Host header

State-Changed-From-To: closed-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:49:21 PDT 1999
State-Changed-Why:
Roy seems to think this should still be open.  Whatever.



Re: mod_rewrite/4117: mod_rewrite adds Vary: Host, Host header

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: mod_rewrite adds Vary: Host, Host header

State-Changed-From-To: feedback-analyzed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:49:47 PDT 1999
State-Changed-Why:
I suppose analysed is a better state.



Re: mod_rewrite/3905: httpd core dumps when RewriteRule used

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: httpd core dumps when RewriteRule used

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:50:34 PDT 1999
State-Changed-Why:
user fixed the problem



Re: general/3898: --prefix / --exec-prefix confusion

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: --prefix / --exec-prefix confusion

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:51:16 PDT 1999
State-Changed-Why:
ralf got it



Re: other/3881: there are no conf files

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: there are no conf files

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:51:52 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: mod_rewrite/3874: RewriteLock doesn't work for virtual hosts and silently fails

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: RewriteLock doesn't work for virtual hosts and silently fails

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:52:34 PDT 1999
State-Changed-Why:
Ralf, how's it going?



Re: os-linux/3873: Seems to reproduce PR#3190, PR#1950, PR#1940 and PR#3312. httpd children disappear.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Seems to reproduce PR#3190, PR#1950, PR#1940 and PR#3312. httpd 
children disappear.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:54:05 PDT 1999
State-Changed-Why:
Hey I'm going to close this out... this seems like a kernel
problem... and I'm hoping someone puts all the pieces together
eventually... but in the meanwhile, it doesn't help us to have
a dozen of the same report open.  If you figure out anything
new, send it our way.  Thanks.

Dean



Re: general/3872: util_script.c doubles up Set-Cookie headers from r-err_headers_out

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: util_script.c doubles up Set-Cookie headers from r-err_headers_out

State-Changed-From-To: analyzed-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 16:58:36 PDT 1999
State-Changed-Why:
This went into 1.3.6.



Re: general/3869: Server doesn't close connections after timeout period

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server doesn't close connections after timeout period

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 17:00:19 PDT 1999
Comment-Added:
Do you have any non-standard modules installed... such as
mod_perl, mod_php, ... ?



Re: general/3825: Imortal httpd processes eat cpu and memory - stop ignored

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Imortal httpd processes eat cpu and memory - stop ignored

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:09:59 PDT 1999
State-Changed-Why:
When you say DBI you're referring to a module you've added
to apache, right?  If so there's not much we can do about
it... perhaps you should report the problem to the module
author.  Feel free to open another problem if you've got
specifics where apache goes wrong.

Thanks for choosing apache!

Dean



Re: os-windows/3815: Keep Alive option let server response delay at first request.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Keep Alive option let server response delay at first request.

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 18:13:30 PDT 1999
Comment-Added:
This sounds like a windows TCP bug.



Re: config/3814: Strange Error message from an unmodified srm.conf file ?

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Strange Error message from an unmodified srm.conf file ?

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:15:33 PDT 1999
State-Changed-Why:
Uh yeah that's odd... pretty much impossible too... unless
somehow your executable was corrupted.  bad ram maybe?
Does it still occur with 1.3.6?

Dean



Re: mod_access/3813: Apache doesn't handle log correctly

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Apache doesn't handle log correctly

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:21:28 PDT 1999
State-Changed-Why:
Hey does this still happen in 1.3.6?  I fixed a bug that
sounds a lot like this, I just can't remember in which 1.3.x
I fixed it...

thanks for checking

Dean



Re: documentation/3811: Content_Length doesn't match the length of the content received.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Content_Length doesn't match the length of the content received.

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:22:53 PDT 1999
State-Changed-Why:
sounds like a candidate for the FAQ, thanks
Category-Changed-From-To: mod_cgi-documentation
Category-Changed-By: dgaudet
Category-Changed-When: Tue Apr 20 18:22:53 PDT 1999




Re: protocol/3806: 100-continue is not send on errors (see also PR#3575)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 100-continue is not send on errors (see also PR#3575)

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:25:21 PDT 1999
State-Changed-Why:
There's a fix for this in PR#3910
http://bugs.apache.org/index/full/3910
it'll be in 1.3.7.

Dean



Re: protocol/3575: 100-Continue isn't being sent anymore

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 100-Continue isn't being sent anymore

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 18:26:33 PDT 1999
Comment-Added:
see also PR#s 3806, 3910 ... a fix appears in 1.3.7



Re: mod_log-any/3802: would like to add an option,%R, to expand directory requests to include the filename within CLF

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: would like to add an option,%R, to expand directory requests to 
include the filename within CLF

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:32:02 PDT 1999
State-Changed-Why:
Umm, what's wrong with %f ?  Log the filename and then
teach your tool to understand the filename.  That's how
I've always done it...

Dean



Re: os-solaris/3789: Server's children die off, and it cannot fork off any new ones.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Server's children die off, and it cannot fork off any new ones.

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:33:26 PDT 1999
State-Changed-Why:
Nothing in apache sends SIGUSR2.

Can you truss the parent when it's not forking?  That
would provide useful info.

Dean



Re: mod_cgi/3784: CGI scripts not executed if gid not equal to server's gid

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: CGI scripts not executed if gid not equal to server's gid

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:51:19 PDT 1999
State-Changed-Why:
Are you still having this problem?

MULTIPLE_GROUPS is in fact useless and should be removed... it
won't help you.

The initgroups() call takes care of setting the groups.

I have no problem with multiple groups ... you have to
start the server as root -- the geteuid() is necessary,
initgroups() won't succeed unless you do it as root.

Dean



Re: config/3779: wildcad syntax in install.sh (make install)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: wildcad syntax in install.sh (make install)

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:51:51 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: mod_auth-any/3771: httpd: [Tue Jan 26 09:09:44 1999] [notice] child pid 4464 exit signal Segmentation fault (11)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: httpd: [Tue Jan 26 09:09:44 1999] [notice] child pid 4464 exit signal 
Segmentation fault (11)

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 18:56:00 PDT 1999
State-Changed-Why:
This works fine on my redhat 5.2/glibc system... you still
having this problem?

Dean



Re: mod_autoindex/3770: IndexOptions None generates extraneous (garbage) data after file links

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: IndexOptions None generates extraneous (garbage) data after file links

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 19:00:56 PDT 1999
State-Changed-Why:
oh oops.  Thanks, patch applied to 1.3.7.

Dean



Re: os-irix/3766: remote_addr appears as 255.255.255.255

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: remote_addr appears as 255.255.255.255

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 19:04:42 PDT 1999
State-Changed-Why:
Well we'll wait for SGI to fix it then ;)

Unless you feel like whipping up a patch against 1.3.6
which fixes it.

Laters
Dean

Dean



Re: general/3763: Keepalives hang around, using up all the process slots.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Keepalives hang around, using up all the process slots.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 19:05:37 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: config/3761: StartServers defaults to 5 for port 80

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: StartServers defaults to 5 for port 80

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 19:26:59 PDT 1999
State-Changed-Why:
user resolved the problem



Re: mod_mime/4097: mod_mime_magic unable to handle compressed content larger than 4k

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: mod_mime_magic unable to handle compressed content larger than 4k

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:42:43 PDT 1999
State-Changed-Why:
Cool, thanks.  Patch applied to 1.3.7.

Dean



Re: mod_negotiation/3760: MultiViews brings Not Acceptable

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: MultiViews brings Not Acceptable

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:45:45 PDT 1999
State-Changed-Why:
That's how the HTTP protocol works.  See RFC2068 for a description
of Accept-Language.  Essentially, the user specifying
Accept-Language: af says they only read af.  If they
had said Accept-Language: af, * then it would mean they
read and prefer af, but will take anything in a pinch.

We can't provide an option to override this -- that would
violate the protocol.

Dean



Re: mod_include/3759: Supporting CGI-variables created by POST for SSI

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Supporting CGI-variables created by POST for SSI

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:49:25 PDT 1999
State-Changed-Why:
Dude, you should be careful with this -- you've just opened
yourself up to some exploits.  I can request urls with
trailing ?DATE_LOCAL=blahDOCUMENT_NAME=foo and your code
will overwrite the server's variables.

I'm also really concerned about adding this to apache in
general, since SSI provides very little way to verify the
validity of the arguments.  It could make it all too
easy/tempting for folks to write insecure web pages.  Using
something like mod_php or mod_perl seems much more appropriate.

Dean



Re: mod_autoindex/3758: currupts character count in name field

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis:  currupts character count in name field

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:49:58 PDT 1999
State-Changed-Why:
Yup I just fixed it in 1.3.7.  Thanks.

Dean



Re: mod_cgi/3751: CGI scripts arent killed when they are in deadlock

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: CGI scripts arent killed when they are in deadlock

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:53:47 PDT 1999
State-Changed-Why:
I'm not sure what you mean by deadlocked ... ?

If a timeout occurs the connection to the CGI is closed.
The timeout won't happen if the CGI writes anything, unless
the client never reads it.

Do you have a small example we can reproduce the problem with?

If I test CGIs that just sleep forever the timeout works
fine.

Dean



Re: os-solaris/3749: Apparent memory leak +httpd processes that refuse to die

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Apparent memory leak +httpd processes that refuse to die

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:58:16 PDT 1999
State-Changed-Why:
Thanks for keeping us up to date on this one.

Another thing you may wish to try is to comment out the
USE_MMAP_FILES definition in the SOLARIS section of
src/include/ap_config.h.  I've experienced problems with
mmap() on NFS on solaris in situations of low swap --
check the swap with swap -s.  These problems were 
alleviated by upgrading to the -12 kernel patch and
bumping up the swap space.

Dean



Re: general/3742: Under binaries directory there are no binaries for HPUX 10.2

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Under binaries directory there are no binaries for HPUX 10.2

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:59:56 PDT 1999
State-Changed-Why:
Sorry I guess we don't have anyone on the team with access
to a 10.2 box.  You'll have to build from the source
yourself.

Dean



Re: general/3739: Problem with Network(netware novell) drive use as serving web files

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Problem with Network(netware novell) drive use as serving web files

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:02:24 PDT 1999
State-Changed-Why:
This sounds like a kernel problem, you may get more help
by asking on the appropriate linux mailing list (not sure
which one to ask about the novell stuff).

One thing you might try is to delete the USE_MMAP_FILES
definition from src/include/ap_config.h.

If the problem still occurs, an strace -f of apache
showing the problem would be helpful... (but don't mail
it here, stick it at some URL for us to pick up thanks)

Dean



Re: os-solaris/3732: Apache 1.3.4 and mod_ssl-2.1.7-1.3.4 doesn't work with DSO support

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Apache 1.3.4 and mod_ssl-2.1.7-1.3.4 doesn't work with DSO support

State-Changed-From-To: open-analyzed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:02:59 PDT 1999
State-Changed-Why:
ralf, how's it going?



Re: os-osf/3750: cannot map libgcc.so

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: cannot map libgcc.so

Responsible-Changed-From-To: apache-lars
Responsible-Changed-By: dgaudet
Responsible-Changed-When: Tue Apr 20 21:04:06 PDT 1999
Responsible-Changed-Why:
hey lars, you're listed as the osf4.0 binary guy...
Category-Changed-From-To: general-os-osf
Category-Changed-By: dgaudet
Category-Changed-When: Tue Apr 20 21:04:06 PDT 1999




Re: general/3724: Frequently receiving error 'Server Returned an Invalid Response' in Internet Explorer or 'Server returned no data' in Netscape

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Frequently receiving error 'Server Returned an Invalid Response' in 
Internet Explorer or 'Server returned no data' in Netscape

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 21:13:30 PDT 1999
Comment-Added:
If you can reproduce this in a test server on a different
port without mod_perl that'd be great.

One wild guess -- try editing src/include/ap_config.h
and removing the USE_MMAP_FILES define from the OSF
section.

Dean




Re: general/3722: File table overflow

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: File table overflow

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 21:15:08 PDT 1999
Comment-Added:
Try raising the value in /proc/sys/kernel/file-max.

There's more docs in the Documentation tree of the
kernel source code.

Dean



Re: other/3716: AIX binary does not contain executable version of htpasswd

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: AIX binary does not contain executable version of htpasswd

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:21:21 PDT 1999
State-Changed-Why:
Our binaries are kind of random, sorry.  I think there's a
script for folks creating them now, so the newer ones should
be right.  Open a new report if the 1.3.6 binary isn't right,
thanks.

Dean



Re: config/3714: Make returns a elf error message

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Make returns a elf error message

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:23:17 PDT 1999
State-Changed-Why:
That looks like a tools problem on your box... did you build
the gcc yourself or get a binary from elsewhere?

Dean



Re: mod_log-any/3713: Piped Error Logs spawn extra process(es)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Piped Error Logs spawn extra process(es)

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:25:08 PDT 1999
State-Changed-Why:
Yeah, it's poorly documented, but the piped log child is
also sent SIGUSR1, SIGHUP, and SIGTERM when you send the
respective signals to the parent.  The child needs to handle
them (essentially trap them and clean up properly).

In your case if you just stick an exec in front of the grep
I think everything will work just fine.

Dean



Re: config/3712: Default configuration in httpd.conf has minor error for user home directory directive.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Default configuration in httpd.conf has minor error for user home 
directory directive.

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:25:49 PDT 1999
State-Changed-Why:
I changed it to /home/*/public_html as an example.

Thanks.

Dean



Re: general/3709: Spontaniously Starts up new top level HTTPD processes which eats up CPU time never ends

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Spontaniously Starts up new top level HTTPD processes which eats up 
CPU time  never ends

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 21:29:08 PDT 1999
Comment-Added:
I've seen similar problems under solaris 2.6 when the system
is really low on swap -- try swap -s.

When this happens, can you kill off one of the rogue children,
and will another rogue be spawned?  If so, attach truss -f
to the parent, use -o to put the output somewhere.  Then
kill off a rogue child, wait for another to spawn.  Let it
be a rogue for a few seconds, then kill off the truss.
Put the output on a web page and send us the URL... thanks.

Dean



Re: general/3699: Clients unable to request.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Clients unable to request.

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:31:34 PDT 1999
State-Changed-Why:
That looks like random stack corruption by something... you're
going to have to ask for help in a BeOS newsgroup I think though.
If you do find out something wrong with apache be sure to
report it.

Thanks
Dean



Re: mod_cgi/3689: Multipart mime messages cannot be read properly on NT / Win32

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Multipart mime messages cannot be read properly on NT / Win32

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:36:08 PDT 1999
State-Changed-Why:
There's a magic set_buffer thing you need to do to force
stdin to be in binary mode.  I don't have it handy, but
if you can't find it in your manuals, there's a PR describing
it in the database here.  http://bugs.apache.org/

Dean



Re: os-aix/3684: ./configure --prefix=/usr/local/apache freezes

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: ./configure --prefix=/usr/local/apache freezes

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:38:31 PDT 1999
State-Changed-Why:
Yup you should just be able to download a source release
and do ./configure --prefix=foo and make.

Dean



Re: config/3681: C compiler options beginning with + causes error in src/Configure

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: C compiler options beginning with + causes error in src/Configure

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:39:50 PDT 1999
State-Changed-Why:
looks like someone else already did this in 1.3.6.



Re: general/3677: New ErrorDocumentMatch directive

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: New ErrorDocumentMatch directive

State-Changed-From-To: open-suspended
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:41:16 PDT 1999
State-Changed-Why:
Um yeah it does seem kind of silly... but I suppose it
has a purpose.  I'll leave it here for others.

Dean



Re: config/3671: tar doesn't support the -h switch, make install barfs on the icons

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: tar doesn't support the -h switch, make install barfs on the icons

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:43:18 PDT 1999
State-Changed-Why:
This was fixed in 1.3.6.

Dean



Re: os-bsdi/3809: make install pukes on make install-data in tar

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: make install pukes on make install-data in tar

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:44:40 PDT 1999
State-Changed-Why:
looks like this was fixed in 1.3.6.



Re: general/3668: make command aborts during compile of os.c

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: make command aborts during compile of os.c

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:47:14 PDT 1999
State-Changed-Why:
Yeah you can do something like:

env CFLAGS=-Ae ./configure

Dean





Re: config/3666: 1.3.4 default directory placement DIFFERENT than 1.3.3

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 1.3.4 default directory placement DIFFERENT than 1.3.3

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:47:56 PDT 1999
State-Changed-Why:
yeah folks got flamed for this



Re: config/3663: suggestion for restructuring *.conf files

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: suggestion for restructuring *.conf files

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:50:03 PDT 1999
State-Changed-Why:
There's far too much that needs to be done to separate those
server directives which are safe to let non-root users
modify... and those which aren't.  Something that should
be hashed out on the dev list first.

Dean



Re: config/3661: 'make install' ignores the --prefix dir specified during configuration

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 'make install' ignores the --prefix dir specified during configuration

State-Changed-From-To: open-feedback
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:50:52 PDT 1999
State-Changed-Why:
Oh those guys are always hacking on the config stuff...
does it work in 1.3.6?

Dean



Re: config/3649: [PATCH] concatenate Configuration lines ending in \

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: [PATCH] concatenate Configuration lines ending in \

Comment-Added-By: dgaudet
Comment-Added-When: Tue Apr 20 21:52:46 PDT 1999
Comment-Added:
I just shudder to think of how badly some seds will screw
that up.

Dean



Re: general/3648: Compiling Error

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Compiling Error

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:54:38 PDT 1999
State-Changed-Why:
Dunno what to say really -- that looks like a problem on
your system.  The test_char_gen tool should have run and
generated a file test_char.h ... it looks like test_char.h
is broken.

Try using a stable compiler and stable compiler options.

Dean



Re: os-freebsd/3647: AddType audio/x-pn-realaudio .ra .ram .rm non recognition

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: AddType audio/x-pn-realaudio .ra .ram .rm  non recognition

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:55:56 PDT 1999
State-Changed-Why:
It sounds like a problem with your configuration.  Of course
saying that isn't very helpful, but there's not much I can do.
My guess is that apache isn't reading the configuration files
you think it is -- or it's reading more files than you think it
is.

Dean



Re: general/3638: old header still in source ap_config_auto.h. does not belong

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: old header still in source ap_config_auto.h. does not belong

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:58:02 PDT 1999
State-Changed-Why:
Try it from a fresh distribution and run configure first.

Dean



Re: mod_cgi/3634: Can't Exec Any CGI from Apache (ld.so.1: internal: malloc failed)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Can't Exec Any CGI from Apache (ld.so.1: internal: malloc failed)

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 21:58:45 PDT 1999
State-Changed-Why:
Thanks for the info.



Re: documentation/3631: Wrong info in the Howto html file.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Wrong info in the Howto html file.

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:01:35 PDT 1999
State-Changed-Why:
fix committed, thanks



Re: general/3630: File list shows bomb icon for any file *core

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: File list shows bomb icon for any file *core

State-Changed-From-To: open-suspended
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:02:24 PDT 1999
State-Changed-Why:
file this in the mod_autoindex sucks category for future
consideration



Re: config/3625: add multiple line support for serveralias directive

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: add multiple line support for serveralias directive

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:02:57 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: config/3619: Errors in configuration files (access.conf, httpd.conf, srm.conf)

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Errors in configuration files (access.conf, httpd.conf, srm.conf)

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:03:52 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: general/3618: can't use .htaccess authentication with ~user. .htaccess is totally ignored.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: can't use .htaccess authentication with ~user. .htaccess is totally 
ignored.

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:04:25 PDT 1999
State-Changed-Why:
user figured it out



Re: general/3617: Possible buffer overflow

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Possible buffer overflow

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:04:56 PDT 1999
State-Changed-Why:
fixed



Re: general/3616: Apache mod as file server? QFS: Need for a global file system.

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Apache mod as file server? QFS: Need for a global file system.

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:06:03 PDT 1999
State-Changed-Why:
You're probably better off talking about stuff like this
on the new-httpd mailing list.  More folks read that.

Dean



Re: os-hpux/3611: Configure and make fails

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Configure and make fails

State-Changed-From-To: feedback-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:06:51 PDT 1999
State-Changed-Why:
[This is a standard response.]
No response from submitter, assuming issue has been resolved.



Re: mod_dir/3596: mod_dir doesn't handle requests which must be processed internally by mod_proxy

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: mod_dir doesn't handle requests which must be processed internally by 
mod_proxy

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 22:10:10 PDT 1999
State-Changed-Why:
No, you have to fill in r-finfo if you're implementing
something which pretends to be the filesystem... that's
just how it is.  You don't have to fill in much, just
set the mode and mtime or something like that.  I know,
it's not well documented, but what of the api is?

Dean



Re: config/4282: little typo in configure script

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: little typo in configure script

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Wed Apr 21 00:21:21 PDT 1999
State-Changed-Why:
thanks, committed



Re: general/3586: 2 of 3 Apache v1.3.3 official patches do not apply cleanly to a virgin distribution

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: 2 of 3 Apache v1.3.3 official patches do not apply cleanly to a 
virgin distribution

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Wed Apr 21 00:26:03 PDT 1999
State-Changed-Why:
yeah we goofed... but with 1.3.4 out there I don't think
I'm going to go fix the patches.

Dean



Re: general/3571: Simple and effective DoS: children reading

1999-04-21 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. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.  ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]


Synopsis: Simple and effective DoS: children reading

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Wed Apr 21 00:31:16 PDT 1999
State-Changed-Why:
Unfortunately none of the things you suggested are feasible with
the current apache architecture.

If someone attacks your host this way, filter their IP address.

Dean



  1   2   3   4   5   6   7   8   >