Subject PHP 5 on Apache and Win2k Server
Author Steve Harp
Hi All,

I'm having trouble getting PHP 5 to work on Apache/Win2K Server. When
Apache starts, the error log lists this:

[Sat Mar 12 19:01:18 2005] [notice] Apache/2.0.53 (Win32) PHP/5.0.3
configured -- resuming normal operations
[Sat Mar 12 19:01:18 2005] [notice] Server built: Feb 10 2005 06:11:34
[Sat Mar 12 19:01:18 2005] [notice] Parent: Created child process 1892
[Sat Mar 12 19:01:18 2005] [notice] Child 1892: Child process is running
[Sat Mar 12 19:01:18 2005] [notice] Child 1892: Acquired the start mutex.
[Sat Mar 12 19:01:18 2005] [notice] Child 1892: Starting 250 worker
threads.

It looks to me like PHP is loading. However, when I try to run a php
script in my browser, it displays the script source instead of
executing it.

I'm using:
Apache 2.0.53
PHP 5.0.3

The problem exists with both Mozilla and IE.

What have I missed?
Steve