You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I need to know how to access FastCGI parameters (e.g. DOCUMENT_ROOT) in a fcgi handler.
I can see that these parameters are read while handling a request, but it seems they are not being passed to the actual handler, for example via struct kreq.
Would you please help me with this?
It would be very appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I need to know how to access FastCGI parameters (e.g.
DOCUMENT_ROOT
) in a fcgi handler.I can see that these parameters are read while handling a request, but it seems they are not being passed to the actual handler, for example via
struct kreq
.Would you please help me with this?
It would be very appreciated.
Thanks
The text was updated successfully, but these errors were encountered: