Hello,
I have clear installation of SBS2003 R2 (with IIS 6).
I have installed PHP 5.2.0 from msi file - here first question, which webserver setup I should select? "Other CGI" or "IIS 4+ ISAPI module" ? or other? I have selected "IIS 4+ ISAPI module" for now.
After this I have executed:
C:\Documents and Settings\Administrator\Desktop\install\IIS6-IIS51-FastCGI-Techn
ical-Preview>cscript fcgisetup.js /install
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
IIS version 6
Stopping IIS...
...done
Copying files ...
Copying C:\Documents and Settings\Administrator\Desktop\install\IIS6-IIS51-FastC
GI-Technical-Preview\fcgiext.dll
to C:\WINDOWS\system32\inetsrv\fcgiext.dll
Copying C:\Documents and Settings\Administrator\Desktop\install\IIS6-IIS51-FastC
GI-Technical-Preview\fcgiext.ini
to C:\WINDOWS\system32\inetsrv\fcgiext.ini
Copying C:\Documents and Settings\Administrator\Desktop\install\IIS6-IIS51-FastC
GI-Technical-Preview\fcgiext.pdb
to C:\WINDOWS\system32\inetsrv\fcgiext.pdb
... done!
Starting IIS...
... done!
Creating metabase backup: FastCGI Tech Preview
Creating Web Service Extension Restriction List entry for
'C:\WINDOWS\system32\inetsrv\fcgiext.dll' ...
...done
Installation completed successfully.
C:\Documents and Settings\Administrator\Desktop\install\IIS6-IIS51-FastCGI-Techn
ical-Preview>cscript fcgisetup.js /r /add c:\php\php-win.exe php
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
IIS version 6
Configuring FastCGI program ...
... done
Creating metabase backup: FastCGI Tech Preview
Creating handler mappings ...
Path:IIS://localhost/W3SVC
Path:IIS://localhost/W3SVC/1/ROOT/Exadmin
Path:IIS://localhost/W3SVC/1/ROOT/Exchange
Path:IIS://localhost/W3SVC/1/ROOT/exchange-oma
Path:IIS://localhost/W3SVC/1/ROOT/ExchWeb
Path:IIS://localhost/W3SVC/1/ROOT/Microsoft-Server-ActiveSync
Path:IIS://localhost/W3SVC/1/ROOT/OMA
Path:IIS://localhost/W3SVC/1/ROOT/Public
Path:IIS://localhost/W3SVC/1/ROOT/Remote
...done
Installation completed successfully.
And now I have "The page cannot be found" when trying to enter file with phpinfo() ...
I have tryied few installation layouts - I had errors descriped in other threats but hints didn't helped ...
Please help what configuration is proper?
Regards,
Domel