HansH 寫é“:
> "howa" <howachen@gmail.com> schreef in bericht
> news:1160583744.538506.42230@i42g2000cwa.googlegro ups.com...
> > in other popular HTTP server, Lighty, there is a special header call
> > `X-Sendfile`, in which the cgi program, e.g. PHP, can instruct the web
> > server to send file to the client directly from the server (not
> > redirect routing thru the scripting engine, so save memory..)
> >
> > http://blog.lighttpd.net/articles/2006/07/02/x-sendfile
> >
> > are there any similar module/tools in Apache?
> Googled for fun, result migh be even funnier...
> http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
>
>
> HansH
too bad this mod only run on apache2...
this kind of functions is a very important of a dynamic web apps
nowsaday