I have installed a clean windows 2008 R2, 2nic, No IIS. Installed Apache 2.2, (msi format), added the page index.php with <? phpinfo(); ?> it renders as a text page (ok). First try before that was with 1nic and co-op with IIS, using 2ipaddresses though (didnt work either). Then I installed php 5.3.4 (msi format) VC6 thread safe, apache 2.2.x module, it automatically updates hhtpd.conf with; #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:/PHP/" LoadModule php5_module "C:/PHP/php5apache2_2.dll" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL Now the page renders just as a white page. Renames php.ini to pphp.ini, restarts apache, now I can see the phpinfo() ok. (the idea was from others who had a white page) Changed php to php 5.2.15, same error. Seen that Ipv6 can be a problem, unbinded that from nic, same error. Is there anyone who tested my config and got it to work? Brgs Göran Eriksson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php