[thelist] apache question again: can't find dll?

Eduardo Dominguez thelist at lists.evolt.org
Mon Nov 11 17:06:01 2002


Tom Dell'Aringa wrote:
> Gah! No way around it?

I fact, it is possible, but unsupported. Copy the dll to the modules dir
under the apache directory and make apache load the php4apache2.dll
module (like you just did, but the path will be different, relative).

Add this line to apache conf:

   Adding "AddType application/x-httpd-php .php"

PHP and Apache 2 dont get along very well, adding the previous line
makes the $_POST variable work. :)

(ok, this is for XP, latest apache and latest php release versions)

more info on this bug:

   http://bugs.php.net/bug.php?id=17897

--
edmz