I'm quite aware the code is public, but I thought it would be highly
recommended to rely on interfaces rather than copying & pasting
implementations that might change in future.
Days ago I put on this list a question (that went unanswered) concerning
the proper way to infer the running mpm nam
>
> > I'm writing a module which serves a special URL.
> > In cases when URL-string matches the special pattern my module sends the
> connection(SCM_RIGHTS) between HTTP client and Apache to another process.
> Furthermore, Apache child has been told to forget about this connection in
> this way:
>
hi,
I am writing a module whose function depends on variable r->uri. But r->uri
is modified when I activate mod_fastcgi.
1. I just want to make sure whether mod_fastcgi modified r->uri.
2. How to know if mod_fastcgi is activated in my own module? So I can
handle the request differently depends on
There is a strange thing happened when I use mod_fastcgi. When requested a
php script uri=/info.php, in Apache, actually, there are two requests
processed: uri=/info.php and uri=/cgi-bin/php.fcgi. And neither of them are
the other's sub-request.
However, the request related to fastcgi should be ig