summaryrefslogtreecommitdiffhomepage
path: root/libs/lucid
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-05-26 17:44:02 +0000
committerSteven Barth <steven@midlink.org>2009-05-26 17:44:02 +0000
commitf7deae100d6d36c1e8d6fef17316ca03aaf7214c (patch)
tree27cc38809c74902741a689122630587cef649e93 /libs/lucid
parentde9849b2d9c2ef6779a869edb382e2cdb48474ba (diff)
LuCId
Diffstat (limited to 'libs/lucid')
-rw-r--r--libs/lucid/root/etc/config/lucid29
1 files changed, 4 insertions, 25 deletions
diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid
index dda68d901..bfbb4ca1d 100644
--- a/libs/lucid/root/etc/config/lucid
+++ b/libs/lucid/root/etc/config/lucid
@@ -2,7 +2,7 @@ config lucid main
option pollinterval 15000
option threadlimit 25
option daemon 1
- option debug 1
+ option debug 0
list supports tcpserver
list supports server
@@ -11,51 +11,30 @@ config DirectoryPublisher webroot
option physical /www
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 enabled 1
config daemon https
option slave httpd
- list address 4443
+ list address 443
list publisher webroot
list publisher luciweb
option enabled 1
option encryption enable
-
-config daemon rpc
- option slave rpcd
- list address 12900
- list publisher mainrpc
- option enabled 1 \ No newline at end of file