Apache 2.2.4 ignores PHP 5.2.4 scripts on Win2K3

Apache 2.2.4 ignores PHP 5.2.4 scripts on Win2K3

am 15.09.2007 01:11:16 von AlterEgo

Hi all PHP newbie here,

1) I disabled IIS.
2) Loaded Apache 2.2.4 on Win2K3.
3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, SOAP
and ZIP extensions.

Installers:
apache_2.2.4-win32-x86-openssl-0.9.8d.msi
php-5.2.4-win32-installer.msi

Installer changed the httpd.conf file and added the following:
PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php

Error log shows that PHP was configured:
....
[Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4
configured -- resuming normal operations
[Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20
....

If I add any PHP code to the index.html file it is ignored:


or


Any ideas?

-- thanks, bill

Re: Apache 2.2.4 ignores PHP 5.2.4 scripts on Win2K3

am 15.09.2007 02:01:29 von Vince Morgan

"AlterEgo" wrote in message
news:13em57122h92h15@corp.supernews.com...
> Hi all PHP newbie here,
>
> 1) I disabled IIS.
> 2) Loaded Apache 2.2.4 on Win2K3.
> 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP, SOAP
> and ZIP extensions.
>
> Installers:
> apache_2.2.4-win32-x86-openssl-0.9.8d.msi
> php-5.2.4-win32-installer.msi
>
> Installer changed the httpd.conf file and added the following:
> PHPIniDir "C:/Program Files/PHP/"
> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
> AddType application/x-httpd-php .php
>
> Error log shows that PHP was configured:
> ...
> [Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4
> configured -- resuming normal operations
> [Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20
> ...
>
> If I add any PHP code to the index.html file it is ignored:

Unless you want php tp process all html files, that's what should have
happened. Try giving the file a .php extension.

>
>
> or
>
>
> Any ideas?
>
> -- thanks, bill

HTH
Vince

Re: Apache 2.2.4 ignores PHP 5.2.4 scripts on Win2K3

am 15.09.2007 03:16:51 von AlterEgo

"Vince Morgan" wrote in message
news:46eb2150$0$18304$afc38c87@news.optusnet.com.au...
>
> "AlterEgo" wrote in message
> news:13em57122h92h15@corp.supernews.com...
>> Hi all PHP newbie here,
>>
>> 1) I disabled IIS.
>> 2) Loaded Apache 2.2.4 on Win2K3.
>> 3) Loaded PHP 5.2.4 pretty much bare bones, but included MySQL, SMTP,
>> SOAP
>> and ZIP extensions.
>>
>> Installers:
>> apache_2.2.4-win32-x86-openssl-0.9.8d.msi
>> php-5.2.4-win32-installer.msi
>>
>> Installer changed the httpd.conf file and added the following:
>> PHPIniDir "C:/Program Files/PHP/"
>> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
>> AddType application/x-httpd-php .php
>>
>> Error log shows that PHP was configured:
>> ...
>> [Fri Sep 14 16:07:49 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.4
>> configured -- resuming normal operations
>> [Fri Sep 14 16:07:49 2007] [notice] Server built: Jan 9 2007 23:17:20
>> ...
>>
>> If I add any PHP code to the index.html file it is ignored:
>
> Unless you want php tp process all html files, that's what should have
> happened. Try giving the file a .php extension.
>
>>
>>
>> or
>>
>>
>> Any ideas?
>>
>> -- thanks, bill
>
> HTH
> Vince
>
Thx Vince. Still couldn't get it running with Apache 2.2.x, but it works
(with your clarification) on 2.0.59.