Re: [EMAIL PROTECTED] Subject: Problem loading PHP module in Apache 2.1.8

2005-10-10 Thread Joost de Heer
I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a problem trying to load php. At the bottom of my httpd.conf file I specify the following: What is the issue here? The issue is that you are using a development version in which not everything may work as expected. Joost

Re: [EMAIL PROTECTED] Subject: Problem loading PHP module in Apache 2.1.8

2005-10-09 Thread Joshua Kogut
I think that there is possibly an issue dealing with the newer version of apache, and the older version of the php module. Try running it in cgi mode instead. See if that works.On 10/5/05, Uzo Madujibeya [EMAIL PROTECTED] wrote: Hi,I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having

[EMAIL PROTECTED] Subject: Problem loading PHP module in Apache 2.1.8

2005-10-05 Thread Uzo Madujibeya
Hi, I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a problem trying to load php. At the bottom of my httpd.conf file I specify the following: # PHP4 configuration LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php .phtml AddType