[go: up one dir, main page]

File: README.Debian

package info (click to toggle)
linkchecker 4.9-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,308 kB
  • ctags: 3,736
  • sloc: python: 21,328; lex: 1,114; yacc: 781; ansic: 551; makefile: 244; sh: 100; sql: 19; awk: 4
file content (20 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.