http://localhost:4001/ #这里只要再加一个Mongrel的实例就好了.  
# </Proxy>  
#  
# <VirtualHost *:80>  
#   ServerName 你的域名  
#   DocumentRoot d:/rubysite/redmine/public  
#   ProxyPass /images !  
#   ProxyPass /stylesheets !  
#   ProxyPass /javascripts !  
#   ProxyPass / balancer://myCluster/  
#   ProxyPassReverse / balancer://myCluster/  
#   ProxyPreserveHost on  
# </VirtualHost>

其实就是利用apache做一个反向代理,然后redmine中的images,css,js都不用mongrel来处理,直接由apache来处理就好了,毕竟静态的东西,apache更擅长一些

相关文章:

  • 2021-12-03
  • 2021-11-02
  • 2021-11-02
  • 2021-10-05
  • 2021-09-24
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-30
  • 2022-02-28
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案