hello, I'm upgrading a 1.3 installation to 2.2 and found an inconsistency with the ETag header response.
>From my 1.3 server: ETag: "30-4230c84d" Content-Length: 48 Last-Modified: Thu, 10 Mar 2005 22:21:01 GMT >From my 2.2 server: ETag: "30-dc58ed40" Content-Length: 48 Last-Modified: Thu, 10 Mar 2005 22:21:01 GMT 0x30 matches 48 bytes in both instances. 0x4230c84d (1110493261 in ctime) matches Thu Mar 10 22:21:01 2005 but 0xdc58ed40 (3696815424 in ctime) matches Wed Jan 17 22:42:08 1951 I was hoping to insert this upgraded server into our existing server farm, but can't if the entity tags are inconsistent with the other nodes. Any ideas on why the etag mtime value is so high that it rolls over? Thanks in advance. Am running 2.6.9-34.ELsmp (rhel4) on x86 arch. compiled with: httpd-2.2.3$ export CFLAGS="-O2 -march=i386 -mcpu=i686" httpd-2.2.3$ ./configure \ --prefix=/usr/local/apache \ --with-mpm=worker \ --enable-nonportable-atomics=yes \ --enable-so \ --enable-alias=shared \ --enable-autoindex=shared \ --enable-cache=shared \ --enable-cgi=shared \ --enable-expires=shared \ --enable-headers=shared \ --enable-include=shared \ --enable-mem-cache=shared \ --enable-mime-magic=shared \ --enable-proxy=shared \ --enable-proxy-http=shared \ --enable-rewrite=shared \ --enable-ssl=shared \ --enable-vhost-alias=shared \ --disable-actions \ --disable-asis \ --disable-cgid \ --disable-userdir #LoadModule cache_module modules/mod_cache.so #LoadModule mem_cache_module modules/mod_mem_cache.so #LoadModule include_module modules/mod_include.so #LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so #LoadModule headers_module modules/mod_headers.so #LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_http_module modules/mod_proxy_http.so #LoadModule ssl_module modules/mod_ssl.so #LoadModule autoindex_module modules/mod_autoindex.so #LoadModule cgi_module modules/mod_cgi.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so --------------------------------------------------------------------- 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]