Mailing List Archive

.htaccess in cgi-bin
A while ago, Andrew reported that a .htaccess file like so:

<Limit GET>
# one line commented out, what the hey...
</Limit>

when placed in a ScriptAliased directory, causes core dumps. I just
put one in my cgi-bin, and it still seems to work; perhaps something
more than the ScriptAlias is required to trigger the bug. (Some
Options may be involved; there is also the skin-of-teeth possibility
that some OS dependancy is kicking in here).

Andrew, you mentioned at one point trying to run gdb on your own
system to track it down (which isn't terribly hard --- remember to
start the server from with in gdb with "run -X ...", where "..." is
the -f or -d option you usually use for your test configuration, and
just continue past the bogus SIGHUP on startup); have you done
anything more with it?

rst
Re: .htaccess in cgi-bin [ In reply to ]
> A while ago, Andrew reported that a .htaccess file like so:
>
> <Limit GET>
> # one line commented out, what the hey...
> </Limit>
>
> when placed in a ScriptAliased directory, causes core dumps. I just
> put one in my cgi-bin, and it still seems to work; perhaps something
> more than the ScriptAlias is required to trigger the bug. (Some
> Options may be involved; there is also the skin-of-teeth possibility
> that some OS dependancy is kicking in here).
>
> Andrew, you mentioned at one point trying to run gdb on your own
> system to track it down (which isn't terribly hard --- remember to
> start the server from with in gdb with "run -X ...", where "..." is
> the -f or -d option you usually use for your test configuration, and
> just continue past the bogus SIGHUP on startup); have you done
> anything more with it?

I'm just back from Chicago (woo!). I'll try recreating the bug on 8.10
this weekend and spam you with some more info on Tuesday.

Ay.


> rst
>