Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2006 15:57:15 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/mod_xsendfile Makefile distinfo pkg-descr
Message-ID:  <200612301557.kBUFvF7l075527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <andrew@mystock.com>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612301557.kBUFvF7l075527>