[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#261437: marked as done (apache2-common: mod_cache doesn't cache urls ending with '/' like http://debian.org/)



Your message dated Sun, 08 Oct 2006 20:51:30 +0200
with message-id <452948B2.1080509@err.no>
and subject line Fixed on 2.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apache2-common
Version: 2.0.49-1
Severity: normal

apache2 mod-cache doesn't cache urls ending with '/'. This means that
the main page of a web site can't be cached. This looks bad for the most
frequented page of a site... 

This is due to a test in the source of mod-cache. 
The solution is to comment in the source
(upstream/tarballs/httpd-2.0.49/modules/experimental/mod_cache.c) lines
83-85.
The resulting lines are :
     82     /* DECLINE urls ending in / ??? EGP: why? */
     83     /*if (url[urllen-1] == '/') {
     84         return DECLINED;
     85     }*/
		    
-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.20
Locale: LANG=fr, LC_CTYPE=ISO-8859-15@euro (ignored: LC_ALL set to fr_FR@euro)


--- End Message ---
--- Begin Message ---
Version: 2.2.3-1

This code bit is no longer in 2.2, so closing this bug.

- tfheen

--- End Message ---

Reply to: