Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
As the title says.
I'm Following a Wrox book on how to install php to parse pages on a new web server but for the life of me can't get it to work.
Has anyone done this before and got a few tips.
The part that i get stuck on it:
I have to add 3 lines to the config file of apache to enable php in apache..the first two are fine, but when i add the 3rd to load the some sort of module (i cen't remember the exact code) apache just screws up
at this point if i stop and restart the service...it wont restart
Any ideas
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
sounds like you might be missing the module itself - what is the third line you have tn add?
|
Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
thats the thing, i dont know the code of the 3rd line because the book is on my desk at work
i'll update the thread 2moro with it
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
my set-up was very picky where you save the modules - if you can find out which one i'll see where it is on mine
|
Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
thanks mate, expect a u2u at some point tomorrow
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
no probs, u2u away!
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Can mean the module isn't present, or the file permissions are wrong on it so Apache can't open it, or most likely you've installed it Program Files directory which has a space in it.
|