#18729: Nexx WT3020 r43898 LuCI on lighttpd
---------------------------------------+----------------------------------
 Reporter:  Bandesz                    |      Owner:  developers
     Type:  defect                     |     Status:  new
 Priority:  normal                     |  Milestone:  Chaos Calmer (trunk)
Component:  packages                   |    Version:  Trunk
 Keywords:  Nexx WT3020 LuCI lighttpd  |
---------------------------------------+----------------------------------
 I follow this instructions:
 [http://wiki.openwrt.org/doc/howto/luci.on.lighttpd]
 +
 [https://dev.openwrt.org/ticket/18717]

 {{{
 root@OpenWrt:/# opkg update
 root@OpenWrt:/# opkg install lighttpd lighttpd-mod-cgi luci-mod-admin-full
 libiwinfo
 root@OpenWrt:/# opkg install luci-theme-bootstrap
 root@OpenWrt:/# opkg install libuci-lua libubus-lua
 root@OpenWrt:/# mkdir /usr/lib/lua/luci/i18n
 }}}

 I have edited the /etc/lighttpd/conf.d/30-cgi.conf

 {{{
 cgi.assign                 = ( ".pl"  => "/usr/bin/perl",
                                ".cgi" => "/usr/bin/perl",
                                ".rb"  => "/usr/bin/ruby",
                                ".erb" => "/usr/bin/eruby",
                                ".py"  => "/usr/bin/python",
                                "cgi-bin/luci" => "" )
 }}}


 {{{
 root@OpenWrt:/# /etc/init.d/lighttpd enable
 root@OpenWrt:/# /etc/init.d/lighttpd start

 }}}

 I think lighttpd works good, after open http://192.168.1.1 it is redirects
 to http://192.168.1.1/cgi-bin/luci . But it is an empty page.

 Received HTTP header:

 {{{
 Status: 200 OK
 Content-Length: 0
 Date: Sat, 10 Jan 2015 21:54:21 GMT
 Server: lighttpd/1.4.35
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18729>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to