[mythtv-commits] Ticket #2794: Updated install docs for mythweb

MythTV mythtv at cvs.mythtv.org
Mon Dec 11 20:23:56 UTC 2006


#2794: Updated install docs for mythweb
----------------------+-----------------------------------------------------
 Reporter:  rkulagow  |       Owner:  xris   
     Type:  patch     |      Status:  new    
 Priority:  minor     |   Milestone:  unknown
Component:  mythweb   |     Version:  head   
 Severity:  medium    |  
----------------------+-----------------------------------------------------
 Some edits:
 the copy command example in the expert section only copies a few files,
 like mythweb.php and the .pl file into /var/www/html, which isn't the
 intent, because it doesn't copy the actual mythweb directory.

 the mv of the mythweb.conf.apache needs to have the trailing .apache
 removed in order for apache to look at it (the httpd.conf has an include,
 but it just does *.conf, so .apache doesn't match)

 Also, some spelling changes.

 {{{
 Index: INSTALL
 ===================================================================
 --- INSTALL     (revision 12241)
 +++ INSTALL     (working copy)
 @@ -35,7 +35,7 @@
  1.0 Requirements
  ================

 -First of all, you need mythTV, which you should be able to track down at:
 +First of all, you need MythTV, which you should be able to track down at:

      http://www.mythtv.org

 @@ -81,11 +81,11 @@
  If you are not an expert, please skip to section 4.0.  Experts, the
 following
  commands should be enough for you to figure out what's going on:

 -    cp mythplugins/mythweb/*.* /var/www/html/
 +    cp -R mythplugins/mythweb/ /var/www/html/

      vi /var/www/html/mythweb.conf.apache

 -    mv /var/www/html/mythweb.conf.apache /etc/httpd/conf.d/
 +    mv /var/www/html/mythweb.conf.apache /etc/httpd/conf.d/mythweb.conf

      /etc/init.d/httpd restart

 @@ -135,8 +135,7 @@
  Once you figure out where your copy of apache is looking for files, copy
 your
  mythweb files into that directory:

 -    cd mythplugins/mythweb
 -    cp *.* /wwww/htdocs/
 +    cp -R mythplugins/mythweb/ /wwww/htdocs/

  ===============
  4.2 Permissions
 @@ -231,7 +230,7 @@
  You will have to figure out the correct path on your own, but once you
 do, move
  the MythWeb config file into place like so:

 -    mv mythweb.conf.apache /etc/apache2/conf.d/
 +    mv mythweb.conf.apache /etc/apache2/conf.d/mythweb.conf

  ============
  6.0 Lighttpd
 Index: README
 ===================================================================
 --- README      (revision 12241)
 +++ README      (working copy)
 @@ -70,7 +70,7 @@

  Q: I want to access mythweb from the rest of the internet. How do I make
 it
      more secure?
 -A: The included mythweb.conf.pache file contains commented-out apache
 controls
 +A: The included mythweb.conf.apache file contains commented-out apache
 controls
      for enabling htdigest password authentication.  If you uncomment
 these, and
      create /var/www/htdigest (see `man htdigest` for details on how to do
 this),
      you will have some rudimentary password protection.  Combine this
 with
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2794>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list