Following the instructions at http://dan.drydog.com/apache2php.html to the
letter, I get the following error:
# /usr/local/apache/bin/apachectl start
httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot
load /usr/local/apache/modules/libphp5.so into server:
/usr/local/a
setup problems solved adding the lines:
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
fixed it
I added those lines the section marked
I tried your change, and the error logging changes listed below from Keith
Roberts... no change... no php, no logging differences..
"Neon Engfer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At the bottom of your httpd.conf page where it shows the PHP related
> info:
>
>
On Fedora Linux 8.
I have recently compiled php 5.2.4 with the following
configure options.
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache-2.2.6/bin/apxs' \
'--prefix=/usr/local/php-5.2.4' \
'--enable-shared=all' \
'--with-pear=/usr/local/PEAR' \
...
/usr
On Wed, 14 Nov 2007, Bryan C wrote:
To: php-install@lists.php.net
From: Bryan C <[EMAIL PROTECTED]>
Subject: Re: [PHP-INSTALL] PHP5.2.4 setup problems
yes, 2.2.6 is the version I'm using (I just checked..
sorry about that :) ) is there any way to turn on a debug
log or any kind of log for
At the bottom of your httpd.conf page where it shows the PHP related
info:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/php5/"
LoadModule php5_module "C:/PHP5/php5apache2_2.dll"
AddType application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
Try