On Mon, 2004-08-30 at 23:37, Nigel J. Wood wrote:
> Hi, 
> 
> My Apache httpd.conf file looks like this:
> 
> ##
> ## httpd.conf -- Apache HTTP server configuration file
> ##
> 
> #
> # Based upon the NCSA server configuration files originally by Rob McCool.
---------------lots snipped------------------------------
> 
> Everytime I call my phpinfo().  The server brings up a download
> prompt.  Wanted the actual file to be downloaded.  How can I fix this
> problem?
> 

I'm guessing this is an Apache httpd 1.3.x rather than 2.0.x? If so, you
do not have the:
AddModule php4_mod.c
line in your httpd.conf.

You only needed to have pasted the lines with php in them, not all of
httpd.conf.

HTH
Chris

Reply via email to