Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem Configuring RApache on OS X 10.5.8
    text
    copied!<p>I've been trying to get RApache set up properly on my Macbook Pro running OS X 10.5.8. After installing RApache successfully (I think), I added the following to the httpd.conf file as suggested in the manual.</p> <pre><code>LoadModule R_module /apache/module/path/mod_R.so ROutputErrors &lt;Location /RApacheInfo&gt; SetHandler r-info &lt;/Location&gt; </code></pre> <p>With these additions, I was then able to successfully go to <a href="http://localhost/RApacheInfo" rel="nofollow noreferrer">http://localhost/RApacheInfo</a> and see the status information. If I add the following additional line, REvalOnStartup "library(brew)" I can no longer load the RApacheInfo page successfully. </p> <p>I don't know what the issue is here. Without the REvalOnStartup call, I'm seeing the following in the Apache error log. </p> <pre><code>[Fri Feb 26 11:36:36 2010] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 mod_R/1.1.8 R/2.10.1 configured -- resuming normal operations The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. </code></pre> <p>Not a good sign. Any thoughts on what might be going on? Or things to check? </p> <p>Chris</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload