I have a weird fsockopen() issue on one of my servers.
I have a php library for a merchant processor setup in /usr/lib and its all compiled correctly.
The test script should connect to it using fsockopen() on 127.0.0.1 on port 3006 however hsi isnt working.
It seems as thoug port 3006 isnt open.
Ive added the port to my TCP and UDP setitngs of my firewall and added:
iptables -A INPUT -p tcp --dport 3006 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 3006 -j ACCEPT
to my iptables but still no joy.
anyone have any ideas on what the problem could be?



LinkBack URL
About LinkBacks
Reply With Quote




