Compiling mod_proxy WITHOUT apache2

2004-10-14 Thread Stephan A. Rickauer
Hi there,
I successfully run an apache2 server on freebsd 4.10. Now I realised 
that I've forgot to compile mod_proxy. Is there a way to only compile 
the module without compiling whole apache2 and destroying my current 
binary? Maybe a stupid question - I am rather new to bsd ..

Thanks for any hint!
--
Stephan A. Rickauer

Institut für Neuroinformatik
IT-Koordinator
Universität / ETH Zürich
Winterthurerstr. 190
CH-8057 Zürich
Tel: +41 1 635 30 50
Sek: +41 1 635 30 52
Fax: +41 1 635 30 53
http://www.ini.unizh.ch
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling mod_proxy WITHOUT apache2

2004-10-14 Thread Dick Davies
* Stephan A. Rickauer [EMAIL PROTECTED] [1041 16:41]:
 Hi there,
 
 I successfully run an apache2 server on freebsd 4.10. Now I realised 
 that I've forgot to compile mod_proxy. Is there a way to only compile 
 the module without compiling whole apache2 and destroying my current 
 binary? Maybe a stupid question - I am rather new to bsd ..

you may as well rebuild it, it shouldn't take long.
Backup your config first just in case.

WITH_PROXY_MODULES make  install

should do it.

-- 
You were doing well until everyone died - God
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]