Click to See Complete Forum and Search --> : Win xp / php - the rot
ryanbhd
08-27-2002, 04:53 PM
Hi everybody. So apparently this is the new disaster area... xp pro. I've made the jump - big mistake to xp pro and for now i'm locked in. Here's the story. My install of apache 1.3 (not brave enough to try 2.0 yet) is working fine. I've changed every setting php.ini & httpd.conf have. I've verified thrice that the paths are correct - all of them... include path, location of .dlls etc. I've set up the Modules using LoadModule. I've tried with and without the AddModule thing from the past. And i've set up the handlers to accept .php, .php3, .phtml as application-httpd-php or whatever it's supposed to be. However, i still can't interpret php. I've used this exact same setup on 2k pro for over a year... anybody have any thoughts...
Ryan
piersk
08-28-2002, 05:46 AM
Im using win xp pro and am having no probs whatsoever with apache 2 (go on, be daring...). Anyway, as far as I can see it, there are four lines that you have in:
1. The load module one: LoadModule php4_modulec:/php/php4apache.dll
2. The addmodule one: AddModule mod_php4.c (this one REALLY confused me, cos i cant find that file ANYWHERE on my computer
3. AddType application/x-httpd-php .php
4. Action application/x-httpd-php "/php/php.exe"
(number 4 is where the php.exe file is from your root directory)
jerdo
08-28-2002, 12:06 PM
The AddModule line and the Action application line are unecessary. They will most likely cause conflicts in the long run.
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.