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=18335>. 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=18335 CGI-script handler ------- Additional Comments From [EMAIL PROTECTED] 2003-04-11 20:31 ------- PHP is used the following way: LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php Now I want to add the following statements into .htaccess for example: Action handler /custom_handler.php Sethandler handler In Apache 1.3.xx all files in the directory where the .htaccess was placed were handled by the php script custom_handler.php, but in Apache2 only cgi-scripts are allowed to be used as handler scripts. How can I fix that problem or is there another way to configure a PHP handler? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
