Closed liangWenPeng closed 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
The default bind_address is 127.0.0.1,You should set this option with 0.0.0.0 in your own config file.
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