[mythtv-users] Help with mythweb please

Stephen Sassman sassman1 at gmail.com
Sun Dec 17 16:28:33 UTC 2006


I think you have DocumentRoot set incorrectly in your mythweb.conf file. Try
something like this:

DocumentRoot /var/www
        <Directory />
                Options FollowSymLinks
                AllowOverride None
                Order deny,allow
                Deny from all
        </Directory>
        <Directory /var/www/>
                Options FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
<Directory "/var/www/html/mythweb/">
        Options FollowSymLinks
        AllowOverride All
        Order deny,allow
        Deny from all
        Allow from 128.0.0.1 192.168.1.0/8
    </Directory>

Then you would access mythweb from http://192.168.1.13/html/mythweb/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061217/63ceb7f4/attachment.htm 


More information about the mythtv-users mailing list