added access notes about CGI script

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1734 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-05 10:54:24 +00:00
parent d680f5d91f
commit 4ae638d9ab
4 changed files with 22 additions and 3 deletions

View file

@ -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.

7
debian/changelog vendored
View file

@ -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 <calvin@debian.org> Sun, 5 Sep 2004 12:53:55 +0200
linkchecker (1.13.1-1) unstable; urgency=low
* New upstream release.

View file

@ -152,7 +152,11 @@ to run the script.</p>
with CGI support.
The script lc.fcgi (I tested this a while ago) needs a web server
with FastCGI support.</li>
<li>Copy the script of your choice in the CGI directory.</li>
<li>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.</li>
<li>Adjust the &quot;action=...&quot; parameter in lconline/lc_cgi.html
to point to your CGI script.</li>
<li>load the lconline/index.html file, enter an URL and klick on the
@ -171,7 +175,7 @@ they are working</li>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-09-05 10:32 UTC.
Generated on: 2004-09-05 10:53 UTC.
</div>
</body>
</html>

View file

@ -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.