> How to install PHP 4.2 with Apache 2 under WinXP Pro (or other Win NT based
> system). Can't find relating info in faqs/docs, thanx for any info about.
1) Install Apache 2
2) Unpack PHP
3) httpd.conf ->
LoadModule php4_module "c:/path/to/php/experimental/apache2filter.dll"
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
4) Configure php.ini and do other system stuff (copy dll to /system)
As you see the installation is pretty much the same as Apache 1.3, so just follow
the steps of the old installation instructions and just use the above httpd.conf lines.
http://pl.php.net/manual/en/install.windows.php
note: user comments on installing with apache 2
[ h y p e r ]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php