diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-20 00:47:24 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-20 00:47:24 +0100 |
commit | 6df63fe546290c825d98d28b18c04417b279ffb6 (patch) | |
tree | 2486bb3f7c8db4a667c764e79565b52ca850bb8e | |
parent | 2d73917bb539a769063bdb8e3bc8649eebfb9315 (diff) |
latest console output from HTTP server
-rw-r--r-- | junos-bootstrap/httpd/terminal.log | 44 |
1 files changed, 11 insertions, 33 deletions
diff --git a/junos-bootstrap/httpd/terminal.log b/junos-bootstrap/httpd/terminal.log index bc29dc7..eaf6356 100644 --- a/junos-bootstrap/httpd/terminal.log +++ b/junos-bootstrap/httpd/terminal.log @@ -1,36 +1,14 @@ j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/httpd/server_http.py -Switches in DB during server_http.py startup: - --> e-00-0-test, connected to distro-test port ge-0/0/0 - --> e-00-1-test, connected to distro-test port ge-0/0/3 - --> e-00-2-test, connected to distro-test port ge-0/0/6 - --> e-60-0-test, connected to distro-test port ge-0/0/9 - -[Wed Feb 11 03:02:15 2015] Server Starts - 10.0.30.131:8080 -[10.0.10.6] [Wed Feb 11 03:02:28 2015] Incoming HTTP GET request: source:10.0.10.6 path:/files/jinstall-ex-2200-12.3R6.6-domestic-signed.tgz -[10.0.10.6] --> File request for "jinstall-ex-2200-12.3R6.6-domestic-signed.tgz" in "junos-bootstrap/httpd/files/" -[10.0.10.6] --> File found -[10.0.10.6] --> File transfer started -[10.0.10.6] --> File transfer completed -[10.0.10.6] [Wed Feb 11 03:03:32 2015] Incoming HTTP GET request: source:10.0.10.6 path:/files/nonexisting_filename -[10.0.10.6] --> File request for "nonexisting_filename" in "junos-bootstrap/httpd/files/" -[10.0.10.6] --> File request rejected due to nonexisting file -[10.0.10.6] [Wed Feb 11 03:03:47 2015] Incoming HTTP GET request: source:10.0.10.6 path:/files/jinstall-ex-2200-14.1X53-D15.2-domestic-signed.tgz -[10.0.10.6] --> File request for "jinstall-ex-2200-14.1X53-D15.2-domestic-signed.tgz" in "junos-bootstrap/httpd/files/" -[10.0.10.6] --> File found -[10.0.10.6] --> File transfer started -[10.0.10.6] --> File transfer completed -[10.0.10.6] [Wed Feb 11 03:08:18 2015] Incoming HTTP GET request: source:10.0.10.6 path:/tg15-edge/e-60-0-test -[10.0.10.6] --> Hostname "e-60-0-test" accepted, fetching info from DB -[10.0.10.6] --> Template successfully populated -[10.0.10.6] --> Sending response to client -[10.0.10.6] --> Success - 1442 bytes sent to client -[10.0.10.6] [Wed Feb 11 03:08:18 2015] Incoming HTTP GET request: source:10.0.10.6 path:/favicon.ico -[10.0.10.6] --> rejected due to bad path -[10.0.10.6] [Wed Feb 11 03:08:18 2015] Incoming HTTP GET request: source:10.0.10.6 path:/favicon.ico -[10.0.10.6] --> rejected due to bad path -^C - -[Wed Feb 11 03:09:06 2015] HTTP Server stopped - +[Thu Feb 19 23:15:45 2015] Server Starts - 0.0.0.0:80 +[10.0.200.101] [Fri Feb 20 00:18:25 2015] Incoming HTTP GET URI://tg-edge/e-00-1 +[10.0.200.101] --> Hostname "e-00-1" accepted, fetching info from DB +[10.0.200.101] --> Template successfully populated +[10.0.200.101] --> Sending response to client +[10.0.200.101] --> Success - 1437 bytes sent to client +[10.0.200.101] [Fri Feb 20 00:18:26 2015] Incoming HTTP GET URI://files/jinstall-ex-2200-12.3R6.6-domestic-signed.tgz +[10.0.200.101] --> File request for "jinstall-ex-2200-12.3R6.6-domestic-signed.tgz" in "junos-bootstrap/httpd/files/" +[10.0.200.101] --> File found +[10.0.200.101] --> File transfer started +[10.0.200.101] --> File transfer completed |