Summary: | www-apps/mythweb-0.25.1 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Myk Taylor <myk002> |
Component: | New packages | Assignee: | MythTV Maintainers <mythtv+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.mythtv.org/wiki/Release_Notes_-_0.25 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Myk Taylor
2012-07-12 03:17:37 UTC
This should be in the tree already. Please give it a shot and confirm. works great! Awesome! One note, and one suggestion: 1) Warning message from ebuild: QA Notice: ebeep is not defined in EAPI=4 2) our default install path is correctly represented in the mythweb.conf.lighttpd file, but is slightly different from what is in the mythweb.conf.apache file. Could we apply the following diff to that file: --- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache 2012-07-12 10:29:38.668612338 -0700 +++ /etc/apache2/modules.d/99_mythweb.conf 2012-07-12 10:49:49.237257339 -0700 @@ -26,10 +26,10 @@ # /var/www/html/mythweb # /srv/www/htdocs/mythweb # - <Directory "/var/www/html/data"> + <Directory "/var/www/localhost/htdocs/mythweb/data"> Options -All +FollowSymLinks +IncludesNoExec </Directory> - <Directory "/var/www/html" > + <Directory "/var/www/localhost/htdocs/mythweb"> ############################################################################ # I *strongly* urge you to turn on authentication for MythWeb. It is disabled (In reply to comment #2) > works great! Awesome! > > One note, and one suggestion: > > 1) Warning message from ebuild: > QA Notice: ebeep is not defined in EAPI=4 That's bug #386555 (In reply to comment #3) > (In reply to comment #2) > > works great! Awesome! > > > > One note, and one suggestion: > > > > 1) Warning message from ebuild: > > QA Notice: ebeep is not defined in EAPI=4 > > That's bug #386555 I went ahead and fixed the eclass. (In reply to comment #2) > works great! Awesome! > > One note, and one suggestion: > > 1) Warning message from ebuild: > QA Notice: ebeep is not defined in EAPI=4 > > 2) our default install path is correctly represented in the > mythweb.conf.lighttpd file, but is slightly different from what is in the > mythweb.conf.apache file. Could we apply the following diff to that file: > > --- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache 2012-07-12 > 10:29:38.668612338 -0700 > +++ /etc/apache2/modules.d/99_mythweb.conf 2012-07-12 > 10:49:49.237257339 -0700 > @@ -26,10 +26,10 @@ > # /var/www/html/mythweb > # /srv/www/htdocs/mythweb > # > - <Directory "/var/www/html/data"> > + <Directory "/var/www/localhost/htdocs/mythweb/data"> > Options -All +FollowSymLinks +IncludesNoExec > </Directory> > - <Directory "/var/www/html" > > + <Directory "/var/www/localhost/htdocs/mythweb"> > > > ############################################################################ > # I *strongly* urge you to turn on authentication for MythWeb. It is > disabled This really should be handled by a webapp_hook_script. I'll look at implementing this. (In reply to comment #5) > (In reply to comment #2) > > works great! Awesome! > > > > One note, and one suggestion: > > > > 1) Warning message from ebuild: > > QA Notice: ebeep is not defined in EAPI=4 > > > > 2) our default install path is correctly represented in the > > mythweb.conf.lighttpd file, but is slightly different from what is in the > > mythweb.conf.apache file. Could we apply the following diff to that file: > > > > --- /var/www/localhost/htdocs/mythweb/mythweb.conf.apache 2012-07-12 > > 10:29:38.668612338 -0700 > > +++ /etc/apache2/modules.d/99_mythweb.conf 2012-07-12 > > 10:49:49.237257339 -0700 > > @@ -26,10 +26,10 @@ > > # /var/www/html/mythweb > > # /srv/www/htdocs/mythweb > > # > > - <Directory "/var/www/html/data"> > > + <Directory "/var/www/localhost/htdocs/mythweb/data"> > > Options -All +FollowSymLinks +IncludesNoExec > > </Directory> > > - <Directory "/var/www/html" > > > + <Directory "/var/www/localhost/htdocs/mythweb"> > > > > > > ############################################################################ > > # I *strongly* urge you to turn on authentication for MythWeb. It is > > disabled > > This really should be handled by a webapp_hook_script. I'll look at > implementing this. Done. >=www-apps/mythweb-0.25.2 I've only tested it for nginx since that's what I use. If there are issues feel free to open a new bug. |