From 4ae638d9ab1f18f877cce5e32877a0d8f4467116 Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 5 Sep 2004 10:54:24 +0000 Subject: [PATCH] added access notes about CGI script git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1734 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/README.Debian | 6 +++++- debian/changelog | 7 +++++++ doc/install.html | 8 ++++++-- doc/install.txt | 4 ++++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 4cff1cb8..005642c3 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -4,4 +4,8 @@ For this to work, your web server must have content negotiation enabled. Or you have to remove for one language XY the file extensions of the .html.XY files. -For installation of a FastCGI script instead of the above, see README. +Note that only the local host (ie. 127.0.0.1) can access this +script. If you want to enable access from other hosts you have +to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in +the /usr/lib/cgi-bin/lc.cgi script. + diff --git a/debian/changelog b/debian/changelog index e4cdd1e9..575bdc4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linkchecker (1.13.1-2) unstable; urgency=low + + * Added access notes about CGI script to README.Debian (Closes: + #263568) + + -- Bastian Kleineidam Sun, 5 Sep 2004 12:53:55 +0200 + linkchecker (1.13.1-1) unstable; urgency=low * New upstream release. diff --git a/doc/install.html b/doc/install.html index aa9f310f..3674e0c9 100644 --- a/doc/install.html +++ b/doc/install.html @@ -152,7 +152,11 @@ to run the script.

with CGI support. The script lc.fcgi (I tested this a while ago) needs a web server with FastCGI support. -
  • Copy the script of your choice in the CGI directory.
  • +
  • Copy the script of your choice in the CGI directory. +Note that only the local host (ie. 127.0.0.1) can access this +script. If you want to enable access from other hosts you have +to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in +the lc.cgi (or lc.fcgi) script.
  • Adjust the "action=..." parameter in lconline/lc_cgi.html to point to your CGI script.
  • load the lconline/index.html file, enter an URL and klick on the @@ -171,7 +175,7 @@ they are working
  • diff --git a/doc/install.txt b/doc/install.txt index 13a40c95..6581b84c 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -138,6 +138,10 @@ to run the script. with FastCGI support. 2. Copy the script of your choice in the CGI directory. + Note that only the local host (ie. 127.0.0.1) can access this + script. If you want to enable access from other hosts you have + to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in + the lc.cgi (or lc.fcgi) script. 3. Adjust the "action=..." parameter in lconline/lc_cgi.html to point to your CGI script.