Gentoo Archives: gentoo-user

From: napalm@××××××××××.org
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] minimal web server
Date: Tue, 08 May 2012 09:58:24
Message-Id: 20120508095627.GA4236@squareownz.org
In Reply to: Re: [gentoo-user] minimal web server by Keith Dart
1 On Sat, May 05, 2012 at 03:00:25PM -0700, Keith Dart wrote:
2 > Re , James said:
3 > > #copy running-config [http | https] <url>
4 >
5 >
6 > Routers can usually also write to a tftp or ftp server. Those are
7 > actually simpler to set up.
8 >
9 > To use HTTP you would also have to set up a POST handler.
10 >
11 >
12 > -- Keith
13 >
14 >
15 > --
16 >
17 > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 > Keith Dart <keith@×××××××××.biz>
19 > public key: ID: 19017044
20 > <http://www.dartworks.biz/>
21 > =====================================================================
22 >
23
24 Well a small web-server is going to handle the POST headers for you -
25 you're not going to have to write everything from scratch.