Re: Broken mythweb Config

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: Broken mythweb Config
Christian Marillat <marillat@???> writes:

> Martin Gallant <martyg@???> writes:
>
>> Bonjour,
>
> Hi,
>
>> On my amd64 wheezy 0.26 backend,
>> mythweb updated with a new version this weekend.
>
> yes because I've moved the configuration for apache 2.4 andforgot to
> keep a configuration for apache 2.2
>
> It is easy to fix this problem. As root :
>
> ,----
> | cd /etc/apache2/conf-available
> | cp mythweb-mysql.conf mythweb.conf ../conf.d
> | invoke-rc.d apache2 restart
> `----


Or the best don't copy these files (mythweb-mysql.conf mythweb.conf) but
instead do a symbolic link :

,----
| ln -s /etc/mythtv/mythweb.conf /etc/apache2/conf.d/mythweb.conf
| ln -s /etc/mythtv/mythweb-mysql.conf /etc/apache2/conf.d/mythweb-mysql.conf

`----

Christian