Re: [PHP] PHP "make install" writes to httpd.conf

2004-10-05 Thread Greg Donald
On Mon, 04 Oct 2004 18:32:01 -0400, Robert Cummings <[EMAIL PROTECTED]> wrote: > Anyway to choke PHP's behaviour of adding the following to httpd.conf > when you make install: > > LoadModule php4_module /some_dumb_location/libphp4.so Before make install do: cp httpd.conf httpd.conf.bak Then

[PHP] PHP "make install" writes to httpd.conf

2004-10-04 Thread Robert Cummings
Anyway to choke PHP's behaviour of adding the following to httpd.conf when you make install: LoadModule php4_module /some_dumb_location/libphp4.so I use a customized layout for my compilations, and this always messes things up since apache doesn't complain about the location, and then it stop