Don't use the auto-installer.  

1.  Download the zip 
2.  unzip it to c:\php\ 
3.  copy php.ini to c:\winnt
4.  copy php4ts.dll to c:\winnt\system32
5.  vim httpd.conf at the following lines:

      LoadModule php4_module c:/php/sapi/php4apache.dll
        AddType application/x-httpd-php .php .phtml 

6.  save httpd.conf
7.  net stop apache
8.  net start apache

For more complete troubleshooting, try RTFM :) ...
http://www.php.net/manual/en/install.apache.php

-Peter



> -----Original Message-----
> From: Mark Hozlapfel [mailto:mark_holzapfel@;hotmail.com]
> Sent: Tuesday, October 22, 2002 04:35
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Install problems with PHP for apache
> 
> 
> After installing PHP for Windows and adding the three line to 
> the Apache
> conf file, Apache will not start.
> 
> LoadModule php4_module c:/php/sapi/php4apache.dll
> AddModule mod_php4.c
> AddType application/x-httpd-php .php
> 
> For starters the php4apache.dll is not even installed with the windows
> installer for Apache.
> 
> Please Help .......
> 
> What are teh real steps to install PHP on a Windows computer 
> running Apache?
> 
> Thanks
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to