User:Adricnet/Apache: Difference between revisions
Jump to navigation
Jump to search
(add update.1 example) |
(and a ship.2 example for contrast, with trac link too) |
||
Line 1: | Line 1: | ||
Sample apache logs from [[Browse]]: |
Sample apache logs from [[Browse]]: |
||
from ship.2 65 (shipped on all G1G1 units) |
|||
from update.1 |
|||
<pre> |
|||
65.x.x.x - - [07/Feb/2008:03:17:45 -0800] "GET / HTTP/1.1" 200 2799 "-" "Mozilla/5.0 (X11; U; Linux i686; chrome://navigator/locale/navigator.properties; rv:1.9a9pre) Gecko" |
|||
65.x.x.x - - [07/Feb/2008:03:17:46 -0800] "GET /img/icon.png HTTP/1.1" 200 15515 "http://adric.net/" "Mozilla/5.0 (X11; U; Linux i686; chrome://navigator/locale/navigator.properties; rv:1.9a9pre) Gecko" |
|||
</pre> |
|||
from Update.1 build 690 (testing for release soon as of Feb 2008) |
|||
<pre> |
<pre> |
||
65.x.x.x - - [06/Feb/2008:07:31:46 -0800] "GET / HTTP/1.1" 200 2799 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)" |
65.x.x.x - - [06/Feb/2008:07:31:46 -0800] "GET / HTTP/1.1" 200 2799 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)" |
||
65.x.x.x - - [06/Feb/2008:07:31:47 -0800] "GET /img/icon.png HTTP/1.1" 200 15512 "http://adric.net/" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)" |
65.x.x.x - - [06/Feb/2008:07:31:47 -0800] "GET /img/icon.png HTTP/1.1" 200 15512 "http://adric.net/" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)" |
||
</pre> |
</pre> |
||
This was discussed and fixed in this {{Trac|5269|rfe}}. |
Revision as of 11:30, 7 February 2008
Sample apache logs from Browse:
from ship.2 65 (shipped on all G1G1 units)
65.x.x.x - - [07/Feb/2008:03:17:45 -0800] "GET / HTTP/1.1" 200 2799 "-" "Mozilla/5.0 (X11; U; Linux i686; chrome://navigator/locale/navigator.properties; rv:1.9a9pre) Gecko" 65.x.x.x - - [07/Feb/2008:03:17:46 -0800] "GET /img/icon.png HTTP/1.1" 200 15515 "http://adric.net/" "Mozilla/5.0 (X11; U; Linux i686; chrome://navigator/locale/navigator.properties; rv:1.9a9pre) Gecko"
from Update.1 build 690 (testing for release soon as of Feb 2008)
65.x.x.x - - [06/Feb/2008:07:31:46 -0800] "GET / HTTP/1.1" 200 2799 "-" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)" 65.x.x.x - - [06/Feb/2008:07:31:47 -0800] "GET /img/icon.png HTTP/1.1" 200 15512 "http://adric.net/" "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9b3pre) Gecko OLPC/Update.1 (XO)"
This was discussed and fixed in this rfe (Trac #5269) .