Displaying 1 result from an estimated 1 matches for "rapacheinfo".
2012 Jan 19
1
RApache installation problems
...pxs=/usr/sbin/apxs, make, make install.
ยท Added this to my httpd.conf:
o LoadModule R_module /usr/lib/httpd/modules/mod_R.so
o
o # Output R errors and warnings to the browser
o ROutputErrors
o
o # Displays information about rapache and R
o <Location /RApacheInfo>
o SetHandler r-info
o </Location>
Also added the Directory directives but commented them when I was trying to get this to work. I figured if I couldn't see the r-info, nothing would work.
Then I navigated to /RApacheInfo on the machine and got an internal server err...