PHP does not work

This is a discussion on PHP does not work within the Linux Web Servers forums, part of the Web Server and Related Forums category; Greetings, I followed the instructions on the Apache and PHP website to get both installed. The following message showed up ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-03-2004
Bing Du
 
Posts: n/a
Default PHP does not work

Greetings,

I followed the instructions on the Apache and PHP website to get both
installed.

The following message showed up in the error_log when httpd was started:

===========
[Wed Mar 3 15:12:14 2004] [notice] Apache/1.3.29 (Unix) PHP/4.3.4
configured -- resuming normal operations
===========

So Apache recognizes PHP fine.

But a very simple php file was either displayed as it is or asking for
download when being accessed in browser. PHP docs say checking to see
if PHP is enabled in Apache. How should I check?

Thanks in advance for any help,

Bing

  #2 (permalink)  
Old 03-04-2004
Dan Wilga
 
Posts: n/a
Default Re: PHP does not work

In article <c25isk$h4j$1@news.iastate.edu>, Bing Du <bdu@iastate.edu>
wrote:

> But a very simple php file was either displayed as it is or asking for
> download when being accessed in browser. PHP docs say checking to see
> if PHP is enabled in Apache. How should I check?


You need to have a section like this somewhere in httpd.conf:

PHPINIDir /etc
AddType application/x-httpd-php .php .phtml

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

--
Dan Wilga dwilga-MUNGE@mtholyoke.edu
** Remove the -MUNGE in my address to reply **
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:30 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0