[albatross-users] request debugging results

Matt Goodall matt at pollenation.net
Thu Jul 10 02:42:32 EST 2003


I just added some debugging to the cgi, fcgi and mod_python request
adapters to dump everything out. I thought the results might be useful
with the current discussions about base_url and path_info.

- Matt


***** cgiapp
PATH_INFO: /home
SCRIPT_FILENAME:
/home/matt/public_html/albatross/path_info/connector.cgi
SCRIPT_NAME: /~matt/albatross/path_info/connector.cgi
HTTP_HOST: mattgoodall.dyndns.org
QUERY_STRING:
PATH_TRANSLATED: /home/httpd/htdocs/home
REQUEST_URI: /~matt/albatross/path_info/connector.cgi/home
SERVER_NAME: mattgoodall.dyndns.org
SERVER_PORT: 80
DOCUMENT_ROOT: /home/httpd/htdocs/

***** fcgiapp
PATH_INFO: /home
SCRIPT_FILENAME:
/home/matt/public_html/albatross/path_info/connector.fcgi
SCRIPT_NAME: /~matt/albatross/path_info/connector.fcgi
HTTP_HOST: mattgoodall.dyndns.org
QUERY_STRING:
PATH_TRANSLATED: /home/httpd/htdocs/home
REQUEST_URI: /~matt/albatross/path_info/connector.fcgi/home
SERVER_NAME: mattgoodall.dyndns.org
SERVER_PORT: 80
DOCUMENT_ROOT: /home/httpd/htdocs/

***** apacheapp
req.the_request: GET /~matt/albatross/path_info/connector.py/home
HTTP/1.1
req.unparsed_uri: /~matt/albatross/path_info/connector.py/home
req.uri: /~matt/albatross/path_info/connector.py/home
req.filename: /home/matt/public_html/albatross/path_info/connector.py
req.path_info: /home
req.args: None
req.server.server_hostname: mattgoodall.dyndns.org
req.server.port: 80

-- 
Matt Goodall, Pollenation Internet Ltd
w: http://www.pollenation.net
e: matt at pollenation.net



More information about the Albatross-users mailing list