August 23, 201312 yr Hello. Due to the incompatibility of simpleFeatures with 5.0rc16c, i've changed my server from relaying on plugins to partly relaying on unmenu, for the basic server installations. ssmtp, apcupsd, screen, zip, daily mail & more were successfully installed and configured via unmenu, but I'm still looking for a replacement to the simplefeatures webserver plugins. Unfortunately, unRAID-Web isn't compatible with unraid5.0, so the only solution (that i've found so far) is installing the lighttpd package. Now the questions that arise: 1. how do I configure it ? 2. how do I make it auto-start ? Most of the other addons that require configurations have that in their addon installation screen, but not lighttpd. Any help will be appreciated. Shlomi
September 19, 201312 yr I'd like to know the same thing. I installed it via the unMenu package manager, but there are no config variables, no notes, nothing. What port does it run on (I tried 89 and it's closed)? Where are the config files?
September 19, 201312 yr I Start it in my config/go file with: /usr/sbin/lighttpd start -f /boot/custom/lighttpd.conf I must have copied the config file from the installed path to /boot/custom/ I seem to have a default copy in /usr/doc/lighttpd-1.4.19/lighttpd.conf There are a couple of changes from default you probably want to make, in my case.. server.document-root = "/mnt/user/Media/" server.port = 8000 dir-listing.activate = "enable"
Archived
This topic is now archived and is closed to further replies.