public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* http://egcs.cygnus.com/faq.html
@ 1999-02-20  9:08 Paul Derbyshire
       [not found] ` < 3.0.6.32.19990220120743.008f3c80@pop.globalserve.net >
  1999-02-28 22:53 ` http://egcs.cygnus.com/faq.html Paul Derbyshire
  0 siblings, 2 replies; 8+ messages in thread
From: Paul Derbyshire @ 1999-02-20  9:08 UTC (permalink / raw)
  To: egcs

Why does your Web server keep changing the time stamp on this file
monotonously every single minute? This is really annoying because when
browsing the FAQ, clicking links to anchors, and then clicking Back to
browse it, every time an exact minute has passed the browser will go fetch
the page from the server again, taking an eternity to do so, because it
sees the changed timestamp and thinks the damn FAQ's been updated when it
hasn't been.


Please don't artificially alter the time stamps on HTML files. It is a
major nuisance to viewers and presents an artificial (and some would go so
far as to say fraudulent) image of recently-updatedness to the file. Be
honest about how recently a Web page has truly been modified.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
       [not found] ` < 3.0.6.32.19990220120743.008f3c80@pop.globalserve.net >
@ 1999-02-22  9:59   ` Gerald Pfeifer
       [not found]     ` < Pine.GSO.4.10.9902221833070.23139-100000@markab.dbai.tuwien.ac.at >
  1999-02-28 22:53     ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
  0 siblings, 2 replies; 8+ messages in thread
From: Gerald Pfeifer @ 1999-02-22  9:59 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: Jason Molenda, egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
> Please don't artificially alter the time stamps on HTML files. It is a
> major nuisance to viewers and presents an artificial (and some would go so
> far as to say fraudulent) image of recently-updatedness to the file.
                ^^^^^^^^^^

Paul, others have told you already -- among them Chris Lewis in nanam,
so this is not specific to egcs -- but your style is barely (if at all)
acceptable.

There is absolutely no need to treat volunteers (like myself) and others,
who already do work much more than they're getting paid for, that way.


With regard to Paul's request: Jason, I noticed that indeed the egcs web
server apparently does not provide "Last modified/Last changed" data.

As an additional data point, my Apache 1.3.4 machines do provide that
by default, but I failed to find any setting in httpd.conf on the egcs
machine that might disable that.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
       [not found]     ` < Pine.GSO.4.10.9902221833070.23139-100000@markab.dbai.tuwien.ac.at >
@ 1999-02-26 14:07       ` Gerald Pfeifer
       [not found]         ` < Pine.GSO.4.10.9902262256130.20620-100000@alphard.dbai.tuwien.ac.at >
  1999-02-28 22:53         ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
  0 siblings, 2 replies; 8+ messages in thread
From: Gerald Pfeifer @ 1999-02-26 14:07 UTC (permalink / raw)
  To: egcs, Paul Derbyshire; +Cc: Jason Molenda

[ Here is an abstract for the mailing list and Paul as this has been
  resolved off-list. ]

On Mon, 22 Feb 1999, Gerald Pfeifer wrote:
> On Sat, 20 Feb 1999, Paul Derbyshire wrote:
>> Please don't artificially alter the time stamps on HTML files. It is a
>> major nuisance to viewers and presents an artificial (and some would go so
>> far as to say fraudulent) image of recently-updatedness to the file.
>                 ^^^^^^^^^^
> [...] 
> With regard to Paul's request: Jason, I noticed that indeed the egcs web
> server apparently does not provide "Last modified/Last changed" data.

Once notified of this issue, Jason quickly analysed the situation and
found out the following:

  If you enable the Server Side Include (SSI) feature of the apache
  httpd, it doesn't send a Last-Modified header for SSI documents.
  On egcs.cygnus.com/sourceware.cygnus.com, the server is configured to
  assume that all HTML documents are potentially SSI documents, so it
  never output the Last-Modified header.

  The EGCS pages do use the SSI stuff for the Glimpse index stuff, so I
  need to leave it enabled for those.

By Tuesday he had obtained a patch for this by DJ Delorie and updated the
Apache server on the egcs machine.


