mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #08664
[Bug 1316409] [NEW] apache2 CGI isn't enabled for mythweb 14.04
Public bug reported:
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.
** Affects: mythbuntu
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References