You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/03/30 20:32:09 UTC

DO NOT REPLY [Bug 39158] New: - ETag for ".html" in Headers (1.3.33)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39158

           Summary: ETag for ".html" in Headers (1.3.33)
           Product: Apache httpd-1.3
           Version: 1.3.33
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_headers
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: deyura@gmail.com


Hello. 
I don't know english good, so... 

In Apache version 1.3.33 (Win32) I have found a really strange thing. 

Apache generated "Last-Modified:" and "ETag:" in Header for static page that 
has extension ".htm". If the page in Cache (on client) Apache compare it and 
response "HTTP/1.1 304 Not Modified". It's e really good for Cache. 

But the problem is that Apache never generated "Last-Modified:" and "ETag:" in 
Header for static page that has extension ".html". And always 
response "HTTP/1.1 200 OK". 

If the problem in Apache, please answer me on this e-mail. If not in all will 
be try find a problem in our soft. 
Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39158] - ETag for ".html" in Headers (1.3.33)

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39158





------- Additional Comments From deyura@gmail.com  2006-04-03 19:47 -------
Thanks.

The poroblem was in:
AddType text/html .shtml .shtm 
AddHandler server-parsed .shtml .shtm .html



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 39158] - ETag for ".html" in Headers (1.3.33)

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39158


slive@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From slive@apache.org  2006-03-31 15:54 -------
The issue is almost certainly that you have different processing configured for
.html files and .htm files.  For example, perhaps you have .html files
configured to be parsed for server-side includes.

If you need further help diagnosing this issue, please try the
users@httpd.apache.org mailing list.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org