From owner-cvs-all@FreeBSD.ORG Sat Dec 30 15:57:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7599E16A407; Sat, 30 Dec 2006 15:57:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 67C1213C46B; Sat, 30 Dec 2006 15:57:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBUFvFKq075528; Sat, 30 Dec 2006 15:57:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBUFvF7l075527; Sat, 30 Dec 2006 15:57:15 GMT (envelope-from pav) Message-Id: <200612301557.kBUFvF7l075527@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 30 Dec 2006 15:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_xsendfile Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 15:57:15 -0000 pav 2006-12-30 15:57:15 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_xsendfile Makefile distinfo pkg-descr Log: mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers registered by the original output handler. If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured. It is useful for processing script-output of e.g. php, perl or any cgi. WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ PR: ports/105784 Submitted by: Andrew Bennett Revision Changes Path 1.1654 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/mod_xsendfile/Makefile (new) 1.1 +3 -0 ports/www/mod_xsendfile/distinfo (new) 1.1 +11 -0 ports/www/mod_xsendfile/pkg-descr (new)