Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Duncan Brannen
Re: the example there, sorry if I'm pointing out the obvious, but I guess you've a typo in the URL you're trying to get the Last-Modified for as you've got a 404 there. I'm thinking you won't get a Last-Modified returned on that ;) Cheers, Duncan Kaushal Shriyan wrote: On 7/23/07, *J

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Joshua Slive
On 7/23/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: I am not getting the Last Modified Date Header :( which i was interested in, is there any other method to get the Last Modified Date Header apart from direct access to the File System Sure there are lots of other ways to get it. You could

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Kaushal Shriyan
On 7/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/23/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Thanks Victor > > But the information I was looking for Last Modified Date is missing when i > run GET http://192.168.0.1/ HTTP/1.0 > > Please advice me how to go ahead in finding the Las

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Joshua Slive
On 7/23/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Thanks Victor But the information I was looking for Last Modified Date is missing when i run GET http://192.168.0.1/ HTTP/1.0 Please advice me how to go ahead in finding the Last Modified Date Information If you saw HTTP response headers

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Kaushal Shriyan
Thanks Victor But the information I was looking for Last Modified Date is missing when i run GET http://192.168.0.1/ HTTP/1.0 Please advice me how to go ahead in finding the Last Modified Date Information Thanks in Advance Kaushal On 7/23/07, Victor Trac <[EMAIL PROTECTED]> wrote: You'll n

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Joshua Slive
On 7/23/07, Victor Trac <[EMAIL PROTECTED]> wrote: You'll need something a http version, e.g.: GET http://192.168.0.1/ HTTP/1.0 Getting closer, but still not quite. This is documented here: http://wiki.apache.org/httpd/WatchingHttpHeaders Joshua.

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Victor Trac
You'll need something a http version, e.g.: GET http://192.168.0.1/ HTTP/1.0 --Victor On 7/23/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Thanks Owen Boyle How do i run the GET or HEAD command is it telnet 192.168.0.1 80 GET http://192.168.0.1/ Correct me if I am wrong Thanks and Reg

Re: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Kaushal Shriyan
On 7/23/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 7:37 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Last Modified date of a document > > Hi

RE: [EMAIL PROTECTED] Last Modified date of a document

2007-07-23 Thread Boyle Owen
> -Original Message- > From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 7:37 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Last Modified date of a document > > Hi > > How can i know the Last Modified date of a d

[EMAIL PROTECTED] Last Modified date of a document

2007-07-22 Thread Kaushal Shriyan
Hi How can i know the Last Modified date of a document from the URL, is there a way to find out Thanks and Regards Kaushal