Configure Apache on Windows XP

Configure Apache on Windows XP

am 01.02.2008 20:59:17 von jon.doe

Hi

I'm trying to configure APache 2.2.8 on my Windows XP. The APache server
works but I can't seam to configure APache to work with PHP5. The PHP5
installer added the following lines to the httpd.conf file.



#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/Program/PHP/"
LoadModule php5_module "C:/Program/PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL


More info

Using
ServerRoot "C:/Program/Apache"
## Yes %WinDir%" is C:\Program on a Swedish install.

#Tried
Listen 127.0.0.1:80
#localhoast

Listen 192.168.0.140:80
# IP address given by the router.

Listen *:80


#The router is open on port 80 and some more.


Is there more things I need to add?