mythweb 0.25 apache config broken

Bug #923785 reported by Todd Bradshaw
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Undecided
rhpot1991
mythtv (Ubuntu)
Fix Released
Undecided
Unassigned

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

Related branches

Revision history for this message
Todd Bradshaw (snooptodd) wrote :
Revision history for this message
Karl Egly (dekarl) wrote :
Revision history for this message
MarcRandolph (mrand) wrote :

thank dekarl for pointing to the change!

Changed in mythbuntu:
status: New → Fix Released
rhpot1991 (rhpot1991)
Changed in mythbuntu:
status: Fix Released → Triaged
status: Triaged → Fix Committed
assignee: nobody → rhpot1991 (rhpot1991)
Changed in mythweb (Ubuntu):
status: New → Fix Committed
no longer affects: mythweb (Ubuntu)
Changed in mythtv (Ubuntu):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (13.8 KiB)

This bug was fixed in the package mythtv - 2:0.25.0~master.20120329.c85fc55-0ubuntu1

---------------
mythtv (2:0.25.0~master.20120329.c85fc55-0ubuntu1) precise; urgency=low

  [ Mario Limonciello ]
  * refresh default_directories patch for changes upstream.
  * Capture all logs from /var/log/mythtv for apport reports.
  * New upstream checkout - post RC but pre-release (c85fc55)
  * >>Upstream changes since last upload (53761e2):
  * [c85fc55] Correct command line option interdependencies for --
    queuejob.
  * [f73dbda] Ceton bug fix for handling failed tunings
  * [5320353] Updated Hong Kong Chinese MythFrontend and MythArchive
    translation from Walter Cheuk
  * [ce22520] Updated French language MythFrontend and all plugins
    translations from the French Language Translation Team.
  * [c40f582] Rollup DB changes to 1299 for initial database.
  * [1317eed] Merge commit '4663490f8fa99dd5869aff595f56873175e47826'
  * [4663490] Split cache engines into own files. Add msvcrt locking for
    file engine.
  * [07b570b] Correct newline escape.
  * [faa9f39] Updated Greek MythFrontend, MythArchive, MythBrowser,
    MythGallery, MythGame, MythMusic, MythNetvision, MythWeather and
    MythZoneMinder translation from Yianni Vidalis.
  * [651d67a] Only attempt language fallthrough if polling function is
    supplied.
  * [9e53c8d] Extend the overrides fix in [973df175] to
    GetSettingOnHost() and GetSettings().
  * [5639e05] Fixes #10518. Fix CetonStreamHandler deadlock.
  * [142489b] Refs #10518. Fix CetonStreamHandler error logging.
  * [55cd239] Refs #9830. Fix some debugging output problems observed in
    logs on ticket.
  * [f8d32cb] Fix unhandled keypresses causing the mythmusic volume
    display timer to stay on screen for longer than it normally would.
    If something has changed then we do want to keep it on-screen, but
    if the user was trying to control something on the screen beneath
    the popup we shouldn't keep swallowing keypresses.
  * [e967e30] Fixes #10501. Adapt to new return ioctl return value in
    Linux 3.1.
  * [b51e845] MPEGRecorder: _error is a QString not a bool, set it
    appropriately.
  * [401f846] MPEGRecorder: Close chanfd if we fail to initialize
    device. One of the cases wasn't handled.
  * [142b981] Move some database logging left over from the DB
    connections re-write to VB_DATABASE. This makes for less log clutter
    to wade through when debugging issues or reviewing logs with the new
    log viewer.
  * [973df17] Fix settings overrides. I accidentally broke these when
    changing the DB connection code.
  * [22cb74b] Fixes #10519. Adds workaround for cx8800 driver.
  * [8bf3888] Re-fix HLS for AC3. Argh. :)
  * [713762d] Allow AudioReencodeBuffer to work DTS-sourced audio too
  * [885ca53] Adds final attempt at internal name resolution in
    MythSocket.
  * [f3d65a5] Add Movie classmethods to readme.
  * [a7f03a6] Clean up trailer handling.
  * [dfab0a24] Some cleanup, gitignore, and a readme
  * [292ac93] Updated Canadian English MythWeather translation.
  * [40917b8] Move tmdb3 library for proper installation. Correct bugs
    in tmdb3.py.
  * [f404b65] Merge branch 'master' of github.c...

Changed in mythtv (Ubuntu):
status: Fix Committed → Fix Released
Changed in mythbuntu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.