mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #08673
[Bug 1316409] Re: apache2 CGI isn't enabled for mythweb 14.04
I've got a pull request in that should fix this
https://github.com/tgm4883/packaging/compare/MythTV:master...tgm4883:master
** Changed in: mythbuntu
Importance: Undecided => High
** Changed in: mythbuntu
Status: New => In Progress
** Changed in: mythbuntu
Assignee: (unassigned) => Thomas Mashos (tgm4883)
--
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:
In Progress
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