On Fri, Jun 11, 2010 at 5:50 PM, Tom Evans <tevans...@googlemail.com> wrote:

> HTTP doesn't work on filenames. I need to understand what your sites
> are sending, whether requests are going to the right server, etc etc.

> Since I can't access your servers, and don't know your applications, I
> will have to describe how to debug it in generic terms:
>
> Take one URL on the mingle application. This may be the login page or
> something similar, and for this example it is at
> http://192.168.1.10:8080/login.php .
> We want to present this URL externally at
> http://site.domain.com/mingle/login.php
>
> Go to http://site.domain.com/mingle/login.php
I have a doubt  you mean to say to go to site from server (run firefox
there on server)
 which is redirecting to internal IP where mingle is present.
or from any browser via user from internet

> 1) Does this request appear in the access log of the proxy server?
Yes it does appear.In the form

GET /mingle HTTP/1.0" 302

> 2) Does this request appear in the access log of the mingle server?
Yes.I see my IP logged when I access http://site.mydomain.com/mingle
(see in apache logs and mingle both)
Processing ProjectsController#index (for 192.168.1.12 at 2010-06-11
20:12:13) [GET]

Following are more logs on mingle server

[2010-06-11 20:12:13,321] [btpool0-1] [/] Redirected to
http://site.mydomain.com/profile/login
[2010-06-11 20:12:13,321] [btpool0-1] [/] Filter chain halted as
[:authenticated?] rendered_or_redirected.
 [2010-06-11 20:12:13,322] [btpool0-1] [/] Completed in 82ms (DB: 406)
| 302 Found [http://site.mydomain.com]




> Start tracking responses using something like the livehttpheaders
> plugin for firefox. Is it failing because the browser is being
> redirected to the wrong URL?

>If so, provide the Location headers from
> those redirects so we can see why.

I clicked http://site.mydomain.com
from within LAN where the site is hosted.
Following are the headers captured from my laptop in httplive I have
also posted below headers captured when I accessed the site from
Server A and server where it is hosted scroll down



----------------------------------------------------------

http://site.mydomain.com/profile/login



GET /profile/login HTTP/1.1

Host: site.mydomain.com

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8)
Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 300

Proxy-Connection: keep-alive

Cookie: SESS440c87567d2953541cb9726c24c2fe5f=dpc7834qqbv8ds8ct7b18129o1;
SESSc7d2ae400a554b03caf14d856186f992=7l2b3etbtgmf15s0scbgg2uke7;
mingle_3_1_session_id=0aea9b863295bcc90c93587ae94db6ae



HTTP/1.0 404 Not Found

Date: Fri, 11 Jun 2010 14:47:37 GMT

Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 245

Content-Type: text/html; charset=iso-8859-1

Age: 136





Via: 1.0 site.mydomain.com, 1.0 cachingserver:80 (squid/2.6.STABLE6)

Proxy-Connection: close

----------------------------------------------------------




The headers captured from Server A where this ProxyPass is configured are

http://site.mydomain.com/mingle



GET /mingle HTTP/1.1

Host: site.mydomain.com

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Cookie: SESS440c87567d2953541cb9726c24c2fe5f=tdn7dej7oh2mnak8cj9k4jc532



HTTP/1.1 404 Not Found

Date: Fri, 11 Jun 2010 14:55:18 GMT

Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 241

Keep-Alive: timeout=15, max=100

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1

----------------------------------------------------------




The headers from 192.168.1.10

when I accessed it via http://site.mydomain.com/mingle


http://site.mydomain.com/mingle



GET /mingle HTTP/1.1

Host: site.mydomain.com

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive



HTTP/1.1 404 Not Found

Date: Fri, 11 Jun 2010 15:03:05 GMT

Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 241

Keep-Alive: timeout=15, max=100

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1

----------------------------------------------------------

http://site.mydomain.com/favicon.ico



GET /favicon.ico HTTP/1.1

Host: site.mydomain.com

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive



HTTP/1.1 404 Not Found

Date: Fri, 11 Jun 2010 15:03:05 GMT

Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 244

Keep-Alive: timeout=15, max=99

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1

