- 论坛徽章:
- 0
|
为tomcat的CGI郁闷中
$Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v 1.12 2003/09/02 22:44:54 amyroh Exp $
CGI script not found or not specified.
Check the HttpServletRequest pathInfo property to see if it is what you meant it to be. You must specify an existant and executable file as part of the path-info.
For a good discussion of how CGI scripts work and what their environment variables mean, please visit the CGI Specification page.
ServletRequest Properties
attribute config = config
characterEncoding = GBK
contentLength = -1
contentType = null
locale = zh_CN
parameter config = hehe
protocol = HTTP/1.1
remoteAddr = 192.168.101.250
remoteHost = 192.168.101.250
scheme = http
secure = false
serverName = 192.168.101.103
serverPort = 80
--------------------------------------------------------------------------------
HttpServletRequest Properties
authType = null
contextPath =
header accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
header accept-language = zh-cn
header accept-encoding = gzip, deflate
header user-agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705)
header host = 192.168.101.103
header connection = Keep-Alive
method = GET
pathInfo = /awstats.cgi
pathTranslated = D:\Program Files\Apache Group\Tomcat 4.1\webapps\web\awstats.cgi
queryString = config=hehe
remoteUser = null
requestedSessionId = null
requestedSessionIdFromCookie = false
requestedSessionIdFromURL = false
requestedSessionIdValid = false
requestURI = /cgi-bin/awstats.cgi
servletPath = /cgi-bin
userPrincipal = null
这是什么错误啊 |
|