php not starting on apache server (fecora core 1)

Steven Stern subscribed-lists at sterndata.com
Mon Mar 15 16:01:05 UTC 2004


On Mon, 15 Mar 2004 16:51:14 +0100, bask at unitus.it wrote:


>
>I am surely missing something along the way of installation and configuration,
>since I am a newcomer in the world of LAMP. I have already read the FAQ, but I
>did not find anything relating to my problem. Can anyone give me a clue on the
>correct way to modify the default configuration files?
>
>Thank you,
>Marco

A few suggestions for httpd.conf

Make sure index.php is in the list of possible starting pages:

   DirectoryIndex index.html index.htm default.htm index.php 

and php is a known application type:

   AddType application/x-httpd-php .php .php3

--
   Steve
   





More information about the users mailing list