As I couldn't find anything posted already I thought I would put this up as a bit of info.
I have installed mythweb on my NAS now and it all works fine.
Not the most detailed process, but these were my steps:
From an existing install, I copied /var/www/mythweb to /share/Qweb/
ssh into the NAS...
In /share/Qweb/ it needed the data folder making accessible to guest (chown -R guest.guest data)
Copy the template apache.conf from the mythweb folder to /etc/config/apache/
rename the file there (/etc/config/apache/) to mythweb.conf
Edit /etc/config/apache/apache.conf to add the following line at the very bottom;
- Code: Select all
include /etc/config/apache/mythweb.conf
Edit the mythweb.conf file specifically changing the directory path to /share/Qweb/mythweb/data and /share/Qweb/mythweb, and set the host, user/password section to where your mythconverg db is.
(I used the IP address as the host, so no DNS config to do).
restart the web server using ...
- Code: Select all
/etc/init.d/Qthttpd.sh restart
This should work from here, but as per advice you should setup the htaccess security,
I had trouble with htdigest, but basic htpasswd was ok.
setup your htpasswd file ...
- Code: Select all
/usr/local/apache/bin/htpasswd -c /etc/config/apache/mythweb.htaccess USERNAME
Edit the mythweb.conf file to change AuthUserFile to the one you create above.
News