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]
