[Geoserver-users] Geoserver jetty behind IIRF

Hello,

I’m trying to get Geoserver windows service to work behind a proxy (IIRF).

It works with IIRF but when I submit a form I get a 404 error.

Here is my IIRF.ini:

ProxyPass ^/geoserver(.*)$ http://localhost:8880/geoserver$1

ProxyPassReverse / http://localhost:8880/geoserver

ProxyPreserveHost On

Met vriendelijke groet,
Lucas Heezen

Beschrijving: http://www.covadis.nl/emailkop/logo.gif

Covadis b.v.

t: 026 3616600

Geograaf 12

f: 026 3612317

6921 EW Duiven

e: heezen@anonymised.com

Hi Lucas

On Oct 7, 2011, at 4:30 AM, Lucas Heezen - Covadis wrote:

Hello,

I’m trying to get Geoserver windows service to work behind a proxy (IIRF).
It works with IIRF but when I submit a form I get a 404 error.

Here is my IIRF.ini:

ProxyPass ^/geoserver(.*)$ http://localhost:8880/geoserver$1
ProxyPassReverse / http://localhost:8880/geoserver
ProxyPreserveHost On

I don't know anything about IIRF but it appears to use the same syntax as apache's mod_proxy. This works for me

ProxyPass /geoserver http://localhost:8080/geoserver
ProxyPassReverse /geoserver http://localhost:8080/geoserver

hth
charles