You cannot post messages because only members can post, and you are not currently a member.
Description:
Mod-Cache is a cache(reverse-proxy) plugin for lighttpd, which works like Squid with similar configuration. However mod_cache is faster and more effective than Squid because it based on powerful Lighttpd.
|
|
|
Enable mod_cache
|
| |
Hi, Just want to know, do I need to add -enable parameter when running configure? This is the final enabled list I get, seems there's no mod_cache. I don't know if it's enabled or not. enabled: mod_access mod_accesslog mod_alias mod_auth mod_cgi mod_compress mod_dirlisting mod_evhost... more »
|
|
ignore-cookies ?
|
| |
Hi-
First of all, thank you so much for the work you've put into
mod_cache!
We are having a problem that a lot of people must run into - we are
looking to have control to cache files that have cookies set (similar
to how "ignore-vary" works).
How come this isn't included by default? Is it possible and easy for... more »
|
|
how to enable memory cache
|
| |
Hi all,
I'm new to lighttpd and mod_cache. Here I met some troubles. Could any
one help me?
I have a image server who has 2G memory, without memory cache, vmstat
looks like this:
procs -----------memory---------- ---swap-- -----io---- --system--
-----cpu------
r b swpd free buff cache si so bi bo in cs us... more »
|
|
how cache lighttpd with fastcgi rails?
|
| |
rails use lighttpd fastcgi socket methods.
and I would use mod cache
but how to set proxy.server my lighttpd version is 1.4.23
I scan [link]
It show me below
proxy.server = ( "/" =>
(
( "host" => "x.x.x.x", "port" => 80 ) # real backend
http server ip and port... more »
|
|
Too many backend server connections
|
| |
Hi All,
I'm using lighttpd 1.4.23 with mod_cache 1.8.0 for static pic cache
service. But I encountered a problem: when I started lighty online, it
can just serve normally for 2-3 minutes, then the pics can't be
accessed. I found there were too many connections established to the
backend server( more than 30,000 ), therefore, the backend server... more »
|
|
lighttpd-1.5.0~r2533
|
| |
Is any update available on the status of mod_cache with lighttpd
1.5.0? The latest snapshot release from the lighttpd developers is
r2533 but it looks like any downloads for the 1.5 branch have been
removed from the mod_cache page. Is there another patch or files
floating around somewhere that I can have a go at making work with... more »
|
|
Building lighttpd 1.4.22 with mod_cache 1.7.0 patch fails.
|
| |
Hi,
When I try to build lighttpd 1.4.22 with the mod_cache 1.7.0 patch
file it fails on 2 chunks.
...PATCH_SITES=[link] NO_CHECKSUM=yes
===> Vulnerability check disabled, database not found
===> Found saved configuration for lighttpd-1.4.22_1
=> lighttpd-1.4.22.tar.bz2 doesn't seem to exist in /var/ports/... more »
|
|
modcache 1.7.0 released
|
| |
modcache 1.7.0 was released one week ago and the most important change
of v1.7.0 is that modcache can save content in memory. Detail can be
found at [link]
Here I want to make some issues clearer:
1) cache memory is managed by LRU. When memory is full, unused items
will remove from memory, but not to move to local disk. the reason... more »
|
|
|