repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
rapache
/
rapache.install
blob
d962b369fd2e1e21666e10bb1993b60e20b4b123
1
post_install() {
2
echo "To instruct apache to load mod_R, place the following line in"
3
echo " /etc/httpd/conf/http.conf"
4
echo
5
echo "LoadModule R_module modules/mod_R.so"
6
}
7