Advertisement
Guest User

conf.d mythweb.conf

a guest
Aug 6th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. #
  2. # Apache configuration directives for MythWeb. Please read INSTALL for setup
  3. # requirements and troubleshooting, along with the comments in this file.
  4. #
  5.  
  6. ############################################################################
  7. # If you intend to use authentication for MythWeb (see below), you will
  8. # probably also want to uncomment the following rules, which disable
  9. # authentication for MythWeb's download URLs so you can properly stream
  10. # to media players that don't work with authenticated servers.
  11. #
  12. # <LocationMatch .*/pl/stream/[0-9]+/[0-9]+>
  13. # Allow from all
  14. # </LocationMatch>
  15. #
  16. # <LocationMatch .*/music/stream.php>
  17. # Allow from all
  18. # </LocationMatch>
  19.  
  20.  
  21. #
  22. # CHANGE THESE PATHS TO MATCH YOUR MYTHWEB INSTALLATION DIRECTORY! e.g.
  23. #
  24. # /var/www
  25. # /home/www/htdocs
  26. # /var/www/html/mythweb
  27. # /srv/www/htdocs/mythweb
  28. #
  29. <Directory "/var/www/mythweb/data">
  30. # For Apache 2.2
  31. #Options -All +FollowSymLinks +IncludesNoExec
  32. # For Apache 2.4+
  33. Options +FollowSymLinks +IncludesNoExec
  34. </Directory>
  35. <Directory "/var/www/mythweb" >
  36.  
  37. ############################################################################
  38. # I *strongly* urge you to turn on authentication for MythWeb. It is disabled
  39. # by default because it requires you to set up your own password file. Please
  40. # see the man page for htdigest and then configure the following four directives
  41. # to suit your authentication needs.
  42. #
  43. # AuthType Digest
  44. # AuthName "MythTV"
  45. # AuthUserFile /var/www/htdigest
  46. # Require valid-user
  47. # BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
  48. # Order allow,deny
  49. # Satisfy any
  50. #
  51. # * If you're running Apache earlier than 2.2, you will need to use
  52. # the AuthDigestFile command instead of AuthUserFile (3rd line above).
  53. #
  54. ############################################################################
  55. # Some special instructions for the MythWeb controller files
  56. #
  57. <Files mythweb.*>
  58.  
  59. #
  60. # Use the following environment settings to tell MythWeb where you want it to
  61. # look to connect to the database, the name of the database to connect to, and
  62. # the authentication info to use to connect. The defaults will usually work
  63. # fine unless you've changed mythtv's mysql.txt file, or are running MythWeb on
  64. # a different server from your main backend. Make sure you have mod_env enabled.
  65. #
  66. setenv db_server "localhost"
  67. setenv db_name "mythconverg"
  68. setenv db_login "mythtv"
  69. setenv db_password "mythtv"
  70.  
  71. #
  72. # By default, MythWeb uses the hostname program to look up the hostname of the
  73. # machine it runs on. If this reports incorrect data, or you run MythWeb on a
  74. # machine without the hostname program, set this to your current hostname.
  75. #
  76. # setenv hostname "my_mythbox"
  77. #
  78.  
  79. # By default, php will always search the current directory for include files,
  80. # but if you wish to install these directories outside of the current path
  81. # (eg. for security reasons), set this variable to the directory that
  82. # contains the directories like languages and templates. eg.
  83. #
  84. # setenv include_path "/usr/share/mythweb"
  85.  
  86. # If you want MythWeb to email php/database errors (and a backtrace) to you,
  87. # uncomment and set the email address below.
  88. #
  89. # setenv error_email "[email protected]"
  90. #
  91.  
  92. # If your local file system is something other than UTF-8, set this variable
  93. # so that the music and video portions of MythWeb can provide proper links
  94. # to your downloadable files.
  95. #
  96. # setenv fs_encoding "ISO-8859-1"
  97.  
  98. </Files>
  99.  
  100. ############################################################################
  101. # The following settings relate to PHP config.
  102. #
  103.  
  104. <Files *.php>
  105.  
  106. # These settings are intended for apache 2.x. If your version of apache
  107. # doesn't support php_value, or things like memory_limit aren't working
  108. # as expected, then use these settings as examples for your own php.ini
  109. # files.
  110. # php_value safe_mode 0
  111. # php_value register_globals 0
  112. # php_value magic_quotes_gpc 0
  113. php_value file_uploads 0
  114. php_value allow_url_fopen On
  115.  
  116. php_value zlib.output_handler Off
  117. # php_value output_handler NULL
  118.  
  119. # If you have a large number of channels, you may need to increase
  120. # this value to prevent PHP from running out of memory during
  121. # searches. The default is 64M.
  122. # hp_value memory_limit 64M
  123. # php_value memory_limit 128M
  124. # php_value memory_limit 256M
  125. php_value memory_limit 512M
  126.  
  127. # If you have a large number of channels, php may timeout creating
  128. # complex pages, so you will need to increase the amount of time
  129. # php has to create the page. The default is 30 seconds.
  130. # php_value max_execution_time 30
  131. # php_value max_execution_time 60
  132. php_value max_execution_time 120
  133.  
  134. # Note: php_flag does not work in older versions of php
  135. # php_flag output_handler "NULL"
  136.  
  137. </Files>
  138.  
  139. ############################################################################
  140. # The settings below relate specifically to mod_rewrite and the rewrite
  141. # engine used to make the MythWeb user experience a little easier to deal
  142. # with by simplifying the URLs needed to access the various sections. Do
  143. # not touch these settings unless you really know what you're doing..
  144. #
  145.  
  146. # Turn on the rewrite engine
  147. RewriteEngine on
  148.  
  149. # If MythWeb is installed outside of the document root (eg. using Alias) then
  150. # you will need to set this directive to the base URL that MythWeb is visible
  151. # from externally. If you do not, the web server will return 'not found'.
  152. # RewriteBase /mythweb
  153.  
  154. # Skip out early if we've already been through rewrites,
  155. # or if this is a /css/, /js/ or /cache/ directory request.
  156. RewriteRule ^(css|data|images|js|themes|skins|README|INSTALL|[a-z_]+\.(php|pl))(/|$) - [L]
  157.  
  158. # Redirect /pl/ requests to the perl cgi handler.
  159. RewriteRule ^(pl(/.*)?)$ mythweb.pl/$1 [QSA,L]
  160.  
  161. # Redirect most of the remaining URL requests to the main mythweb script.
  162. # It will then handle any requests given to it.
  163. RewriteRule ^(.+)$ mythweb.php/$1 [QSA,L]
  164.  
  165. # If you're experiencing trouble with the previous two lines in your copy of
  166. # apache, you could instead use something like:
  167. # RewriteRule ^(pl(/.*)?)$ mythweb.pl?PATH_INFO=/$1 [L,QSA]
  168. # RewriteRule ^(.+)$ mythweb.php?PATH_INFO=/$1 [L,QSA]
  169.  
  170. # Catch anything else that comes through and send it to mythweb.php with no parameters.
  171. RewriteRule ^(.*)$ mythweb.php [QSA,L]
  172.  
  173. ############################################################################
  174. # You really shouldn't need to edit anything below this line, so please
  175. # don't unless you know what you're doing.
  176. #
  177.  
  178. # Allow .htaccess to override whatever it wants from the server config.
  179. AllowOverride All
  180.  
  181. # Allow browsers to follow symlinks that point outside of the web document
  182. # tree. This is how we access music, videos, etc.
  183. Options FollowSymLinks
  184.  
  185. # MythTV now uses the correct file suffix for mpeg files, so all .nuv files
  186. # should actually be NuppleVideo. However, apache probably doesn't know what
  187. # those are, so we should tell it.
  188. AddType video/nuppelvideo .nuv
  189.  
  190. # Specify the MIME type for favicon.ico in case the server configuration
  191. # doesn't or in case the server configuration uses the IANA-approved MIME type
  192. # (image/vnd.microsoft.icon)--which most browsers won't recognize.
  193. AddType image/x-icon .ico
  194.  
  195. # Enable mod_deflate. This works MUCH more reliably than PHP's built-in
  196. # gzip/Zlib compressors. It is disabled here because many distros seem not
  197. # to enable mod_deflate by default, but I strongly recommend that you
  198. # enable this section.
  199. #
  200. # BrowserMatch ^Mozilla/4 gzip-only-text/html
  201. # BrowserMatch ^Mozilla/4\.0[678] no-gzip
  202. # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  203. #
  204. # AddOutputFilterByType DEFLATE text/html
  205. # AddOutputFilterByType DEFLATE text/css
  206. # AddOutputFilterByType DEFLATE application/x-javascript
  207.  
  208. # This is helpful for mod_deflate -- it prevents proxies from changing
  209. # the user agent to/from this server, which can prevent compression from
  210. # being enabled. It is disabled here because many distros seem not to
  211. # enable mod_headers by default, but I recommend that you enable it.
  212. #
  213. # Header append Vary User-Agent env=!dont-vary
  214.  
  215. # Set up the perl handler so we can stream properly. Do not use mod_perl
  216. # because it has a tendency to hold onto child processes, which causes
  217. # problems if the browser closes on an in-progress stream.
  218. #
  219. <Files *.pl>
  220. SetHandler cgi-script
  221. Options +ExecCGI
  222. </Files>
  223.  
  224. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement