Subject: Re: apache2 modules?
To: Juan RP <juan@netbsd.graffitipr.org>
From: Adrian Portelli <adrianp@stindustries.net>
List: tech-pkg
Date: 06/22/2004 22:54:36
Hi,

   $ httpd -l

   ....
   mod_proxy.c
   proxy_connect.c
   proxy_ftp.c
   proxy_http.c
   ....

That's on a standard NetBSD apache2 pkgsrc build.
Is that what you were after ?

adrian.

Juan RP wrote:
> On Tue, 22 Jun 2004 16:39:41 -0500 (CDT)
> mlh@goathill.org (MLH) wrote:
> 
> 
>>I built just apache2 from pkgsrc. Needed the proxy modules which it is
>>instructed to create.:
> 
> [...]
> 
> 
>>It build the proxy modules :
>>
>>mod_proxy.la
>>mod_proxy.lo
>>mod_proxy_connect.la
>>mod_proxy_ftp.la
>>mod_proxy_http.la
>>
>>But the PLIST doesn't install them anywhere. Were they simply
>>overlooked or am I missing something? Where should the modules go
>>for apache2?
> 
> 
> I think that they are built inside the httpd binary AFAIK, please correct me if
> I'm wrong.
>