Re: [PHP] Re: How do I Install PHP on Apache 2, on win32
by Herbert Mraz other posts by this author
May 2 2002 6:29PM messages near this date
Re: [PHP] ereg
|
Re: [PHP] Re: tutorial on global variables
No problem here (Apache 2 / PHP 4.2.0 / win2k):
Following went to httpd.conf:
LoadModule php4_module c:/PHP/experimental/apache2filter.dll
AddType application/x-httpd-php .php
Dropped the 'AddModule....' - line, seems not to be needed anymore!
BTW, for those who read my postings about $_POST[]-vars being truncated with
PHP 4.2.0 and IIS:
Solved the problem by installing Apache 2 :-)), works great!
Byebye IIS,
Herb
----- Original Message -----
From: "vins" <vins@[...].za>
To: <php-general@[...].net>
Sent: Thursday, May 02, 2002 4:07 PM
Subject: [PHP] Re: How do I Install PHP on Apache 2, on win32
> It doesn't look like it works.
> move back to 1.3.24
> there are no probs there
>
>
>
> "Philip Newman" <newmanpj@[...].nz> wrote in message
> news:php.general-95649@[...]..
> > How do I Install PHP on Apache 2, on win32?
> >
> > I would like to install the ISAPI module?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|