Re: [mod-security-users] Apache 2, AddHandler
Brought to you by:
victorhora,
zimmerletw
|
From:
<gve...@mi...> - 2005-03-18 23:12:53
|
Thank you Ivan, I see right now that RHEL3 uses the Filter mechanism. Geffrey Ivan Ristic wrote: > Geffrey Velásquez [MINAG] wrote: > >> >> Hi Daniel, >> This is exactly what I have in /etc/httpd/conf.d/php.ini and there is >> no AddHandler directive... maybe could be added? > > > No, this: > >> # >> # Cause the PHP interpreter handle files with a .php extension. >> # >> <Files *.php> >> SetOutputFilter PHP >> SetInputFilter PHP >> LimitRequestBody 524288 >> </Files> > > > replaces the AddHandler/AddType functionality. > |