I was able to resolve the issue off list.  The problem was with the php.conf
file.  The original posting was due to a modification of the Files tag.

<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 524288
</Files>

is modification was an attempt to get the server to parse .html in this
file.  Changing it back to this format fixed pasing of .php files.  If
anyone has the correct method within this file to parse .html can you post
this.

PS.  We worked on this off list as I had him mail me the configuration files
to look for the problem.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Bret Hughes
Sent: Friday, January 17, 2003 2:51 PM
To: [EMAIL PROTECTED]
Subject: RE: PHP displaying PHP code and only that

On Fri, 2003-01-17 at 13:33, Kevin Breit wrote:
> On Fri, 2003-01-17 at 06:50, Larry Brown wrote:
> > For starters, are you using just a text editor (emacs/vi)?
>
> Yeah, I am using emacs to edit the file.
>
> Second, I am using the short <? method, not <?php.

try it with <?php

you might find some additional issues with globals too.  Lots of stuff
in the archives about both topics

Bret



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to