| bio | website | |
|---|---|---|
| location | Brazil | |
| age | 28 | |
| visits | member for | 1 year, 1 month |
| seen | May 23 '12 at 12:27 | |
| stats | profile views | 9 |
Experienced Brazilian software engineer, aiming a tech-nomad life-styyle.
Interests:
HTML5 goodies
Linux
Rasperberry PI, Arduino...
Any cutting-edge technology
|
Apr 15 |
comment |
Why do I get “Permission denied (publickey)” when trying to SSH from local Ubuntu to a Amazon EC2 server? well, in my case i was using the wrong username. was using "ubuntu" instead of "bitnami". like this: ssh -i key.pem bitnami@hostaddress |
|
Mar 30 |
awarded | Editor |
|
Mar 30 |
revised |
Page loading hangs and never times out (Apache / nginx) added 162 characters in body; edited tags; edited title |
|
Mar 29 |
comment |
Page loading hangs and never times out (Apache / nginx) Here's what I get when requesting with a browser: "GET /index2.html HTTP/1.1" 206 375 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" "GET /index2.html HTTP/1.1" 206 12743 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" |
|
Mar 29 |
comment |
Page loading hangs and never times out (Apache / nginx) I dont know if that's what you mean, but here's what I have on access.log: [29/Mar/2012:10:46:54 -0300] "GET index2.html" 400 226 "-" "-" Additionally, I've saved the HTTP response (using telnet) and the response size is always approximately 4.2KB. |
|
Mar 29 |
asked | Page loading hangs and never times out (Apache / nginx) |