OpenWrt Forum Archive

Topic: Reloading the Webinterface

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

if I make changes to /usr/lib/lua/luci/controller/foo.lua, the only way I found so far to incorporate them into the webIf is to reboot the router.
Is there a faster way to do this?

My best guess was
/etc/init.d/httpd restart and
luci-reload,
but neither did work.

Any ideas?

rm -rf /tmp/luci-*
/etc/init.d/httpd restart

Thx, works great.

The discussion might have continued from here.