Unix and Linux Discussions Tagged with web |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
7,375 |
Web Development |
|
|
|
1 |
5,445 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,026 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,298 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,036 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,312 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
4,638 |
What is on Your Mind? |
|
|
|
0 |
3,296 |
Web Development |
|
|
|
18 |
16,706 |
Shell Programming and Scripting |
|
|
|
4 |
10,264 |
Web Development |
|
|
|
0 |
2,139 |
Shell Programming and Scripting |
|
|
|
4 |
27,211 |
Web Development |
|
|
|
3 |
5,578 |
Web Development |
|
|
|
1 |
2,621 |
Web Development |
|
|
|
1 |
11,054 |
Web Development |
|
|
|
2 |
3,527 |
Web Development |
|
|
|
9 |
5,291 |
Web Development |
|
|
|
10 |
23,714 |
Web Development |
|
|
|
1 |
4,332 |
Web Development |
|
|
|
0 |
2,950 |
Web Development |
|
|
|
1 |
4,736 |
Web Development |
|
|
|
0 |
2,611 |
Web Development |
|
|
|
2 |
4,526 |
Web Development |
|
|
|
1 |
3,504 |
Web Development |
|
|
|
0 |
3,802 |
Web Development |
|
|
|
3 |
3,167 |
Web Development |
|
|
|
1 |
3,066 |
Web Development |
|
|
|
0 |
3,550 |
Web Development |
|
|
|
2 |
6,502 |
Web Development |
|
|
|
0 |
6,675 |
Web Development |
|
|
|
2 |
5,352 |
Web Development |
|
|
|
2 |
6,165 |
Web Development |
|
|
|
0 |
4,092 |
Web Development |
|
|
|
2 |
9,910 |
Web Development |
|
|
|
0 |
3,748 |
Web Development |
|
|
|
1 |
5,838 |
Web Development |
|
|
|
0 |
3,115 |
Web Development |
|
|
|
0 |
3,627 |
Web Development |
|
|
|
3 |
3,947 |
Web Development |
|
|
|
0 |
4,170 |
Web Development |
bup-ftp(1) General Commands Manual bup-ftp(1)
NAME
bup-web - Start web server to browse bup repositiory
SYNOPSIS
bup web [[hostname]:port]
DESCRIPTION
bup web starts a web server that can browse bup repositories. The file hierarchy is the same as that shown by bup-fuse(1), bup-ls(1) and
bup-ftp(1).
hostname and port default to 127.0.0.1 and 8080, respectively, and hence bup web will only offer up the web server to locally running
clients. If you'd like to expose the web server to anyone on your network (dangerous!) you can omit the bind address to bind to all avail-
able interfaces: :8080.
EXAMPLE
$ bup web
Serving HTTP on 127.0.0.1:8080...
^C
$ bup web :8080
Serving HTTP on 0.0.0.0:8080...
^C
SEE ALSO
bup-fuse(1), bup-ls(1), bup-ftp(1), bup-restore(1)
BUP
Part of the bup(1) suite.
AUTHORS
Joe Beda <jbeda@gmail.com>.
Bup unknown- bup-ftp(1)