You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Robert S. Thau" <rs...@ai.mit.edu> on 1995/08/20 20:38:23 UTC

.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