Page 1 of 1

Proxy with Cache

PostPosted: 07. July 2004 05:36
by Jayhel Guislain
Yes!
I replaced Squid!
Everything is working fine!
Using Lampp's Apache as a Proxy Cache on port 8500, I get the same tremendous acceleration in Web surfing.
Something is bothering me, tough...
I applied the template included in httpd.conf 100%...
=======================================================
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)
#
CacheRoot "/opt/lampp/proxy"
CacheSize 1000000
CacheGcInterval 4
CacheMaxExpire 7200
CacheLastModifiedFactor 0.1
CacheDefaultExpire 3600
#NoCache a-domain.com another-domain.edu joes.garage-sale.c
========================================================
So /opt/lampp/proxy is the directory of the cache...
That directory should contain temporary files...
When I go to that directory it is always empty!!!!
So, I think that something is wrong, because that directory shoud contain the cache files...
Would anybody know something on that subject?

Tks,

Jayhel