On Mon, Jul 1, 2013 at 12:16 PM, Christian Seiler <chris...@gmx.net> wrote:
> Hi there,
>
>
>> All releases still have what I guess is an old pre-SetHandler
>> mechanism to allow content type -> handler mappings. If no r->handler
>> has been set, but a content-type has, the content-type is copied to
>> r->handler.
>
>
> As an httpd user who's reading this proposal: Currently, I like to
> configure PHP in combination with Apache in such a way that I set the
> content type and then have Action application/x-httpd-php ... I don't
> want to use AddHandler, since then Apache also processes files ending
> in .php.txt with PHP, so the usage of the content type as handler has
> been very useful to me. (Btw. this is PHP as CGI/FastCGI, hence the
> Action statement.)

Thanks for the feedback, can you show an example stanza? Curious how
you set the type in contrast of AddHandler

Reply via email to