[mythtv-users] mythweb not working

Doug Lytle support at drdos.info
Wed Dec 4 00:47:51 UTC 2013


Phil Ayre wrote:
>
> And I have setup my /etc/apache2/sites-enabled/mythweb.conf file using
> the instructions here:
> https://github.com/MythTV/mythweb/blob/master/INSTALL so it looks like
> this:
>

This goes into the /etc/apache2/conf.d directory

 
>
> # CHANGE THESE PATHS TO MATCH YOUR MYTHWEB INSTALLATION DIRECTORY! e.g.
>

My directives are:

    <Directory "/var/www/mythweb/data">
        Options -All +FollowSymLinks +IncludesNoExec
        Order allow,deny
        Allow from 192.168
    </Directory>
    <Directory "/var/www/mythweb" >
        Order allow,deny
        Allow from 192.168
     

Doug


-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."



More information about the mythtv-users mailing list