I've been using python SimpleHTTPServer as it comes with Harmattan (no need to install anything) Code: $ develsh $ python -m SimpleHTTPServer 80 Have you tried running lighthttpd with develsh? It should give you permission to use port 80.
$ develsh $ python -m SimpleHTTPServer 80