Mod_cache doubt


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Mod_cache doubt
# 1  
Old 03-06-2012
Mod_cache doubt

Hi,

I want to cache a URL http://something.com/project.test.html. I was trying to use mod_disk_cache in my apache 2.2/centos 5.5 (Final).

im not able to cache the URL. Please lend me some helping hand.

Code:
LoadModule disk_cache_module modules/mod_disk_cache.so

<IfModule mod_disk_cache.c>
 CacheEnable disk /home/httpd/project/test.html
   CacheRoot "/var/cache/cache"
   CacheDirLevels 5
   CacheDirLength 3
</IfModule>

Thanks
Paulwintech
# 2  
Old 03-06-2012
Did you install and configure mod_cache?

Hint: mod_disk_cache requires the services of mod_cache.
# 3  
Old 03-06-2012
Hi Neo,

Both mod_disk_cache & mod_cache are installed in the system

Regards
Paulwintech
# 4  
Old 03-06-2012
Hi Paul,

Then it might be best if you show the entire configuration for both mod_cache and mod_disk_cache in your post, since they work together.

(And of course you restarted Apache after making any changes... right?)
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Ubuntu

Doubt

hi ,, i am new for this.. i want to know abt linux os.. which version is best for it industry.. please suggest me..:cool: (1 Reply)
Discussion started by: c vignesh kumar
1 Replies

2. Red Hat

doubt

I need help in opening the .exe files in linux. As i have downloaded ubuntu os from trail version. after executing the the file name in terminal it is stating that get archive files for opening the .exe files. But i am unable to get it please help me (2 Replies)
Discussion started by: yashwanthguru
2 Replies

3. UNIX for Dummies Questions & Answers

Doubt

Hi , Struck with one basic question. Iam expecting word count of 4 where "wc" is showing as 5 . # echo "abcd" | wc 1 1 5 # echo abcd | wc 1 1 5 (5 Replies)
Discussion started by: penchal_boddu
5 Replies

4. UNIX for Advanced & Expert Users

doubt in df -h

in my parition i hav parition like this Filesystem Size Used Avail Use% Mounted on /dev/sda2 24G 22G 756M 97% / /dev/sda5 248G 1.2G 234G 1% /else /dev/sda1 965M 24M 892M 3% /boot tmpfs 7.0G 0 7.0G 0%... (1 Reply)
Discussion started by: ponmuthu
1 Replies

5. Shell Programming and Scripting

Doubt??

I jus want to know the meaning of the below command line(exclamation following that re-direction) sqlplus -s `cat /home/sample.txt` <<! Thanks!! (1 Reply)
Discussion started by: nohup
1 Replies

6. Shell Programming and Scripting

One doubt

Hi, Can i use the shell script like this? When i am running the script it is hanging not giving me any output. I can redirect the output and then i can do the manipulations also but why this one is wrong. I am confused we can do like this or not.. #!/usr/bin/ksh for line in `top` do... (2 Replies)
Discussion started by: namishtiwari
2 Replies

7. UNIX for Dummies Questions & Answers

doubt on name

HI, Iam jus tin a confusion that solaris and unix are the same.if they are diffrent,how they are?pls give me a brief idea abt these two. I will be very grateful to you thanks (1 Reply)
Discussion started by: shruti_mgp
1 Replies
Login or Register to Ask a Question