Hi,

I would like to use the following proxy commands with my VisualSVN
Server setup, but the required modules are not present - any ideas how
I can resolve this issue?

LoadModule proxy_module bin/mod_proxy.so
LoadModule proxy_connect_module bin/mod_proxy_connect.so
LoadModule proxy_http_module bin/mod_proxy_http.so
LoadModule proxy_ftp_module bin/mod_proxy_ftp.so
LoadModule rewrite_module bin/mod_rewrite.so

<Location /Exchange>
    ProxyPass http://server/Exchange
    ProxyPassReverse http://server/Exchange
</Location>

Reply via email to