On Fri, 28 Sep 2007 15:09:16 +0300, Rahkonen Jukka <[EMAIL PROTECTED]> wrote:
> > >> -----Alkuperäinen viesti----- >> Lähettäjä: UMN MapServer Users List >> [mailto:[EMAIL PROTECTED] Puolesta Kralidis,Tom >> [Burlington] >> Lähetetty: 28. syyskuuta 2007 15:01 >> Vastaanottaja: [email protected] >> Aihe: Re: [UMN_MAPSERVER-USERS] WMS Client Connection through a proxy >> >> >> > I'm trying as a WMS client to connect an OGC server through >> a proxy, >> > but all I'm getting is a blank image. >> > >> > I'm using Mapserver 4.6.1 with WFS_CLIENT support and here >> is to code >> > from the mapfile I'm using : >> > >> > LAYER >> > CONNECTION >> > "http://ogcrisques.brgm.fr/cgi-bin/mapserv?map=/application/ma >> pserver/mapFiles/risquesIT.map?" >> > CONNECTIONTYPE WMS >> > METADATA >> > "wms_srs" "EPSG:27582" >> > "wms_exceptions_format" "application/vnd.ogc.se_xml" >> > "wms_name" "DAT_SIREN_FS" >> > "wms_proxy_*" "192.168.1.14:8080" >> > "wms_format" "image/png" >> > "wms_server_version" "1.1.1" >> > END >> > NAME "layerBD_MVT" >> > PROJECTION >> > "init=epsg:27582" >> > END >> > SIZEUNITS PIXELS >> > STATUS ON >> > TOLERANCEUNITS PIXELS >> > TYPE RASTER >> > UNITS METERS >> > END >> > >> >> I'm not sure if this is supported (i.e. I don't see any proxy >> type metdata in either WMS client or WFS client). Is the >> CONNECTION URL only accessible via proxy? >> >> ..Tom > > >Hi, > >In MS4W installation proxy is handled in Apache httpd.conf file: >SetEnv "http_proxy" "proxy.address:port" > >and possibly SetEnv "NO_PROXY" in a similar way. > >-Jukka Rahkonen- Thanks, in fact it was my apache mod_env which wasn't set correctly. Now everything works fine. See you. Yvan
