I'm trying to get a second instance of thttpd serve running on my Slug.:sigh:
Been trying to follow the instrutions here
I've realised that maually entering
Code:
/usr/sbin/thttpd -C /etc/thttpd-website.conf
works and gets it started but my startup file refuses to. (I followed what it said...)
Tried chmod +x and chmod 775 but that doesn't help.
Currently it appears as:-
Code:
/usr/sbin/thttpd -C /etc/thttpd-website.conf
After a couple of failures, I add edited it to
Code:
#!/bin/sh
/usr/sbin/thttpd -C /etc/thttpd-website.conf
which hasn't helped either.
Anyone able to help?