On 12/6/05 4:05 AM, "Axel-Stéphane  SMORGRAV"
<[EMAIL PROTECTED]> wrote:

> I would probably just recompile the whole shabang after having run configure
> with the appropriate arguments...
> 
> -ascs 
> 
> -----Original Message-----
> From: Sean Davis [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 05, 2005 9:52 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Mod_proxy setup
> 
> I'm sure this is a silly question, but the answer has evaded me to this point.
> I am trying to install mod_proxy using apxs into apache2 (2.0.54).
> However, after running:
> 
> apxs -c -i *.c
> 
> in the modules/proxy directory.  The result is an installation of
> mod_proxy.so, but no mod_proxy_http.so (or ftp, etc.).  What am I missing?

Recompiling was certainly a thought.  However, I just tried:

 apxs -c -i proxy_http.c
 apxs -c -i proxy_ftp.c

and got what I needed--working copies of proxy_http.so and proxy_ftp.so.

Thanks,
Sean



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to