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=10768>.
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=10768

'AddHandler cgi-script cgi' does not specifically find cgi file extension





------- Additional Comments From [EMAIL PROTECTED]  2002-07-15 04:26 -------
Joshua Slive points out something missed.

The solution is to use the pattern matching capabilities of Apache:

<Files ~ "\.cgi$">
   SetHandler cgi-script
</Files>

instead of the "AddHandler cgi-script .cgi" as in the default configuration 
file.

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

Reply via email to