|
Posted by AlterEgo on 09/14/07 23:11
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:
<?php print "My Test"; ?>
or
<?php phpinfo(); ?>
Any ideas?
-- thanks, bill
Navigation:
[Reply to this message]
|