mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
| .. | ||
| source | ||
| .gitignore | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| linkchecker-gui.install | ||
| linkchecker-gui.menu | ||
| linkchecker-web.dirs | ||
| linkchecker-web.docs | ||
| linkchecker-web.install | ||
| linkchecker-web.postinst | ||
| linkchecker-web.postrm | ||
| linkchecker.dirs | ||
| linkchecker.docs | ||
| linkchecker.examples | ||
| linkchecker.install | ||
| linkchecker.links | ||
| linkchecker.postinst | ||
| linkchecker.postrm | ||
| linkchecker.preinst | ||
| NEWS | ||
| pycompat | ||
| README.Debian.web | ||
| rules | ||
| watch | ||
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.