Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created January 7, 2011 18:39
Show Gist options
  • Select an option

  • Save btbytes/769894 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/769894 to your computer and use it in GitHub Desktop.
Installing Haserl with Lua development
$ wget -c http://iweb.dl.sourceforge.net/project/haserl/haserl-devel/0.9.27/haserl-0.9.27.tar.gz
$ tar -zxvf haserl-0.9.27.tar.gz
$ cd haserl-0.9.27
$ ./configure --enable-luashell --with-lua=/usr/bin --with-lua-headers=/usr/include/lua5.1
$ make 

thttpd

Download and make thttpd.

$ ./thttpd -p 9898 -d . -c "/cgi-bin/*" -h 0.0.0.0 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment