On 5/13/06, Markus Schiegl <[EMAIL PROTECTED]> wrote:
Because of r->uri == r->path_info, ap_add_cgi_vars sets SCRIPT_NAME to
""
PHP needs this one for backreference and http://cgi-spec.golux.com
states
it must be set.
An empty r->path_info (manually patched) would give me a SCRIPT_NAME
but remov
On 10/05/06, Garrett Rooney wrote:
My next round with mod_proxy_fcgi and PHP as backend...
> Sorry it took me so long to get back to this. Got distracted
> with other things, etc.
dito.
> > From my limited perspective r->filename should be set to
> > "/opt
On 4/22/06, Markus Schiegl <[EMAIL PROTECTED]> wrote:
Sorry it took me so long to get back to this. Got distracted with
other things, etc.
From my limited perspective r->filename should be set to
"/opt/www/html/i.php"
Any ideas?
mod_proxy_fcgi is talking to an arbitrary socket that could cor
Hi,
i took some time and played with the latest mod_proxy_fcgi and PHP as
Backend.
It even works somehow :-)
I use trunk on Solaris 10x86 and PHP 5.1.2 configured as fastcgi server.
PHP has been configured with "doc_root = /opt/www/html" and
"cgi.fix_pathinfo = 0"
Omitting