Update of /cvs/scoop/scoop/etc
In directory lithium.sabren.com:/tmp/cvs-serv3971/etc
Modified Files:
httpd-location.conf httpd-vhost.conf startup.pl
Log Message:
Checking in code to use memcached with Scoop instead of the native caching system. -j
Index: startup.pl
===================================================================
RCS file: /cvs/scoop/scoop/etc/startup.pl,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** startup.pl 10 Sep 2005 01:13:45 -0000 1.72
--- startup.pl 26 Apr 2006 20:56:47 -0000 1.73
***************
*** 96,99 ****
--- 96,101 ----
use XML::RSS qw();
use MIME::Base64 qw();
+ # uncomment to use memcached in place of the native Scoop caching system
+ #use Cache::Memcached qw();
# Trackback support is optional. Load it if it's there.
Index: httpd-vhost.conf
===================================================================
RCS file: /cvs/scoop/scoop/etc/httpd-vhost.conf,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** httpd-vhost.conf 14 Oct 2005 20:07:09 -0000 1.31
--- httpd-vhost.conf 26 Apr 2006 20:56:47 -0000 1.32
***************
*** 119,122 ****
--- 119,131 ----
#PerlSetVar db_pass_archive __DBPASSARCHIVE__
+ # Memcached config
+ # Set 'memcached_servers' to the address and port of where your
+ # memached servers are running. If you have more than one, separate
+ # them with commas. Ex: 127.0.0.1:11211
+ #PerlSetVar memcached_servers 127.0.0.1:11211
+ # Set 'memcached_compress' to your desired level of compression it
+ # will use. We have 10_000 here as a reasonalbe default
+ #PerlSetVar memcached_compress 10_000
+
# Set below to your host name if you're
# using a two-server proxy type system.
Index: httpd-location.conf
===================================================================
RCS file: /cvs/scoop/scoop/etc/httpd-location.conf,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** httpd-location.conf 14 Oct 2005 20:07:09 -0000 1.27
--- httpd-location.conf 26 Apr 2006 20:56:47 -0000 1.28
***************
*** 125,128 ****
--- 125,137 ----
#PerlSetVar db_pass_archive __DBPASSARCHIVE__
+ # Memcached config
+ # Set 'memcached_servers' to the address and port of where your
+ # memached servers are running. If you have more than one, separate
+ # them with commas. Ex: 127.0.0.1:11211
+ #PerlSetVar memcached_servers 127.0.0.1:11211
+ # Set 'memcached_compress' to your desired level of compression it
+ # will use. We have 10_000 here as a reasonalbe default
+ #PerlSetVar memcached_compress 10_000
+
# Set below to your host name if you're
# using a two-server proxy type system.