Posted by Janwillem Borleffs on 11/30/05 13:38
lifeLine wrote:
> configure apache to use php
>
> I have Jakarta Apache set up and a mysql database. I would now like to
> be able to develop php pages and display them on my localhost. I have
> installed php. On reading I discovered that I must configure apache so
> that and it can execute php. It says to change the httpd.conf.
>
> I do not have a http.conf. I made one as follows
> : LoadModule php5_module c:\jak\jakarta-tomcat-5.5.9\bin\php5ts.dll
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
> My server is don't recognising php. I really do not know what to do,
> any help?
>
You are *not* using Apache, but Tomcat, which is an entire other ball
game. Read the instruction on the following page to get it to work:
http://wiki.apache.org/tomcat/UsingPhp
JW
Navigation:
[Reply to this message]
|