View | Details | Raw Unified | Return to bug 178668
Collapse All | Expand All

(-)www/mod_xsendfile/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	mod_xsendfile
8
PORTNAME=	mod_xsendfile
9
PORTVERSION=	0.12
9
PORTVERSION=	0.12
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	https://tn123.org/mod_xsendfile/ \
12
MASTER_SITES=	https://tn123.org/mod_xsendfile/ \
13
		http://cloud.github.com/downloads/potatosalad/mod_xsendfile/
13
		http://cloud.github.com/downloads/potatosalad/mod_xsendfile/
(-)www/mod_xsendfile/files/patch-mod_xsendfile.c (+11 lines)
Line 0 Link Here
1
--- mod_xsendfile.c.orig	2013-05-16 02:15:41.000000000 +0800
2
+++ mod_xsendfile.c	2013-05-16 02:15:48.000000000 +0800
3
@@ -439,7 +439,7 @@
4
     conf->ignoreLM == XSENDFILE_ENABLED
5
     || (
6
       !apr_table_get(r->headers_out, "last-modified")
7
-      && !apr_table_get(r->headers_out, "last-modified")
8
+      && !apr_table_get(r->err_headers_out, "last-modified")
9
     )
10
   ) {
11
     apr_table_unset(r->err_headers_out, "last-modified");

Return to bug 178668