[PHP] Re: SetHandler PHP (parsing pages through a php script)

2002-01-10 Thread C J Michaels
Thanks to the help of Philip Hallstrom we discovered a solution to my problem. I'm posting it for posterity. Apache seems to be able to use the mime type for SetHandler, so... SetHandler application/x-httpd-php ...works perfectly. Thanks, --Chris C J Michaels wrote in message [EMAIL

[PHP] SetHandler PHP (parsing pages through a php script)

2002-01-08 Thread C J Michaels
Server version: Apache/1.3.22 (Unix) + mod_php/4.1.1 Hello, Short Question: What is php's apache handler, i.e. for use with the SetHandler statement? Longer Version: I would like to parse every URI that is requested on a certain VirtualHost, through a specific PHP script. I have _almost_