|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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? thanks. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
"howa" <howachen@gmail.com> schreef in bericht
news:1160620210.354711.49380@b28g2000cwb.googlegro ups.com... > > > http://blog.lighttpd.net/articles/2006/07/02/x-sendfile > > > > > > are there any similar module/tools in Apache? > > Googled for fun, result might be even funnier... > > http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ > too bad this mod only run on apache2... > > this kind of functions is a very important of a dynamic web > apps nowsaday CMIIW, that's why the use of sendfile() was intruduced with version 2 ... I wonder whether the use of mod_deflate blocks usage of sendfile() HansH |
|
![]() |
| Outils de la discussion | |
|
|