I'm using an Apache server to proxy request for Pylons, as describe in: http://wiki.pylonshq.com/display/pylonscookbook/Apache+as+a+reverse+proxy+for+Pylons
Recently I've been getting the following type of errors: [Tue Mar 23 15:09:16 2010] [warn] [client 125.224.203.79] proxy: no HTTP 0.9 request (with no host line) on incoming request and preserve host set forcing hostname to be www.piedmontgeographic.com for uri / With my access log showing: 125.224.203.79 - - [23/Mar/2010:15:10:31 -0400] "CONNECT 168.95.5.58:25HTTP/1.0" 200 5899 "-" "- These messages are occurring every couple of seconds. Since the connection URL's use email port 25, I'm concerned that my server is being used to redirect email messages. My usage logs show that most of the hostnames are like: idc-155-152-59-202.hkt.cc idc-112-82-47-119.hkt.cc 125-224-200-194.dynamic.hinet.net 125-224-194-134.dynamic.hinet.net 125-224-198-129.dynamic.hinet.net 125-224-203-79.dynamic.hinet.net 125-224-198-18.dynamic.hinet.net 125-224-194-35.dynamic.hinet.net These appear to be coming out of Hong Kong and Taiwan. How do I stop this error? Is the concern of my server being used to redirect emails real? Thanks Jim -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
