← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 923785] Re: mythweb 0.25 apache config broken

 

** Changed in: mythbuntu
       Status: Fix Released => Triaged

** Changed in: mythbuntu
       Status: Triaged => Fix Committed

** Changed in: mythbuntu
     Assignee: (unassigned) => rhpot1991 (rhpot1991)

** Also affects: mythweb (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: mythweb (Ubuntu)
       Status: New => Fix Committed

** No longer affects: mythweb (Ubuntu)

** Also affects: mythtv (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: mythtv (Ubuntu)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/923785

Title:
  mythweb 0.25 apache config broken

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Fix Committed
Status in “mythtv” package in Ubuntu:
  Fix Committed

Bug description:
  I'm not the first to see this bug 806221 is the same, also see
  http://www.mythtv.org/pipermail/mythtv-users/2011-December/325576.html

  The fix for me was to change the paths in /etc/apache2/sites-
  available/mythweb.conf

  from
      <Directory "/var/www/html/data">
         Options -All +FollowSymLinks +IncludesNoExec
      </Directory>
      <Directory "/var/www/html" >

  to
      <Directory "/var/www/mythweb/data">
          Options -All +FollowSymLinks +IncludesNoExec
      </Directory>
      <Directory "/var/www/mythweb" >

  and change permissions on the icons dir

  sudo chgrp www-data /usr/share/mythtv/mythweb/data/tv_icons
  sudo chmod g+w /usr/share/mythtv/mythweb/data/tv_icons

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: mythweb 2:0.25.0~master.20120129.67fa131-0ubuntu0mythbuntu4
  ProcVersionSignature: Ubuntu 3.2.0-12.20-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CrashDB: mythbuntu
  Date: Mon Jan 30 10:12:05 2012
  Installed_mythtv_dbg: 0.0
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mythtv
  UpgradeStatus: Upgraded to precise on 2012-01-30 (0 days ago)
  modified.conffile..etc.default.mythweb:
   [cfg]
   enable = 
   only = 
   username = 
   password =
  mtime.conffile..etc.default.mythweb: 2012-01-29T20:01:09.658038

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


References