Re: [mod-security-users] Apache 2, AddHandler
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-03-18 10:10:45
|
Geffrey Vel=E1squez wrote: > > But.. in the httpd.conf that comes with RHEL3 (Apache 2) is not present= =20 > AddType or AddHandler for php, is correct to add this directive? PHP is= =20 > running as MODULE and working well without AddType. That's (probably) because RHEL3 uses a version of PHP that integrates with Apache 2 using the filter mechanism. Look for "php" in httpd.conf and you'll find other directives. That means that you cannot rely on DynamicOnly settings. FYI, the filter integration method has been abandoned, and replaced with the "standard" handler method. So if you download a newer version of PHP you'll be able to get DynamicOnly to work. --=20 Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |