Search results

  1. S

    FastCGI - X-Sendfile and X-Sendfile2

    I am trying to change the web server I use to OLS. My FastCGI app uses X-Sendfile and X-Sendfile2 headers to respond to a request with local file or part of local file on the OLS host. My web server host is on a DMZ network, while my FastCGI app is on the internal network. The files are not...
  2. S

    FastCGI - missing FCGI_STDIN

    The problem is solved. It was a bug in my FastCGI app related to skipping padding bytes.
  3. S

    FastCGI - missing FCGI_STDIN

    After some more "digging" I can see the FCGI_PARAMS with contentLength=0 and the FCGI_STDIN with contentLength=0 at the end of the data from OLS. It is probably some problems with my FastCGI app that has not been a problem with the other web server.
  4. S

    FastCGI - missing FCGI_STDIN

    I have a self-created FastCGI app accessed from another web server (not Apache) for decades. I am now trying to make it work with OpenLiteSpeed. When my FastCGI app gets a request, I get FCGI_BEGIN_REQUEST and FCGI_PARAMS. Consulting the "original" specification in...
Top