Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Caching Proxy

Status
Not open for further replies.

brandondaly

IS-IT--Management
Jan 9, 2002
194
GB
Is there any way to check that the caching function is operating, on apache 2?


I've run a httpd -l to check the modules are installed and I have mod_cache.c and mod_desk_cache.c installed.

In the httpd.conf file I have the lines

<IfModule mod_disk_cahce.c>
CacheRoot &quot;/usr/local/apache2/proxy&quot;
CacheSize 500
CacheEnable Disk /
CacheDirLevels 5
CacheDirLength 3
</IfModule>

But I would expect to see folders appearing the directory &quot;/usr/local/apache2/proxy&quot; but this is remaining empty. I can see the traffic passing throught the proxy server in the access_log file.


Many thanks,
Bran.
 
Well I had no response from here, and I've been unable to find anything myself as I traweled the web, so I've dropped back to apache 1.3.x and everything is working. If any body does figure out a method for checking the proxy cache on V2 could they still let me know as I'm quite curious as to whether I make a mistake that I couldn't pick up.


Cheers.

Regds,
Bran.

There are only 10 kinds of people in this world; Those who know binary and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top