libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around...
[project/luci.git] / libs / lucid / root / etc / config / lucid
index dda68d9..ae6b4a0 100644 (file)
@@ -1,61 +1,49 @@
 config lucid main
        option pollinterval 15000
        option threadlimit 25
-       option daemon 1
-       option debug 1
+       option daemonize 0
+       option debug 0
        list supports tcpserver
        list supports server
 
 config DirectoryPublisher webroot
        option name 'Webserver Share'
        option physical /www
-       option virtual /
+       option virtual ''
        option domain ''
-       list read ':lo'
-       list read ':br-lan'
-       list read 'root'
        
 config LuciWebPublisher luciweb
        option name 'LuCI Webapplication'
        option physical ''
        list virtual /luci
+       list virtual /cgi-bin/luci
        option domain ''
-       list exec ':lo'
-       list exec ':br-lan'
-       list exec 'root'
-       
-config RPCPublisher    mainrpc
-       option namespace 'luci.lucid.rpc'
-       list export system
-       list exec ':lo'
-       list exec 'root'
 
 config tcpserver httpd
        option entrypoint "luci.lucid.http"
        list supports DirectoryPublisher
        list supports LuciWebPublisher
-       
-config tcpserver rpcd
-       option entrypoint "luci.lucid.rpc"
-       list supports RPCPublisher
 
 config daemon http
        option slave httpd
-       list address 8080
+       list address 80
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        option enabled 1
        
 config daemon https
        option slave httpd
-       list address 4443
+       list address 443
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        option enabled 1
+       option tls maincert
        option encryption enable
-       
-config daemon rpc
-       option slave rpcd
-       list address 12900
-       list publisher mainrpc
-       option enabled 1
\ No newline at end of file
+
+config tls maincert
+       option key /etc/nixio/rsa_main.der
+       option cert /etc/nixio/cert_main.der
+       option type asn1
+       option generate 1