x = "abc"
y = x
x = "xyz" 
puts y # abc

xx = "abc"
yy = xx
xx.gsub!(/c/, 'a')
puts yy # aba
评论
open2ye 2008-03-06
ProxyRequests Off

BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001

ServerName wiki.agideo.com:80

DocumentRoot /home/agideo/project/wiki/public

ProxyPass /image !

ProxyPass /stylesheets !

ProxyPass /javascripts !

ProxyPass / balancer://myCluster/

ProxyPassReverse / balancer://myCluster/

ProxyPreserveHost on
open2ye 2008-03-06
gem install mongrel –include-dependencies
open2ye 2008-03-06
sudo apt-get install build-essential
发表评论

您还没有登录,请登录后发表评论

open2ye
搜索本博客
我的相册
Ac44ad89-992f-34f7-973c-60b25a6ddc0c-thumb
action_auth
共 26 张
最近加入圈子
存档
最新评论