0
I wish to use Lighttpd to serve some Irssi log files over a local network - [for my own private use].
Irssi can't write to /var/www/, and I don't think changing permissions is the 'right' way to do things.
Is there a 'typical' way around this?
I tried softlinking the irclogs folder to /var/www/ but Lighttpd wouldn't serve them.
I have set
server.document-root = /home/user/irclogs/
but that just serves up the generic welcome page. Typing in an individual log filename results in a not found error, as does a test.txt filename.
Copying the directory with a cron job seems like a waste ...
I am looking for advice on how to do this, or on how to debug the attempts I made.