So, turns out that the check_http options I was using were creating a proxy get rather than a normal get request. I just monkied with the check_http command until I hit on something that allowed me to check vhosts and verify content, I didn't notice it ended up doing the proxy get. I worked around this by using different options for the check_http plugin.
Rather than what I used before: check_http -I 1.2.3.4 -uhttp://vhost.to.check -s"string to look for" I changed it to: check_http -H vhost.to.check -s"string to look for" Which also allows for testing vhosts. I was under the impression that the -I option was required, but if you use -H you don't need it. Still funny that only WP 2.7 choked on the weird get. Thanks! -QH- _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
