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 2003/07/11 11:01:32 UTC

DO NOT REPLY [Bug 21492] New: - Bad file size in disk cache for large css files

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21492

Bad file size in disk cache for large css files

           Summary: Bad file size in disk cache for large css files
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_cache
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sebastien.gautrias@laposte.net


Overview Description :

Some css size are not good into httpd cache disk.

Here my cache configuration :

<IfModule mod_cache.c>
	<IfModule mod_disk_cache.c>
		CacheRoot /cacheproxy/CR844-Production-SSL
		CacheSize 100000
		CacheEnable disk /
		CacheDirLevels 1
		CacheDirLength 2
		CacheMaxExpire 86400
		CacheDefaultExpire 7200
		CacheForceCompletion 100
	</IfModule>
</IfModule>

And the results of my observations (we have 5 urls for the same file, because we
use dispatching into url) :

Normal size : 43648 bytes (43648 Jul 10 18:39 feuille.css)

Into the Httpd cache disk (bytes) : The header Content-Length is always : 43648
Into the disk (size in bytes) : (we have only write the affinity)
- /g1/ssl/css/feuille.css --> 	25716 ===> KO
- /g1_k/ssl/css/feuille.css -->	43648 ===> OK
- /g1_l/ssl/css/feuille.css -->	43648 ===> OK
- /g1_m/ssl/css/feuille.css -->	28476 ===> KO
- /g1_n/ssl/css/feuille.css -->	43648 ===> OK


Steps to Reproduce: This problem is not reproducible.

Actual Results: The navigator show some page with css file not complete ==> Bad
posting

Expected Results: Good file size into disk cache

Build Date & Platform: Apache 2.0.46 build on AIX 5.1 FP3, H70 server 64 bits,
compiled with gcc 3.2.3, Apache 32 bits

Additional Builds and Platforms: Apache 2.0.45 on AIX 5.2, p610 server 64 bits,
compiled with XLC  6.0.0.5, Apache 64 bits

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