[mod-security-users] Apache 2, AddHandler
Brought to you by:
victorhora,
zimmerletw
|
From: <ge...@ne...> - 2005-03-17 16:29:28
|
Hi list, According with the user manual, if I use SecFilterEngine DynamicOnly y must modify: AddType application/x-httpd-php .php for: AddHandler application/x-httpd-php .php But.. in the httpd.conf that comes with RHEL3 (Apache 2) is not present AddType or AddHandler for php, is correct to add this directive? PHP is running as MODULE and working well without AddType. Regards, Geffrey |