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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux