scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.98k stars 569 forks source link

Connection refused #243

Closed liangWenPeng closed 7 years ago

liangWenPeng commented 7 years ago

Hey,I install scrapyd on ubuntu14 using python 2.6. When I launch scrapyd,the site can only be accessed locally . But when I launch a SimpleHTTPServer on 6800 , I can visit the SimpleHTTPServer remotely. How can I solve or debug this problem? thx

FangXing commented 7 years ago

The default bind_address is 127.0.0.1,You should set this option with 0.0.0.0 in your own config file.