mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 08:50:24 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3744 e7d03fd6-7b0d-0410-9947-9c21f3af8025 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| changelog | ||
| compat | ||
| control | ||
| control.gui | ||
| copyright | ||
| linkchecker.dirs | ||
| linkchecker.docs | ||
| linkchecker.examples | ||
| linkchecker.links | ||
| linkchecker.postinst | ||
| linkchecker.postrm | ||
| NEWS | ||
| pycompat | ||
| README.Debian | ||
| rules | ||
| watch | ||
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 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. Profiling ========== The --profile option works only if python >=2.5 or the python-profiler package is installed.