configuration - RApache config problem -
Our System Bit is installed on our 64 bit Solaris box. I can use the page here, this indicates that The module was installed successfully. Httpd.conf has the following entry:
& lt; Directory / website / zbroom & gt; SetHandler R-script RHandler brew :: brew & lt; / Directory & gt; All files in the directory must be required to parse
through the frame function of the package. As can be seen on me, the R code is ignored.
& lt; Html & gt; & Lt; Head & gt; & Lt; Title & gt; R test & lt; This is not a throwing error (nothing in the Apache log). ; / Title & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; P & gt; Here is some general text & lt; / P & gt; & Lt;% = rnorm (100)% & gt; & Lt;% Print (rnorm (100))% & gt; & Lt; P & gt; There should be some R output between this text and the first text. & Lt; / P & gt; & Lt; / Body & gt; & Lt; / Html & gt;
What is the need to change this in such a way so that R code can be evaluated and printed?
After Dirk's advice I posted to Google It appears that this problem was not bad config But to make things effective, Apache needed to restart. Ah, well, at least it was easy to decide.
Comments
Post a Comment