From 110e43b1a58f5d3858c8a277f26cef2d59fdde59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Sep 2007 09:55:00 +0000 Subject: [PATCH] - alias for lighty Changed files: xcache-lighttpd.conf -> 1.1 --- xcache-lighttpd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xcache-lighttpd.conf diff --git a/xcache-lighttpd.conf b/xcache-lighttpd.conf new file mode 100644 index 0000000..aa0cdbe --- /dev/null +++ b/xcache-lighttpd.conf @@ -0,0 +1,10 @@ +# allow from localhost +# +# NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings +# to access it. + +$HTTP["remoteip"] == "127.0.0.1" { + alias.url += ( + "/xcache" => "/usr/share/xcache" + ) +} -- 2.43.0