diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-28 20:34:47 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-28 20:34:47 +0000 |
commit | 8dd3251fa7dae793784328bd9ee3dd785e0ae7d1 (patch) | |
tree | c0e41921790ed05d7deb4377b5c14d0bc7ce00cc /net-www/mod_authenticache/files | |
parent | new Apache2 module (diff) | |
download | gentoo-2-8dd3251fa7dae793784328bd9ee3dd785e0ae7d1.tar.gz gentoo-2-8dd3251fa7dae793784328bd9ee3dd785e0ae7d1.tar.bz2 gentoo-2-8dd3251fa7dae793784328bd9ee3dd785e0ae7d1.zip |
new Apache2 module
Diffstat (limited to 'net-www/mod_authenticache/files')
4 files changed, 41 insertions, 0 deletions
diff --git a/net-www/mod_authenticache/files/28_mod_authenticache.conf b/net-www/mod_authenticache/files/28_mod_authenticache.conf new file mode 100644 index 000000000000..b81a1719965f --- /dev/null +++ b/net-www/mod_authenticache/files/28_mod_authenticache.conf @@ -0,0 +1,31 @@ +<IfDefine AUTHENTICACHE> + <IfModule !mod_authenticache.c> + LoadModule authenticache_module extramodules/mod_authenticache.so + </IfModule> +</IfDefine> + +# NOTE! +# You should login as "test" with the "test" password (without the +# quotes) to use the example below. You also should enable cookies +# in your web browser. + +<IfModule mod_authenticache.c> + +AccessFileName .htaccess +<Directory _REPLACE_ME_> + + Authenticache On + AuthenticacheAuthoritative Off + AuthenticacheTTL 600 + AuthenticacheMaxTTL 3600 + AuthenticacheTicketName AuthentiCache + AuthenticacheTicketPath / + AuthenticacheVerifyIP On + + Options None + AllowOverride All + +</Directory> + +</IfModule> + diff --git a/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 b/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 new file mode 100644 index 000000000000..b1f2a0051eb3 --- /dev/null +++ b/net-www/mod_authenticache/files/digest-mod_authenticache-2.0.6 @@ -0,0 +1 @@ +MD5 047015199037e9e434e4511bbdfed77b mod_authenticache-2.0.6.tar.bz2 6175 diff --git a/net-www/mod_authenticache/files/dot-htaccess b/net-www/mod_authenticache/files/dot-htaccess new file mode 100644 index 000000000000..a41d2bfc1100 --- /dev/null +++ b/net-www/mod_authenticache/files/dot-htaccess @@ -0,0 +1,8 @@ +AuthUserFile _REPLACE_ME_.htpasswd +AuthGroupFile /dev/null +AuthName "Testing mod_authenticache, use test/test as l/p." +AuthType Basic + +<Limit GET> + require user test +</Limit> diff --git a/net-www/mod_authenticache/files/dot-htpasswd b/net-www/mod_authenticache/files/dot-htpasswd new file mode 100644 index 000000000000..32ed4cf89530 --- /dev/null +++ b/net-www/mod_authenticache/files/dot-htpasswd @@ -0,0 +1 @@ +test:72w6mcwTjDA8A |