I've this problem, when i try to access inexistent php ( i.e. *.php3) pages apache gives an Internal Server error.
In the apache log I can read:
01] [error] [client 193.76.132.154] Premature end of script headers: d:/server/php/php.exe
[Thu May 24 17:45:57 2001] [error] [client 193.76.132.154] Cannot find module (IP-MI😎: At line 0 in (none)
[Thu May 24 17:45:57 2001] [error] [client 193.76.132.154] Cannot find module (IF-MI😎: At line 0 in (none)
.......
[Thu May 24 17:45:57 2001] [error] [client 193.76.132.154] PHP: Error parsing browscap/browscap.ini on line 8206
If I access inexistent HTML pages all works fine and I get the normal "404 not found error".
My system:
WIndows NT
Apache
Php4
Mysql
thanks.