tried to update the "scrapy_config"-file to this
server {
listen 6801;
location ~ /\.ht {
deny all;
}
location / {
proxy_pass http://127.0.0.1:6800/;
auth_basic "Restricted";
auth_basic_user_file /home/ubuntu/.htpasswd;
}
}
when I run scrapyd it seems like it's running right:
2014-08-08 09:01:50+0200 [-] Log opened.
2014-08-08 09:01:50+0200 [-] twistd 14.0.0 (/usr/bin/python 2.7.6) starting
up.
2014-08-08 09:01:50+0200 [-] reactor class:
twisted.internet.epollreactor.EPollReactor.
2014-08-08 09:01:50+0200 [-] Site starting on 6800
2014-08-08 09:01:50+0200 [-] Starting factory <twisted.web.server.Site
instance at 0x7faf3bcddf38>
2014-08-08 09:01:50+0200 [Launcher] Scrapyd 1.0.1 started: max_proc=4,
runner='scrapyd.runner'
but nothing loads on the ip XX.XXX.XXX.XXX::6800
any ideas on how to fix this?
--
You received this message because you are subscribed to the Google Groups
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.