Web Hosting Talk







View Full Version : Apache 2.0.43 / PHP 4.3.0RC1 configuration problems


jodaman1
11-26-2002, 12:07 AM
how do I configure these to run together, and run PHP as a module??
the way stated in the Install text in php is only for Apache 1.3** etc
It dosent work with 2.** :(
any help greatly appreciated... :D:D thanks

mind21_98
11-26-2002, 01:59 AM
When running ./configure for PHP, use something like this:

./configure --with-apxs2=/etc/httpd/bin/apxs [other configuration options, like MySQL etc]

where /etc/httpd/bin/apxs is the real path to the apxs program that was installed with Apache. After you run make install it should be loaded into the server. :)

jodaman1
11-26-2002, 02:26 AM
sorry, shoudl have said Im running windows XP