On Thu, Jan 15, 2015 at 10:56:35 +0200, karlis.mikels...@lf.lv wrote:
> Hello,
> 
> >for me, it didn't work as well. I (think I) did everything needed,
> >including
> >rrdtool-chroot enable, and I had the same effect as you - no graphs. Only
> >after copying /bin/sh the graphs started working. I didn't do much
> >investigation though.
> >Oh and: I'm running nginx, if that matters.
> Can you please share your nginx.conf?  I couldn't get Syweb to work with
> Nginx no matter what I've tried.

I don't think it's the nginx.conf, the only thing I did was uncomment this
section...:

------8<-----------
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#   
location ~ \.php$ {
      root           /var/www/htdocs;
      fastcgi_pass   127.0.0.1:9000;
      fastcgi_index  index.php;
      fastcgi_param  SCRIPT_FILENAME \
        $document_root$fastcgi_script_name;
      include        fastcgi_params;
}   
----->8---------

...after installing PHP. 

Good luck,
Christoph

Reply via email to