Displaying 1 result from an estimated 1 matches for "cukv3".
2006 Jul 16
6
Apache2.2 + Mongrel: what do you think about these perfs?
...clude log_config mime negotiation
setenvif status deflate info proxy proxy_balancer rewrite so headers''
Not too much, and static only... I don''t see how I could improve this...
Now, here is my vhost config:
<VirtualHost *>
ServerName dedibox
DocumentRoot /home/noe/cukv3/public
<Directory "/home/noe/cukv3/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Proxy balancer://cukv3>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
BalancerMembe...