bind
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bind [2010/01/01 17:20] – created jt | bind [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | In order to make it work simply change following options. | + | bind is used for DNS. This instruction on how to install |
- | Enable all needed modules, in this case i am configuring it for streaming. | + | < |
- | + | yum install bind bind-chroot bind-libs bind-utils caching-nameserver | |
- | < | + | |
- | " | + | |
- | " | + | |
- | </ | + | |
- | + | ||
- | Specify file extension | + | |
- | + | ||
- | <code lighttpd> | + | |
- | flv-streaming.extensions = ( " | + | |
- | h264-streaming.extensions = ( " | + | |
- | </ | + | |
- | + | ||
- | Now enable document root from where you want to serve content. | + | |
- | + | ||
- | <code lighttpd> | + | |
- | server.document-root = "/ | + | |
- | </ | + | |
- | + | ||
- | Setup Log / PID file | + | |
- | + | ||
- | <code lighttpd> | + | |
- | server.errorlog | + | |
- | accesslog.filename | + | |
- | server.pid-file = "/ | + | |
- | </ | + | |
- | + | ||
- | Setup server port/IP | + | |
- | + | ||
- | <code lighttpd> | + | |
- | server.port | + | |
- | server.bind | + | |
- | </ | + | |
- | + | ||
- | Setup server user | + | |
- | + | ||
- | <code lighttpd> | + | |
- | server.username | + | |
- | server.groupname | + | |
- | </ | + | |
- | + | ||
- | Finally setup virtual host. | + | |
- | + | ||
- | <code lighttpd> | + | |
- | $HTTP[" | + | |
- | server.document-root = "/ | + | |
- | } | + | |
</ | </ |
bind.1262366457.txt.gz · Last modified: 2020/08/10 02:28 (external edit)