I also had to run
# a2enmod rewrite
To fix a "Invalid command 'RewriteEngine'" error on apache2 startup.
I am good now - Thanks for the quick reply. BR.
On Mon, Aug 19, 2013 at 11:15 AM, Christian Marillat <marillat@???> wrote: > 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
>
>