← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1316409] Re: apache2 CGI isn't enabled for mythweb 14.04

 

** Changed in: mythbuntu
       Status: In Progress => Fix Committed

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

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

Title:
  apache2 CGI isn't enabled for mythweb 14.04

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Fix Released

Bug description:
  When trying to download a file via mythweb 0.27-fixes on Mythbuntu 14.04, I get a 404 error.  e.g.:
  Not Found

  The requested URL /mythweb/mythweb.pl/pl/stream/2199/1399343400 was
  not found on this server.

  Requesting just /mythweb/mythweb.pl would download the PERL script,
  indicating that CGI wasn't working.  To get it working, I needed to
  make the following changes:

  1) sudo ln -s /etc/apache2/mods-available/cgi.load /etc/apache2/mods-enabled/cgi.load
  2) In /etc/apache2/mods-available/mime.conf, add:
  AddHandler cgi-script .cgi .pl

  After these changes and restarting apache2, downloading works just
  fine.

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


References