linkchecker/debian/README.Debian
calvin ce1d41a5a0 Document the CGI access variables
The access variables ALLOWED_CLIENTS and ALLOWED_SERVERS are now
documented to help setup the CGI script more easily.


git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3756 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2008-05-20 10:48:07 +00:00

15 lines
561 B
Text

Web Interface
==============
On Debian systems, you have a simple CGI script located at:
http://localhost/lconline/index.html
For this to work, your web server must have content negotiation enabled
(with "sudo a2enmod negotiation").
Otherwise you have to for one language XY the file extensions of the
.html.XY files.
Note that only the local host (ie. 127.0.0.1) can serve and access this
script. If you want to enable access from or to other hosts you have
to adjust the ALLOWED_CLIENTS and ALLOWED_SERVERS variables in
the /usr/lib/cgi-bin/lc.cgi script.