[thelist] PHP not interpreted? (was connection refused error in Apache?)

Matt Warden mwarden at gmail.com
Sun Aug 8 22:10:32 CDT 2004


On Sun, 8 Aug 2004 19:21:39 -0700 (PDT), Tom Dell'Aringa
<pixelmech at yahoo.com> wrote:
> --- Matt Warden <mwarden at gmail.com> wrote:
> > Are you sure you are running on port 80?
> 
> AH, that was it! For some reason I had it at 81 (not sure why it was late). Changed it back and it
> works. Now, I have PHP 4 installed but the page is not being interpreted as PHP - I'm seeing the
> source of the page. I know I went though this before but cannot remember the fix...

Does your file have a recognized php extension?

Try adding this to .htaccess

ForceType application/x-httpd-php

If it interprets the PHP, then you are simply using an extension that
isn't mapped to the application/x-httpd-php type.

If it still does not interpret the PHP, then you have a problem with
your PHP installation.


-- 
mattwarden
mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list