TABLE OF CONTENTS
Well, the general idea of "Tutorial Clubs" is to discuss specific setup issues that are neither "bugs", nor "requests for new features". It is more like a collective know-how (techniques, tricks,...
View ArticlePORT FORWARDING
After correct installation, your 'Lighty on Tomato' may work fine on LAN but still be invisible for the rest of the wwworld. To make the web-server accessible from WAN, open your ports for http and...
View ArticleSIMPLE SSL
There are 3 easy steps to make your "Lighty on Tomato" https-sensitive. First, you may need to fire your own self-signed SSL certificate with OpenSSL (that normally installs together with lighttpd, as...
View ArticleINSTALL LIGHTTPD AND PHP IT
After installation of basic two packages, uClibc and ipkg (as described in Optware Installation on Tomato USB) you can start shaping your router into a stand-alone web server, by firing just a few...
View ArticleCONFIGURE LIGHTTPD
There are two core configuration scripts that control your web-server on Tomato: lighttpd.conf (/opt/etc/lighttpd/lighttpd.conf) php.ini (/opt/etc/php.ini) Configuring php.ini is quite a common issue...
View ArticleAUTOMATION SCRIPTS
Automation commands for Lighttpd (start|stop|restart) are charged by S80lighttpd script (found in /opt/etc/init.d/). Thus, to start Lighty with TomatoUSB, add this line to your Automount (Run After...
View ArticleRe: LIGHTTPD on TOMATO usb :: STEP-BY-STEP GUIDE
Hi c0de of the Woosters, if you apply for contribution, you can turn this great post into a tutorial page on the website. Thanks!
View ArticleRe: LIGHTTPD on TOMATO usb :: STEP-BY-STEP GUIDE
The pleasure is mine, thank you. I just thought this collection of basic steps for Lighty installation would be helpful for those TomatoUSB users who might like to have it all in one place, and to...
View ArticleRe: LIGHTTPD on TOMATO usb :: STEP-BY-STEP GUIDE
On additional thing you might want to include is hardening the server. I have the following scheduled task running every minute: killall -CONT lighttpd || /opt/etc/init.d/S80lighttpd restart This...
View ArticleSSL - installing a signed certificate from a Certificate Authority (e.g....
Wonderful tutorial, thank you all! It was great for a noob like me, so here's my small contribution: SSL, installing a signed cert from a CA (e.g. from GoDaddy, which I used, and requires a 2048-bit...
View ArticleRe: LIGHTTPD on TOMATO usb :: STEP-BY-STEP GUIDE
For some reason, WAN access was still not working for me. Changing the cmd line parameter from -A to -I fixed it for me: iptables -t filter -I INPUT -p tcp —dport 80 -j ACCEPT iptables -t filter -I...
View ArticleRe: LIGHTTPD on TOMATO usb :: STEP-BY-STEP GUIDE
@petzeus I tried setting up extplorer, inspired by your reply. I have lighttpd up and running but when I try to access the extplorer web app, I get forbidden message! Infact, I get that message for...
View Article