Trying to cleanup the proxy settings...
readynas1:/etc/frontview/apache/addons# cat velvet.conf # LoadModule proxy_module /usr/local/apache2/modules/mod_proxy.so LoadModule proxy_http_module /usr/local/apache2/modules/mod_proxy_http.so ProxyRequests OffOrder deny,allow Allow from all ProxyPass /velvet/ http://192.168.1.8:80/web/ ProxyPassReverse /velvet/ http://192.168.1.8:80/web/ # faye ProxyPass /faye/ http://192.168.1.8:9000/ ProxyPassReverse /faye/ http://192.168.1.8:9000/ # subsonic ProxyPass /subsonic/ http://192.168.1.8:4040/ ProxyPassReverse /subsonic/ http://192.168.1.8:4040/ # git ProxyPass /git/ http://192.168.1.8/gitweb/ ProxyPassReverse /git/ http://192.168.1.8/gitweb/ # fuseki ProxyPass /sparql/ http://192.168.1.8:3030/ ProxyPassReverse /sparql/ http://192.168.1.8:3030/ #ProxyPass ^/sparql/(.*)$ http://192.168.1.9:8080/$1 #ProxyPassReverse ^/sparql/(.*)$ http://192.168.1.9:8080/$1
No comments:
Post a Comment