source: tags/0.55/startthttpd @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 124 bytes
Line 
1#!/bin/bash
2root=$HOME/myroot/usr/local/www
3killall thttpd 2>/dev/null
4thttpd -p 5050 -d $root -l $root/log -c "/cgi-bin/*"
Note: See TracBrowser for help on using the repository browser.