Hi Mailing-List,

we use GeoServer a long time and yesterday we face with a new problem.

We want to use WMS directly, not GeoWebCache in between. We tried to use
URLs like this:

http://domain.com/wms

and get always an Authentication Request "GeoServer Realm". We thought,
all our configurations are correct, but there must be a mistake
somewhere.

Have anyone of you had problems like this?

Part of our Apache Config:

<VirtualHost *:80>
        ServerName domain.com

        SetEnvIf Request_URI "^/wms/*" no-jk    
        SetEnvIf Request_URI "^/gwc/*" no-jk

        ProxyRequests Off
        ProxyVia On
        <Proxy *>
            Order Deny,Allow
            Allow from All
        </Proxy>
        
        ProxyPassMatch "^/(gwc\/service\/wms.*)$" http://ip:port/$1
        ProxyPassMatch "^/(wms.*)$" http://ip:port/$1
</VirtualHost>

Our system environment is:

      * openSUSE 11.1 (x86_64)
      * Apache/2.2.10 (Linux/SUSE) 
      * mod_jk/1.2.26
      * Apache Tomcat 6.0.26
      * GeoServer 2.0.2



Best wishes

Jan-Henning Wegener
Software-Berater

_______________________________________________________________________



Heidelberg mobil International GmbH

Phone:  + 49 [6221] 43 411 67 · Fax: +49 [6221] 43 411 13
Office:   Industriestraße 41 · 69190 Walldorf · Germany

Amtsgericht Mannheim / HRB 701994 – Geschäftsführer Thomas Reinhart

www.HDM-I.com · www.vascmo.de

_______________________________________________________________________



<<attachment: hdmi-logo.gif>>

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to