[PHP] PHP 4.1.1 + Apache 2.0.30 Ouput Filter....

2002-01-02 Thread Austin Gonyou

The following URL works, but then the next one doesn't. Can someone
offer some advice on this?

http://digitalroadkill.net:8080/ works. 
index.php is happy and the output filters work. 

http://digitalroadkill.net:8080/Galleries/ does not work.

It tries to get the file as though it were not understood by the output
filter. 

I'm using the following for the OuputFilter lines in my httpd.conf:

#
#For PHP to work
AddType application/x-httpd-php .php .html

FilesMatch *.php
SetInputFilter php
SetOutputFilter php
/FilesMatch

BTW, 
FilesMatch *.php,*.html doesn't seem to work anymore. That's what I
used to use, and everything was hunky dory. 





-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part


Re: [PHP] PHP 4.1.1 + Apache 2.0.30 Ouput Filter....

2002-01-02 Thread Austin Gonyou

Ok. I fixed it. I just had my filters jacked up. After fixing them using
\.php instead of *.php, I was then calling the wrong page and getting
a 404, plus the browser I was using had cached the content-type and was
screwing everything up. After just shutting down my browsers, dumping
cache, resetting apache, rechecking my filters, everything is fine. 

Thanks to anyone who was thinking. 

On Wed, 2002-01-02 at 15:35, Austin Gonyou wrote:
 The following URL works, but then the next one doesn't. Can someone
 offer some advice on this?
 
 http://digitalroadkill.net:8080/ works. 
 index.php is happy and the output filters work. 
 
 http://digitalroadkill.net:8080/Galleries/ does not work.
 
 It tries to get the file as though it were not understood by the output
 filter. 
 
 I'm using the following for the OuputFilter lines in my httpd.conf:
 
 #
 #For PHP to work
 AddType application/x-httpd-php .php .html
 
 FilesMatch *.php
 SetInputFilter php
 SetOutputFilter php
 /FilesMatch
 
 BTW, 
 FilesMatch *.php,*.html doesn't seem to work anymore. That's what I
 used to use, and everything was hunky dory. 
 
 
 
 
 
 -- 
 Austin Gonyou
 Systems Architect, CCNA
 Coremetrics, Inc.
 Phone: 512-698-7250
 email: [EMAIL PROTECTED]
 
 It is the part of a good shepherd to shear his flock, not to skin it.
 Latin Proverb
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part