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
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
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
3 matches
Mail list logo