Hi To All....
I am a junior system administrator.In my office
environment they are developing php based websites using xammp
tool.Xammp tool uses apache to host the website.
What my problem is "to host the xammp developed websites under IIS" instead of Apache web server.
To
do this ,I have installed fastcgi application & php 5.2.8 on my
2003 server (test purpose).As mentioned in the article in iis.net I
have configured the php.ini file.
In the IIS.net artical it has
been tolld that to map fcgiext.dll which is preseted in inetsrv.but if
i do like this it is showing the error "fast cgi error".Even the
php.info file is also unable to browse.
Instead of this I mapped
the php extension in iis configuraion by adding php-cgi.exe,If I do
like this I am able to browse php.info and a sample .php page (which is
placed in wwwroot folder)but including some errors like below
Registration form
PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_oci8.dll' - The specified module could not be found. in Unknown
on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in
Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found. in
Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_pdo_pgsql.dll' - The specified module could not be found. in
Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not be
found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic
library 'C:\PHP\ext\php_pgsql.dll' - The specified module could not be found. in
Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_pspell.dll' - The specified module could not be found. in
Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library
'C:\PHP\ext\php_sybase_ct.dll' - The specified module could not be found. in
Unknown on line 0 Cannot find module (IP-MIB): At line 0 in (none) Cannot find
module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in
(none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module
(SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 in
(none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) Cannot find module
(UCD-DEMO-MIB): At line 0 in (none) Cannot find module (SNMP-TARGET-MIB): At
line 0 in (none) Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in
(none) Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find
module (UCD-DLMOD-MIB): At line 0 in (none) Cannot find module
(SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module (SNMP-MPD-MIB): At
line 0 in (none) Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in
(none) Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none) Cannot
find module (SNMPv2-TM): At line 0 in (none)
I
am struggling from last 3 days to solve this issue but not
succeeded.Anybody got this error ever before,if enyone know how to
solve this issue please tell me why this error occuring and how to
resolve it.is that any configuration mistake or to add any more
extensions...Thanks for any help.