Hi Joe,

You only need either Apache or IIS, not both. I am also running WinXP,
but i have Home edition so i have no choice other then to run Apache,
but Apache is better anyways;-)
I have Apache 2.0.40 (http://httpd.apache.org/) with PHP 4.3.2(
http://www.php.net/downloads.php) and MySQL 3.23.52(
http://www.mysql.com )And it all works fine. First remove IIS, however u
can run both if u change the ports, both Apache and IIS listen to port
80 by default, if u change that for one of em.... But i would go with
Apache. First instal MySQL, after installing go to C:/mysql/bin and
click on WinMysqladmin and it works. Then instal Apache.. Type in
http://localhost to confirm apache is running. Now install PHP, if u
want and easy way take the installer version, but i would recommend the
ZIP file. Unzip this to C:/php and copy the php4ts.dll file to
C:/WINDOWS/System32 and copy the php.ini-dist to C:/WINDOWS and rename
it to php.ini. Now your almost done... Add the following lines to you
http.conf file: ( Change your path according to your installation)

#Added myself for php(SAPI-Version)
#
LoadModule php4_module "C:/PHP/sapi/php4apache2.dll"
AddType application/x-httpd-php .php .php3 .phtml
#

Restart your webserver and it should work;-)
Make a script with :

<?php
phpinfo();
?>

And place it into you webserver root.. Call it info.php for instance and
with your browser poin to http://localhost/info.php and if everything
works you should see a page. Have FUN.

Best regards,
 
Davy Obdam
 
Obdam w e b d e s i g nC
Webdesign, application and database development
tel : +31(0)641 222 385
mailto:[EMAIL PROTECTED]


> -----Oorspronkelijk bericht-----
> Van: Joe Finlinson [mailto:[EMAIL PROTECTED]] 
> Verzonden: donderdag 21 november 2002 2:25
> Aan: [EMAIL PROTECTED]
> Onderwerp: [PHP-WIN] Question from a total newb
> 
> 
> I am using a machine running Windows XP pro... I managed to 
> install IIS just fine.  However, it seems that I am having 
> major traumas getting PHP, Apache, and mysql to function.  I 
> have tried downloading some pre-configured kits from various 
> sites with no luck.  Can any of you suggest a place where I 
> can download the software... and give me some advice on 
> configuring it.
> 
> Thanks in advance,
> Joe
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> ================================================================
> Deze e-mail is door E-mail VirusScanner van Planet Internet 
> gecontroleerd op virussen. Op http://www.planet.nl/evs staat 
> een verwijzing naar de actuele lijst waar op wordt gecontroleerd.
> 
> 



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

Reply via email to