I've followed all over the instruction provided in the below website.
mod_R.so
is installed and I've configured below things in the sites-enabled
folder.
#rApacheInfo
<Location /RApacheInfo>
SetHandler r-info
</Location>
#brew function
<Directory /var/www/brew>
SetHandler r-script
RHandler sys.source
</Directory>
<Directory /var/www/brew>
SetHandler r-script
RHandler brew::brew
DefaultType html
</Directory>
But if i go to localhost:8080/RApacheInfo
I get the error HTTP Status 404 - /RApacheInfo
.
localhost:8080
gives me apache tomcat welcome note.
As I checked the differed between apache
and tomcat
from this post. Now I have a doubt whether we'll be able to install it or not.
Please help.