[mythtv-users] mythweb not working .. modules_path ?]

Jonatan mythtv at comhem.se
Wed Dec 1 21:06:35 UTC 2010


On 2010-12-01 19:43, Ismo Tanskanen wrote:
>
> */etc/apache2/conf.d/mythweb.conf:*
>
>      <Directory "/srv/www/htdocs/mythweb">
>          Options -All +FollowSymLinks +IncludesNoExec
>      </Directory>
>      <Directory "/srv/www/htdocs/mythweb/data">
>
Maybe try this instead which should be in line with what's in 
mythweb.conf.apache and the INSTALL file:

<Directory "/srv/www/htdocs/mythweb/data">
     Options -All +FollowSymLinks +IncludesNoExec
</Directory>
<Directory "/srv/www/htdocs/mythweb">

--
Jonatan


More information about the mythtv-users mailing list