DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13290>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13290

Apache 1.3.26 attempts to exec any file matching /.*\.cgi\..*/

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-10-04 14:41 -------
This is not a bug.  Please see:
http://httpd.apache.org/docs/mod/mod_mime.html#addtype
which gives a link to
http://httpd.apache.org/docs/mod/mod_mime.html#multipleext
and
http://httpd.apache.org/docs/mod/directive-dict.html#Syntax
both of which explain how Apache handles multiple extensions.

If you really only want to trust a single extension, you can use something
like
<FilesMatch \.cgi$>
SetHandler cgi-script
</FilesMatch>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to