Hi,

mod_proxy is soon to be included in the VisualSVN Server package. You
can either wait for the next release, or you can copy across the .so
files from an existing installation of the same version of Apache.

Carey

On Wed, Dec 31, 2008 at 3:53 AM, hardchisel <[email protected]> wrote:
>
> 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