Balitzilart
07-25-2003, 11:04 AM
I am running XP and my goal is to install Apache/PHP/MySQL. My issue is with the PHP install.
Apache (v1.3.2) is up and running - successful test page.
I've tried both PHP4&5 with the installer and without. I'm now using PHP5 (module, not cgi) which has me manually copying files to c:\Apache\PHP.
- I've updated httpd.conf with:
LoadModule php4_module c:/apache/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
- updated PHP.ini (extensions,upload,session)
-placed a PHP test file containing (<?php phpinfo(); ?>) in c:\apache\htdocs\test.php
In IE5 address, I enter "http://localhost/test.php" and only the contents of the test.php file appears in the window.(?)
I believe PHP is just not running - did I miss something?
Any thoughts would greatly be appreciated.
Thanks!
Apache (v1.3.2) is up and running - successful test page.
I've tried both PHP4&5 with the installer and without. I'm now using PHP5 (module, not cgi) which has me manually copying files to c:\Apache\PHP.
- I've updated httpd.conf with:
LoadModule php4_module c:/apache/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
- updated PHP.ini (extensions,upload,session)
-placed a PHP test file containing (<?php phpinfo(); ?>) in c:\apache\htdocs\test.php
In IE5 address, I enter "http://localhost/test.php" and only the contents of the test.php file appears in the window.(?)
I believe PHP is just not running - did I miss something?
Any thoughts would greatly be appreciated.
Thanks!