>> 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.
Joo
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
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 application/x-ht