Hi All!
I am getting the following error message into my log:
---------------------------------- Error --------------------------------------------------------------------------------------
Error: ambiguous option "file": must be authpassword, authuser, channel, close, content, contentlength, contentsentlength, copy, driver, encoding, files, fileoffset, filelength, fileheaders, flags, form, headers, host, id, isconnected, location, method, outputheaders, peeraddr, peerport, port, protocol, query, request, server, sock, start, status, url, urlc, urlencoding, urlv, version, or write_encoded
ambiguous option "file": must be authpassword, authuser, channel, close, content, contentlength, contentsentlength, copy, driver, encoding, files, fileoffset, filelength, fileheaders, flags, form, headers, host, id, isconnected, location, method, outputheaders, peeraddr, peerport, port, protocol, query, request, server, sock, start, status, url, urlc, urlencoding, urlv, version, or write_encoded
while executing
"ns_conn $var"
("default" arm line 2)
invoked from within
"switch $var {
locale {
set ad_conn(locale) [parameter::get -parameter SiteWideLocale -package_id [apm_pa..."
("default" arm line 7)
invoked from within
"switch $var {
form {
return [ns_getform]
}
all {
return [array get ad_conn]
..."
("-get" arm line 10)
invoked from within
"switch -- $flag {
-connected_p {
return [info exists ad_conn(request)]
}
----------------------------------------------------------------------------------------------------
This error happens when I receive connections such as:
1. 213.171.255.4 - - [06/Oct/2008:06:37:03 -0600] "GET http://www.yahoo.com/ HTTP/1.1" 500 530 "" "Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)" –
2. 88.80.7.248 - - [05/Oct/2008:23:06:13 -0600] "GET http://88.80.7.248/pp/anp.php?a=VURHTUAYC%40JJAZ&b=1155&c=eb7f HTTP/1.1" 500 530 "" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" –
3. 65.54.241.68 - - [04/Oct/2008:02:16:34 -0600] "POST http://65.54.245.8:25/ HTTP/1.0" 500 530 "" "" –
4. 118.171.158.180 - - [04/Oct/2008:18:49:55 -0600] "GET http://www.zshare.net/ HTTP/1.1" 500 530 "" "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)" –
There are also many other connections giving me the same error.
How can I get rid of this?
Thanks for your help!!!
César Hernández