linkchecker/debian
Bastian Kleineidam 5a4e6ebd12 Bump up version.
2012-10-15 18:19:08 +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 Bump up version. 2012-10-15 18:19:08 +02:00
compat Use debhelper compat level v8 2012-01-02 12:28:23 +01:00
control Require and use Python 2.7.2. 2012-06-22 23:58:20 +02:00
copyright Updated copyright. 2012-09-02 23:53:51 +02:00
linkchecker-gui.install Added desktop files. 2012-06-02 21:35:51 +02: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 Add Debian fixes. 2012-06-15 15:55:16 +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 Add linkchecker Nagios plugin to examples. 2012-06-20 00:37:26 +02:00
linkchecker.install Add SSL certificate verification. 2012-06-18 23:05:44 +02: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 Compress debian binary package with xz. 2012-08-14 17:40:05 +02:00
watch Adjust for new .xz dist format. 2012-09-02 23:44:16 +02: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.