On Mon, 17 Apr 2006 [EMAIL PROTECTED] wrote: > We have actively checking many addresses but we are stuck on > " http://lisa.ap.ftid.com/controlmanager/" this do checking > the server for access to trendmicro control manager web interface. > > How do we get around not using www syntax in the URL?
This is not much clearer! Why do you bother with "www" in the URL? What is your real problem? Use complete paragraphs to clearly describe your issue and do not use oneliner with unclear information. Please read http://www.catb.org/~esr/faqs/smart-questions.html#writewell There is no such thing as a "www syntax" to name one unclear issue. The URL it self is just fine. Try it with telnet to lisa.ap.ftid.com on port 80 and ask for it with the following lines: GET /controlmanager/ HTTP/1.0 Host: lisa.ap.ftid.com You need two times 'enter' (CR/LF) before you get a response as one might send additional headers this way. Hugo. -- I hate duplicates. Just reply to the relevant mailinglist. [EMAIL PROTECTED] http://hvdkooij.xs4all.nl/ Don't meddle in the affairs of magicians, for they are subtle and quick to anger. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
