Re: Need Apache with proxy support

1999-05-14 Thread Khalid EZZARAOUI
Hey, did someone know if the proxy of Apache will work only to my localhost or to all url ? more clearly : if I use my browser on my computer is apache-proxy see in its cache ? or apache-proxy will work only to the request on my http://localhost In fact I want to know if I have to in

Re: Need Apache with proxy support

1999-05-14 Thread John
You also need to include the ProxyRequests directive in the /etc/apache/http.conf file. At the end of this file just add the following lines: ## Proxy Settings ProxyRequests on CacheRoot /directory/to/hold/cache/files CacheSize 1 CacheDirLevels 3 CacheDirLength 2 Read through the apache doc

Re: Need Apache with proxy support

1999-05-11 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, peter karlsson <[EMAIL PROTECTED]> wrote: >I'm running Slink and am in need of a version of Apache that has the proxy >module compiled-in (the supplied version hasn't). Is there a fully enabled >version available somewhere, or do I need to compile it from sources my