Need help in setting lighttpd on Ubuntu 9.10
- by hap497
Hi,
I am trying to run lighttpd on Ubuntu 9.10. I get the conf file from the doc directory of lighttpd source.
$ sudo ./lighttpd -f lighttpd.conf
$ ps -ef | grep lighttpd
root 2094 1 0 19:40 ? 00:00:00 ./lighttpd -f lighttpd.conf
This is my lighttpd.conf:
$ more lighttpd.conf
# lighttpd configuration file
#
# use it as a…