summaryrefslogtreecommitdiffstats
path: root/README.lg
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2004-06-06 04:12:54 +0000
committerTar Committer <tar@ocjtech.us>2004-06-06 04:12:54 +0000
commit654a4573f8fd2b1109e0ded8d9ce061dd3a2093f (patch)
treee1d9f6fdea04a52f7cfcdc1b3ddf9d49046d20df /README.lg
parent381d322caf5928732f3d478d80e70acfccd67f99 (diff)
downloadrancid-654a4573f8fd2b1109e0ded8d9ce061dd3a2093f.tar.gz
rancid-654a4573f8fd2b1109e0ded8d9ce061dd3a2093f.tar.xz
rancid-654a4573f8fd2b1109e0ded8d9ce061dd3a2093f.zip
Imported from rancid-2.3.1.tar.gz.rancid-2.3.1
Diffstat (limited to 'README.lg')
-rw-r--r--README.lg12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.lg b/README.lg
index d66d1f1..1be67ca 100644
--- a/README.lg
+++ b/README.lg
@@ -54,6 +54,7 @@ directory options, such as --prefix, the default install prefix is
directory index like this:
% cat /usr/local/htdocs/lg/.htaccess
+ Options ExecCGI
DirectoryIndex lgform.cgi
2) The looking glass scripts need to be able to find and read lg.conf. By
@@ -66,6 +67,17 @@ directory options, such as --prefix, the default install prefix is
httpd.conf. For example:
SetEnvIf Request_URI "\/lg/.*.cgi" LG_CONF=/usr/local/htdocs/lg/lg.conf
+ Note: if you have chosen to locate your router.db (or other possibly
+ sensitive files in the http docs heirarchy, you may wish to restrict
+ download permission for these files. Something like:
+
+ % cat /usr/local/htdocs/lg/.htaccess
+ <Files ~ "^router.db">
+ Order allow,deny
+ Deny from all
+ Satisfy All
+ </Files>
+
3) Edit <SYSCONFIGDIR>/lg.conf (usually <PREFIX>/etc/lg.conf). See lg.conf(5)
for additional information.