linkchecker/debian
2012-04-22 20:49:04 +02:00
..
source Use new 3.0 quilt debian source format. 2010-03-08 09:26:36 +01:00
.gitignore Put WSGI script into separate .deb package. 2012-04-18 21:53:04 +02:00
changelog Updated Debian changelog. 2012-04-22 20:49:04 +02:00
compat Use debhelper compat level v8 2012-01-02 12:28:23 +01:00
control Fix linkchecker-web .deb generation. 2012-04-21 12:13:34 +02:00
copyright Apply wrap-and-sort. 2011-12-22 11:09:39 +01:00
linkchecker-gui.install Apply wrap-and-sort. 2011-12-22 11:09:39 +01:00
linkchecker-gui.menu Provide debian menu file 2008-06-16 20:05:43 +00:00
linkchecker-web.dirs Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
linkchecker-web.docs Document web interface request timeout. 2012-04-21 12:34:34 +02:00
linkchecker-web.install Fix linkchecker-web .deb generation. 2012-04-21 12:13:34 +02:00
linkchecker-web.postinst Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
linkchecker-web.postrm Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
linkchecker.dirs Put WSGI script into separate .deb package. 2012-04-18 21:53:04 +02:00
linkchecker.docs Put WSGI script into separate .deb package. 2012-04-18 21:53:04 +02:00
linkchecker.examples Removed FastCGI script. 2011-07-25 21:37:35 +02:00
linkchecker.install Apply wrap-and-sort. 2011-12-22 11:09:39 +01:00
linkchecker.links Use dictionary-based logging config. 2012-01-04 21:07:35 +01:00
linkchecker.postinst Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
linkchecker.postrm Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
linkchecker.preinst Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
NEWS Updated the docs for the new WSGI script. 2012-04-22 13:21:58 +02:00
pycompat More python transition updates 2006-08-17 21:44:21 +00:00
README.Debian.web Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
rules Support Apache 2.2 and 2.4. 2012-04-22 11:49:28 +02:00
watch Fix uscan regex. 2011-02-22 19:34:36 +01:00

Web Interface
==============
The web interface is at http://localhost/lconline/

If you want to access to web interface from other
computers, add their IP addresses in the file
/etc/apache2/conf-available/linkchecker.conf

There is a default maximum check time of 5 minutes
per request. After that, checking will be aborted.
If you want to change this limit, look in the file
/usr/share/pyshared/linkcheck/lc_cgi.py and adjust
the variable MAX_REQUEST_SECONDS.