TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache-SSL Proxy



I would like to have this server running apache-ssl and have it he a
proxy server. That way a web browsing client can have an ssl connection
to proxy web server and then get normal web pages. If they client wants
to go to http://www.slashdot.org and the proxy is proxyserver.com:443,
will this work? The proxy retreives the non-ssl web page and then sends
it via ssl to the client?
I have been trying for a while and everytime i get, "An error has
occured while netscape was receiving data"

My apache-ssl has libproxy loaded and i have the following in my
httpd.conf

ProxyRequests On
CacheRoot /var/cache/apache-ssl
CacheSize 1000000
<Directory proxy:*>
order deny,allow
deny from (blah blah blah)
allow from (blah blah blah)
</Directory>