Search Script is set us as
Search /home/www/cgi-bin/search.script
Exec rules.
QUERY_STRING: The path of the URI after the
"?". The information is encoded. Use
cgiparse to decode it!
PATH_INFO: The name of the document that is going to
be searched.
PATH_TRANSLATED: The PATH_INFO but
translated through the pass rules in the configuration file.
http://server.domain.name/People/Index?Henrik+Frystykresults in the following enviromnent variables:
QUERY_STRING: Henrik+Frystyk
PATH_INFO: /People/Index
PATH_TRANSLATED: /home/www/People/Index
if I have a Pass rule like
Pass /* /home/www/*