On Mon, 04 Oct 2004 18:32:01 -0400, Robert Cummings <robert@xxxxxxxxxxxxx> 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 after do: cp httpd.conf.bak httpd.conf I usually just tar up my whole /etc before I ever install anything new. Backups are good. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php