Bug 105784 - New port: www/mod_xsendfile An Apache2 module that processes X-SENDFILE headers
Summary: New port: www/mod_xsendfile An Apache2 module that processes X-SENDFILE headers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-23 15:10 UTC by Andrew Bennett
Modified: 2006-12-30 16:00 UTC (History)
1 user (show)

See Also:


Attachments
mod_xsendfile.shar (2.04 KB, text/plain)
2006-11-23 15:10 UTC, Andrew Bennett
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Bennett 2006-11-23 15:10:09 UTC
New port for Apache2 module mod_xsendfile.

mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler.

It is useful for processing script-output (e.g. ruby, perl, php, cgi, etc.)
and sending the specified file directly using Apache's internals.  This
allows scripts to take advantage of Apache's static file optimizations like
caching-headers, sendfile, or mmap if configured.

http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-11-24 22:10:03 UTC
State Changed
From-To: open->feedback

So, are you willing to maintain this port? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-11-24 22:10:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take replies
Comment 3 Andrew Bennett 2006-12-13 12:23:14 UTC
Sorry for the delay.  If "So, are you willing to maintain this port?"
was directed at me, then yes, I'd be glad to maintain this port.  I'm
already using it on our production server.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-12-13 12:34:43 UTC
State Changed
From-To: feedback->open

Yes, it was directed at you. I edited the shar to read your email address in 
MAINTIANER line, and I'll see to add the port to the Collection once I have my 
home internet link restored.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-12-30 15:39:24 UTC
State Changed
From-To: open->closed

New port added, thank you!
Comment 6 dfilter service freebsd_committer freebsd_triage 2006-12-30 15:57:22 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"