Been testing redmine [OBSD4,3 + Rails 2.0.2] for project tracking, but I'm
running into an issue creating an https proxy for it to run behind. Figured
out the proxy config:
LoadModule proxy_module /usr/lib/apache/modules/libproxy.so
ProxyPass / 127.0.0.1:3000
ProxyPassReverse / 127.0.0.1:3000
however this doesn't seem to work:
[Fri Jul 25 16:14:10 2008] [warn] [client 206.197.251.1] proxy: No protocol
handler was valid for the URL /favicon.ico. If you are using a DSO version
of mod_proxy, make sure the proxy submodules are included in the
configuration using LoadModule.
Did I miss something on the proxy config, or is there a different way to do it?
TIA,
Lee