in reply to Good method to pass files throught perl/cgi script ?

You want the sendfile(2) system call, implemented in Apache httpd, lighttpd and nginx with the X-Sendfile header or similar.
  • Comment on Re: Good method to pass files throught perl/cgi script ?

Replies are listed 'Best First'.
Re^2: Good method to pass files throught perl/cgi script ?
by Martin90 (Sexton) on Jul 10, 2013 at 15:04 UTC
    Thanks, is it worth to install nginx also or use just apache ?