The last two days I was trying to get FastRWeb to work on my CentOS 6 installation. I tried virtually everything and learned a lot about how FastRWeb is structured and how Rserve is configured in the process.
James Emerson gives a perfect example of how to install FastRWeb on Ubuntu in his Blog. Follow this and you can set up FastRWeb on any linux distribution in no time (assuming you know your apache paths). On my CentOS installation I keep running into connection errors from both CGI and PHP client. After trial and error I could at least establish a TCP/IP connection: The problem is that in SElinux default settings (which seem stricter on CentOS) a network connection from a CGI script is NOT allowed. You can change this setting with just one command:
A unix socket connection however does not work for me. I'll keep trying.
No comments:
Post a Comment