Hi
I have windows XP on my intel pc.
I have installed Apache2.2 and it work fine.
Then I installed PHP 5.3.1.

So do I have this setup in httpd.conf.

LoadFile "C:/Program Files/php/php5ts.dll"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"

But I can't start apache with this two entry in httpd.conf

When start Apache, it doesn't start.
I am not getting any error. Only popup windows with message
"The Requested Operation has Fail"

Please someone help.

cheers

Recommended Answers

All 2 Replies

shouldn't need the LoadFile line

My full PHP stuff from mt httpd.conf is

LoadModule php5_module "d:/wamp/bin/php/php5.3.0/php5apache2_2.dll"

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3

Hope this helps you

Thank you very much !!

Hi
I have windows XP on my intel pc.
I have installed Apache2.2 and it work fine.
Then I installed PHP 5.3.1.

So do I have this setup in httpd.conf.

LoadFile "C:/Program Files/php/php5ts.dll"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"

But I can't start apache with this two entry in httpd.conf

When start Apache, it doesn't start.
I am not getting any error. Only popup windows with message
"The Requested Operation has Fail"

Please someone help.

cheers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.