You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/24 20:38:40 UTC

DO NOT REPLY [Bug 17344] - AddHandler cgi-script is not correctly working ...

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

AddHandler cgi-script is not correctly working ...

nd@perlig.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Normal
             Status|NEW                         |RESOLVED
         OS/Version|Solaris                     |All
           Platform|Sun                         |All
         Resolution|                            |INVALID



------- Additional Comments From nd@perlig.de  2003-02-24 19:38 -------
No bug. Please read the mod_mime documentation:
<http://httpd.apache.org/docs/mod/mod_mime.html#multipleext>.

However, you can workaround it by adding
AddHandler text/html .html

or something like
<Files *.py.*>
RemoveHandler py
</Files>

(The latter is more clean, but the former is more efficient ;-)

Thanks for using Apache!

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org