error in error_log

lungkao

Verified User
Joined
Jun 4, 2008
Messages
35
Usage: host [-aCdlrTwv] [-c class] [-n] [-N ndots] [-t type] [-W time]
[-R number] hostname [server]
-a is equivalent to -v -t ANY
-c specifies query class for non-IN data
-C compares SOA records on authoritative nameservers
-d is equivalent to -v
-l lists all hosts in a domain, using AXFR
-i Use the old IN6.INT form of IPv6 reverse lookup
-N changes the number of dots allowed before root lookup is done
-r disables recursive processing
-R specifies number of retries for UDP packets
-t specifies the query type
-T enables TCP/IP mode
-v enables verbose output
-w specifies to wait forever for a reply
-W specifies how long to wait for a reply

what is this ?

and some error in suexec_log

[2008-09-21 22:22:35]: uid: (554/maruaynet) gid: (555/555) cmd: check.cgi
[2008-09-21 22:22:40]: uid: (554/maruaynet) gid: (555/555) cmd: hnc.cgi

what is this
 
If the time in error log mathces the time in suexec log, it seems like user maruaynet is trying to execute the host command (with wrong flags) from it's scripts..
 
apache error log Usage: host [-aCdlrTwv] [-c class] [-n] [-N ndots] [-t type] [-W tim

now am disable cgi For user maruaynet

apache error log

Usage: host [-aCdlrTwv] [-c class] [-n] [-N ndots] [-t type] [-W time]
[-R number] hostname [server]
-a is equivalent to -v -t ANY
-c specifies query class for non-IN data
-C compares SOA records on authoritative nameservers
-d is equivalent to -v
-l lists all hosts in a domain, using AXFR
-i Use the old IN6.INT form of IPv6 reverse lookup
-N changes the number of dots allowed before root lookup is done
-r disables recursive processing
-R specifies number of retries for UDP packets
-t specifies the query type
-T enables TCP/IP mode
-v enables verbose output
-w specifies to wait forever for a reply
-W specifies how long to wait for a reply
 
Back
Top