mythweb 0.25 broken due to a wrong Apache conf

Bug #806221 reported by Antonio Lopez
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Undecided
rhpot1991
mythtv (Ubuntu)
Fix Released
Undecided
Unassigned

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

Tags: apache mythweb

Related branches

Revision history for this message
Antonio Lopez (amlopezalonso) wrote :

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

Revision history for this message
Antonio Lopez (amlopezalonso) wrote :

Seems to have been fixed recently.

Regards,
Antonio

Revision history for this message
Antonio Lopez (amlopezalonso) wrote :

mmmmm it's not fixed yet.

Revision history for this message
Thomas Mashos (tgm4883) wrote :

Marking as fixed released as this doesn't appear to be an issue in the latest builds. Please reopen if this is still an issue.

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.