
codesite-noreply at google
Sep 8, 2009, 8:29 PM
Post #1 of 2
(336 views)
Permalink
|
|
Issue 570 in cherokee: SERVER_NAME duplicated in FastCGI environment
|
|
Status: New Owner: ---- New issue 570 by wjmoore: SERVER_NAME duplicated in FastCGI environment http://code.google.com/p/cherokee/issues/detail?id=570 I've got a very simple FastCGI app that currently just prints out the environment. I've noticed that SERVER_NAME appears twice. I'm running Cherokee 0.99.24 on Mac OS X 10.6. The output is shown below. The FastCGI app is a C program written against libfcgi 2.4.0. I am assuming this is a Cherokee bug as opposed to a fgci bug. Any insight would be appreciated. Environment: FCGI_ROLE=RESPONDER SERVER_SOFTWARE=Cherokee/0.99.24 (UNIX) SERVER_NAME=Cherokee SERVER_SIGNATURE=<address>Cherokee web server</address> GATEWAY_INTERFACE=CGI/1.1 PATH=/bin:/usr/bin:/sbin:/usr/sbin DOCUMENT_ROOT=/Users/wmoore/Local/stow/cherokee/var/www REMOTE_ADDR=::1 REMOTE_PORT=7150 HTTP_HOST=weather.local:8080 SERVER_NAME=weather.local QUERY_STRING= SERVER_PROTOCOL=HTTP/1.1 REQUEST_METHOD=GET PATH_INFO= REQUEST_URI=/ SCRIPT_URL=/ HTTPS=off SERVER_PORT=8080 SERVER_ADDR=::1 HTTP_ACCEPT=application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/ png,*/*;q=0.5 HTTP_ACCEPT_ENCODING=gzip, deflate HTTP_ACCEPT_LANGUAGE=en-us HTTP_CONNECTION=keep-alive HTTP_USER_AGENT=Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 SCRIPT_NAME=/ SCRIPT_FILENAME=/Users/wmoore/Local/stow/cherokee/var/www/ -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|