On Thu, Oct 18, 2001 at 02:53:24PM +0200, Thomas Eibner wrote: > On Fri, Oct 12, 2001 at 10:43:46AM -0500, Timothy Wilson wrote: > > Hi everyone, > > > > I'd like to add a module to my Web server. It's the mod_proxy_add_forward > > module (available at http://develooper.com/code/mpaf/). I won't go into why > > I'd like to use this module. > > > > How hard is this to do? I'm running Debian w/ Apache 1.3.19. > > > > The apache site has some documentation about the DSO features. These > > apparently make it possible to make apache modules behave like shared > > libraries. I'm not a C programmer, so I get over my head fast on this stuff. > > > > I know this isn't the only way to add a module to your system. What do I > > have to do to add a tiny little module to my Web server? > > apxs -c mod_proxy_add_forward.c That is of course if you have mod_so enabled in your Apache.. Otherwise you will have to recompile the module and enable it in the configure phase. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>