Apacheの話。リクエストされたURLでProxy先を変更し、同時に負荷分散も実現したくてこう書いてみました。 <Location /hogehoge> ProxyPass /hogehoge balancer://cluster_hoge/ <Proxy balancer://cluster_hoge/> BalancerMember http://10.1.100.1:8080/ BalancerMember http://10.1.100.2:8080/ </Proxy> </Location>これで文法チェックしてみると、 # /usr/local/apache2/bin/apachectl -t Syntax error on line 1877 of /usr/local/apache2/conf/httpd.conf: ProxyPass|ProxyPassMatch ca