Hi every one
I am using Apache http server. How can I use it as a gateway to the Internet
in order to catch every single URL requested by users?. Also, How can I find
the requested URLs so, I can deal with them?
Thanks a lot
Abdul
From: Roland Weber <[EMAIL PROTECTED]>
Reply-To: "HttpComponents Project" <[email protected]>
To: HttpComponents Project <[email protected]>
Subject: Re: Http, Https, ftp proxy
Date: Wed, 06 Jun 2007 21:33:49 +0200
Hi hi hi,
hi hi wrote:
> Hi everyone
>
> I have been looking for an open source proxy that deals
> with HTTP, HTTPS, FTP protocols on the Internet but unfortunately I have
> not
> found yet. Actually I found one that deals just with HTTP requests and
> responses and not HTTPS and FTP.
Apache HTTP Server fits that description. It's OpenSource,
and the modules provide everything you asked for:
http://httpd.apache.org/docs/2.2/mod/
The modules you need are:
- mod_proxy
- mod_proxy_http for HTTP proxying
- mod_proxy_connect for HTTPS tunnelling through the proxy
- mod_proxy_ftp for FTP support
For further questions, the httpd project has it's own mailing list:
http://httpd.apache.org/lists.html
hope that helps,
Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Play your part in making history - Email Britain!
http://www.emailbritain.co.uk/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]