wkearney99
Mar 26 2003, 05:38 PM
Anyone out there running their MT behind cgiwrap and/or apache 2.0 in a chroot environment? I think that's the cause of some socket issues I'm having with trackback pings (bad protocol 'tcp')
I'm wondering where to start on fixing it?
wkearney99
Mar 26 2003, 07:22 PM
SOLVED!
If you see a Bad protocol 'tcp' error in your web server error_log be sure it's not running in a cgiwrap or chrooted environment without the right files in place. Mine happened to be a chrooted apache 2.0 server lacking the /etc/protocols file in it's chrooted jail. It was quite a bug hunt pinning it down.