Skip to content

Commit

Permalink
adding rook/rApache apps for budget tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tercer committed Aug 26, 2015
1 parent 5eef30a commit 696e4e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tworavens-rapache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ RSourceOnStartup "/var/www/html/dataexplore/rook/rooksource.R"
RFileEval /var/www/html/dataexplore/rook/rookdata.R:Rook::Server$call(data.app)
</Location>

<Location /custom/privateStatisticsapp>
SetHandler r-handler
RFileEval /var/www/html/dataexplore/rook/rookprivate.R:Rook::Server$call(privateStatistics.app)
</Location>

<Location /custom/privateAccuraciesapp>
SetHandler r-handler
RFileEval /var/www/html/dataexplore/rook/rookprivate.R:Rook::Server$call(privateAccuracies.app)
</Location>

0 comments on commit 696e4e7

Please sign in to comment.