Again, thanks a lot to Jason for his quick response and fix for a problem
that was _not_ his fault, let alone intentional or fraudulent.

Paul, I believe you really owe Jason an apology, either here on the list
or by private e-mail.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
       [not found]         ` < Pine.GSO.4.10.9902262256130.20620-100000@alphard.dbai.tuwien.ac.at >
@ 1999-02-27 23:34           ` Paul Derbyshire
  1999-02-28 22:53             ` http://egcs.cygnus.com/faq.html Paul Derbyshire
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Derbyshire @ 1999-02-27 23:34 UTC (permalink / raw)
  To: egcs

Me:

>>> Please don't artificially alter the time stamps on HTML files.

Someone:

>> With regard to Paul's request: Jason, I noticed that indeed the egcs web
>> server apparently does not provide "Last modified/Last changed" data.

You:

>  If you enable the Server Side Include (SSI) feature of the apache
>  httpd, it doesn't send a Last-Modified header for SSI documents.
>  On egcs.cygnus.com/sourceware.cygnus.com, the server is configured to
>  assume that all HTML documents are potentially SSI documents, so it
>  never output the Last-Modified header...

Apologies...I didn't think a bug in a web server could possibly cause such
behavior. Web pages are ALWAYS supposed to provide a (truthful) timestamp
for client and proxy caching systems to use. This is probably in the HTTP
RFCs somewhere. Anyways, it looks like we've all been bitten by a weird
Apache bug (and possibly the first bug I've ever heard of Apache having)...
Someone (i.e. the webmaster) might want to send a bug report to Apache
about the missing timestamp header problem. SSI files should have a
timestamp reflecting the logical 'last changed' time, that is, the most
recent modification time among the HTML file and all included files.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

^ permalink raw reply	[flat|nested] 8+ messages in thread

* http://egcs.cygnus.com/faq.html
  1999-02-20  9:08 http://egcs.cygnus.com/faq.html Paul Derbyshire
       [not found] ` < 3.0.6.32.19990220120743.008f3c80@pop.globalserve.net >
@ 1999-02-28 22:53 ` Paul Derbyshire
  1 sibling, 0 replies; 8+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

Why does your Web server keep changing the time stamp on this file
monotonously every single minute? This is really annoying because when
browsing the FAQ, clicking links to anchors, and then clicking Back to
browse it, every time an exact minute has passed the browser will go fetch
the page from the server again, taking an eternity to do so, because it
sees the changed timestamp and thinks the damn FAQ's been updated when it
hasn't been.


Please don't artificially alter the time stamps on HTML files. It is a
major nuisance to viewers and presents an artificial (and some would go so
far as to say fraudulent) image of recently-updatedness to the file. Be
honest about how recently a Web page has truly been modified.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
  1999-02-22  9:59   ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
       [not found]     ` < Pine.GSO.4.10.9902221833070.23139-100000@markab.dbai.tuwien.ac.at >
@ 1999-02-28 22:53     ` Gerald Pfeifer
  1 sibling, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 1999-02-28 22:53 UTC (permalink / raw)
  To: Paul Derbyshire; +Cc: Jason Molenda, egcs

On Sat, 20 Feb 1999, Paul Derbyshire wrote:
> Please don't artificially alter the time stamps on HTML files. It is a
> major nuisance to viewers and presents an artificial (and some would go so
> far as to say fraudulent) image of recently-updatedness to the file.
                ^^^^^^^^^^

Paul, others have told you already -- among them Chris Lewis in nanam,
so this is not specific to egcs -- but your style is barely (if at all)
acceptable.

There is absolutely no need to treat volunteers (like myself) and others,
who already do work much more than they're getting paid for, that way.


With regard to Paul's request: Jason, I noticed that indeed the egcs web
server apparently does not provide "Last modified/Last changed" data.

As an additional data point, my Apache 1.3.4 machines do provide that
by default, but I failed to find any setting in httpd.conf on the egcs
machine that might disable that.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
  1999-02-27 23:34           ` http://egcs.cygnus.com/faq.html Paul Derbyshire
@ 1999-02-28 22:53             ` Paul Derbyshire
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Derbyshire @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs

Me:

>>> Please don't artificially alter the time stamps on HTML files.

Someone:

>> With regard to Paul's request: Jason, I noticed that indeed the egcs web
>> server apparently does not provide "Last modified/Last changed" data.

You:

>  If you enable the Server Side Include (SSI) feature of the apache
>  httpd, it doesn't send a Last-Modified header for SSI documents.
>  On egcs.cygnus.com/sourceware.cygnus.com, the server is configured to
>  assume that all HTML documents are potentially SSI documents, so it
>  never output the Last-Modified header...

Apologies...I didn't think a bug in a web server could possibly cause such
behavior. Web pages are ALWAYS supposed to provide a (truthful) timestamp
for client and proxy caching systems to use. This is probably in the HTTP
RFCs somewhere. Anyways, it looks like we've all been bitten by a weird
Apache bug (and possibly the first bug I've ever heard of Apache having)...
Someone (i.e. the webmaster) might want to send a bug report to Apache
about the missing timestamp header problem. SSI files should have a
timestamp reflecting the logical 'last changed' time, that is, the most
recent modification time among the HTML file and all included files.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: http://egcs.cygnus.com/faq.html
  1999-02-26 14:07       ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
       [not found]         ` < Pine.GSO.4.10.9902262256130.20620-100000@alphard.dbai.tuwien.ac.at >
@ 1999-02-28 22:53         ` Gerald Pfeifer
  1 sibling, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 1999-02-28 22:53 UTC (permalink / raw)
  To: egcs, Paul Derbyshire; +Cc: Jason Molenda

[ Here is an abstract for the mailing list and Paul as this has been
  resolved off-list. ]

On Mon, 22 Feb 1999, Gerald Pfeifer wrote:
> On Sat, 20 Feb 1999, Paul Derbyshire wrote:
>> Please don't artificially alter the time stamps on HTML files. It is a
>> major nuisance to viewers and presents an artificial (and some would go so
>> far as to say fraudulent) image of recently-updatedness to the file.
>                 ^^^^^^^^^^
> [...] 
> With regard to Paul's request: Jason, I noticed that indeed the egcs web
> server apparently does not provide "Last modified/Last changed" data.

Once notified of this issue, Jason quickly analysed the situation and
found out the following:

  If you enable the Server Side Include (SSI) feature of the apache
  httpd, it doesn't send a Last-Modified header for SSI documents.
  On egcs.cygnus.com/sourceware.cygnus.com, the server is configured to
  assume that all HTML documents are potentially SSI documents, so it
  never output the Last-Modified header.

  The EGCS pages do use the SSI stuff for the Glimpse index stuff, so I
  need to leave it enabled for those.

By Tuesday he had obtained a patch for this by DJ Delorie and updated the
Apache server on the egcs machine.


Again, thanks a lot to Jason for his quick response and fix for a problem
that was _not_ his fault, let alone intentional or fraudulent.

Paul, I believe you really owe Jason an apology, either here on the list
or by private e-mail.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-02-28 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-20  9:08 http://egcs.cygnus.com/faq.html Paul Derbyshire
     [not found] ` < 3.0.6.32.19990220120743.008f3c80@pop.globalserve.net >
1999-02-22  9:59   ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
     [not found]     ` < Pine.GSO.4.10.9902221833070.23139-100000@markab.dbai.tuwien.ac.at >
1999-02-26 14:07       ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
     [not found]         ` < Pine.GSO.4.10.9902262256130.20620-100000@alphard.dbai.tuwien.ac.at >
1999-02-27 23:34           ` http://egcs.cygnus.com/faq.html Paul Derbyshire
1999-02-28 22:53             ` http://egcs.cygnus.com/faq.html Paul Derbyshire
1999-02-28 22:53         ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
1999-02-28 22:53     ` http://egcs.cygnus.com/faq.html Gerald Pfeifer
1999-02-28 22:53 ` http://egcs.cygnus.com/faq.html Paul Derbyshire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).