tags:

views:

14

answers:

1

hi all,

Faulting application Apache.exe, version 2.0.63.200, faulting module php_iisfunc.dll, version 5.2.7.7, fault address 0x00001085.

Any one having any idea about above error it thrown in Event view and crashes the apache server

Regards, Hemant

+2  A: 

Are you using the IIS management functions to handle an IIS server through Apache? If not, just inactivate that extension in your php.ini

You can read more about that extension here: http://kromann.info/article.php?Id=11062861865960000

I guess it's crashing because you're running an Apache server. Do you even have IIS installed?

Emil Vikström
+1 for spotting the `iis` in an Apache setup.
Pekka
if i inactivate the dll then also it is crashing...coz, i am not having IIS installed on my machine....it show similar message but instead of dll name it shows Unknown.
hemant