Displaying 1 result from an estimated 1 matches for "fasia".
Did you mean:
asia
2006 Jul 25
3
problem with *.foobar.com urls
...ke this)
2
3 <Proxy balancer://mongrel_cluster>
4 BalancerMember http://127.0.0.1:9000
5 BalancerMember http://127.0.0.1:9001
6 BalancerMember http://127.0.0.1:9002
7 </Proxy>
8
9 <VirtualHost *>
10 ServerAdmin rags at fasia.com
11 ServerName *.foobar.com
12 ServerAlias foobar.com
13 ProxyPass / balancer://mongrel_cluster/
14 # ProxyPassReverse / balancer://mongrel_cluster/
15 # ErrorLog /usr/local/apache2/logs/mon.log
16 # CustomLog /var/log/apache/apache_access_log combined...