Displaying 3 results from an estimated 3 matches for "scriptfilename".
Did you mean:
script_filename
2006 Jul 25
4
about PATH_INFO and FastCGI
in one of my recent email, I add .to_s to PATH_INFO in camping code.
actually, this is probably very wrong. the problem is probably something
like PATH_INFO does not exist when using FastCGI.
I have not done all my homework, but so far what I found is lighttpd has a
special option
"broken-scriptfilename": breaks SCRIPT_FILENAME in a wat that PHP can
extract PATH_INFO from it (default: disabled)
which seems to do what we need. maybe there is an equivalent in Apache, or
Camping needs to cut PATH_INFO from SCRIPT_FILENAME.
also, I quickly saw a reference about FILEPATH_INFO, I''m not su...
2006 Apr 20
1
lighttpd with Rails + PHP
How can i make lighttpd work with rails and php?
--
_________
Noel R. Morais
2004 May 26
2
Opening help pages in new tab of existing Mozilla Firebird
Subject pretty much says it all. I currently have options()$browser
set to open help pages in Mozilla Firebird, but it starts a new window
each time and I would like a new 'tab' in an existing window.
Sorry if this is obvious, but I can't find anything.
Kevin Wright