Run it as CGI, that should fix the problem.On 10/6/05, Uzo Madujibeya <[EMAIL PROTECTED]> wrote:
Hi Guys,many thanks for all you input on this issue.regardsUzoOn 6 Oct 2005, at 18:37, Chris wrote:
Just a possiblity, but are you trying to load the Apache 1 module into Apache 2?
I know it won't w
Hi Guys,many thanks for all you input on this issue.regardsUzoOn 6 Oct 2005, at 18:37, Chris wrote:Just a possiblity, but are you trying to load the Apache 1 module into Apache 2? I know it won't work, and I seem to recal the errors one gets being similar to what you're describing.
> 1. Modules need to be loaded in a specific order.
Wrong in general.
> 2. Go a bit further down the file to the AddModule block of lines
The what?
> I think I'm right in saying that every LoadModule command should have a
> corresponding AddModule command
Nope. You appear to be basing your r
On 10/6/05, Richard Prangnell <[EMAIL PROTECTED]> wrote:
> I think I'm right in saying that every LoadModule command should have a
> corresponding AddModule command
This is not true in version 2. The AddModule directive no longer
exists, and most modules do not need to be loaded in a specific ord
ave a
corresponding AddModule command
-Richard Prangnell
www.webnetwizard.co.uk
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To:
Sent: Thursday, October 06, 2005 6:37 PM
Subject: Re: [EMAIL PROTECTED] Problem loading PHP module in Apache 2.1.8
> Just a
Just a possiblity, but are you trying to load the Apache 1 module into
Apache 2?
I know it won't work, and I seem to recal the errors one gets being
similar to what you're describing.
Chris
Uzo Madujibeya wrote:
Hi,
I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a
prob
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