← Back to team overview

linux-traipu team mailing list archive

[Bug 806221] Re: mythweb 0.25 broken due to a wrong Apache conf

 

Also tv_icons folder should belong to www-data group and have write
permission:

sudo chgrp www-data /var/www/mythweb/data/tv_icons

sudo chmod g+w /var/www/mythweb/data/tv_icons

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/806221

Title:
  mythweb 0.25 broken due to a wrong Apache conf

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  mythweb 0.25 (from Ubuntu Updates) is now broken due to /etc/apache2
  /sites-available/mythweb.conf.

  To fix it, please change the lines reading:

  <Directory  "/var/www/html/[whatever]">

  to:

  <Directory "/var/www/mythweb">

  Then restart Apache:

  sudo service apache2 restart

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/806221/+subscriptions


References