----------------------------------------------------------

http://site.mydomain.com/favicon.ico



GET /favicon.ico HTTP/1.1

Host: site.mydomain.com

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive



HTTP/1.1 404 Not Found

Date: Fri, 11 Jun 2010 15:03:08 GMT

Server: Apache/2.2.14 (Ubuntu)

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 244

Keep-Alive: timeout=15, max=98

Connection: Keep-Alive

Content-Type: text/html; charset=iso-8859-1

----------------------------------------------------------




The headers when I accessed site locally where mingle is hosted
http://localhost:8080 where it is full functional


http://localhost:8080/



GET / HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive



HTTP/1.1 302 Found

Content-Type: text/html; charset=utf-8

Set-Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183;
path=/; HttpOnly

Cache-Control: no-cache

Location: http://localhost:8080/profile/login

X-Runtime: 104

Content-Length: 101

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/profile/login



GET /profile/login HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8

Set-Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183;
path=/; HttpOnly

Cache-Control: no-cache

X-Runtime: 82

Content-Length: 6222

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/stylesheets/base_packaged.css?1270057297



GET /stylesheets/base_packaged.css?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/css,*/*;q=0.1

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Content-Type: text/css

Cache-Control: max-age=2592000

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Transfer-Encoding: chunked

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/stylesheets/profile_packaged.css?1270057297



GET /stylesheets/profile_packaged.css?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/css,*/*;q=0.1

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: text/css

Content-Length: 1003

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/stylesheets/print_packaged.css?1270057297



GET /stylesheets/print_packaged.css?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: text/css,*/*;q=0.1

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: text/css

Content-Length: 10296

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/javascripts/base_packaged.js?1270057297



GET /javascripts/base_packaged.js?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: */*

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: text/js

Transfer-Encoding: chunked

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/mingle-logo.png?1270057297



GET /images/mingle-logo.png?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 7424

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/graphic-dialog-mid.jpg?1270057297



GET /images/graphic-dialog-mid.jpg?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Content-Type: image/jpeg

Cache-Control: max-age=2592000

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Length: 14667

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/graphic-dialog-left.png?1270057297



GET /images/graphic-dialog-left.png?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 750

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/ajax-spinner-big.gif?1270057297



GET /images/ajax-spinner-big.gif?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/profile/login

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: image/gif

Content-Length: 6820

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/tws_hdbg.gif



GET /images/tws_hdbg.gif HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/stylesheets/base_packaged.css?1270057297

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Content-Type: image/gif

Cache-Control: max-age=2592000

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Length: 107

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/header-tws-back.png



GET /images/header-tws-back.png HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/stylesheets/base_packaged.css?1270057297

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 239

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/std-main-back.png



GET /images/std-main-back.png HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/stylesheets/base_packaged.css?1270057297

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 218

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/graphic-dialog-right.png



GET /images/graphic-dialog-right.png HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/stylesheets/profile_packaged.css?1270057297

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 12109

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/images/icon-page-help.gif



GET /images/icon-page-help.gif HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://localhost:8080/stylesheets/base_packaged.css?1270057297

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Content-Type: image/gif

Cache-Control: max-age=2592000

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Length: 168

Server: Jetty(6.1.19)

----------------------------------------------------------

http://localhost:8080/mingle.ico?1270057297



GET /mingle.ico?1270057297 HTTP/1.1

Host: localhost:8080

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3)
Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

Accept: image/png,image/*;q=0.8,*/*;q=0.5

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Cookie: mingle_3_1_session_id=e244d4f1dbf2f3f44c32b9f2f2726183



HTTP/1.1 200 OK

Last-Modified: Wed, 31 Mar 2010 17:41:37 GMT

Cache-Control: max-age=2592000

Date: Fri, 11 Jun 2010 20:33:54 IST

Expires: Sun, 11 Jul 2010 20:33:54 IST

Content-Type: application/octet-stream

Content-Length: 1150

Server: Jetty(6.1.19)

----------------------------------------------------------




Location headers I did read this wikipedia page
http://en.wikipedia.org/wiki/HTTP_location
which one in above are Location Headers
if not let me know how to capture.



-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to