/[ttyrec]/jsttyplay/lighttpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /jsttyplay/lighttpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Tue Feb 17 18:12:32 2009 UTC (15 years, 2 months ago) by dpavlin
File size: 377 byte(s)
import upstream from http://encryptio.com/code/jsttyplay

1 server.modules = ( "mod_fastcgi", "mod_accesslog" )
2
3 server.document-root = "/var/empty"
4 server.port = 1080
5
6 accesslog.filename = "/tmp/shell_server_access.log"
7 server.errorlog = "/tmp/shell_server_error.log"
8
9 fastcgi.server = (
10 "/" => ( "shell_server" => (
11 "port" => 1065,
12 "host" => "0.0.0.0",
13 "check-local" => "disable",
14 ))
15 )
16

  ViewVC Help
Powered by ViewVC 1.1.26