Hi,

you didn't define a protocoll. Change your configuration to

ProxyPass / http://127.0.0.1:3000
ProxyPassReverse / http://127.0.0.1:3000

You should also set
NoCache *

(for more information on favicon: http://en.wikipedia.org/wiki/Favicon - some
browser request the icon even if it's not defined)

Regards
  Hagen Volpers


> -----Urspr|ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Im Auftrag von DrGadget
> Gesendet: Freitag, 25. Juli 2008 23:50
> An: misc@openbsd.org
> Betreff: Rails & https?
>
> 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

Reply via email to