2002-02-24 12:29:35 +00:00
|
|
|
On Debian systems, you have a simple CGI script located at
|
2002-12-31 01:12:59 +00:00
|
|
|
http://localhost/lconline/index.html
|
|
|
|
|
For this to work, your web server must have content negotiation enabled.
|
2003-08-05 13:01:06 +00:00
|
|
|
Or you have to remove for one language XY the file extensions of the
|
|
|
|
|
.html.XY files.
|
2002-02-24 12:29:35 +00:00
|
|
|
|
2004-09-05 10:54:24 +00:00
|
|
|
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.
|
|
|
|
|
|
2005-02-10 14:36:37 +00:00
|
|
|
The --profile option works only if the python2.4-profiler package
|
|
|
|
|
is installed.
|