简体   繁体   中英

Beanstalk Getting Socket error 110: Connection timed out

I am using Beanstalk server with Pheanstalk Connection in php application.

Previously it was fine, but suddenly it is getting error

Critical: Fatal. Socket error 110: Connection timed out

Any help would be appreciated.

Thanks

This is a problem at your firewall, you should read the manual or config files of Beanstalk server to find out what port it's using and allow the used ports (default 11300) in your firewall where needed. After this you should never see this error again. If it's still not working: Please set the IP as well

I hope this is helpful to you and will bring you into the right direction.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM