[mapserver-users] HELP

Nico Mandery nico.mandery at geops.de
Thu Feb 19 08:32:51 EST 2009


Hi Valeria,

you are talking about virtualhosts I think. But why do you want to use
non-standard ports like 81 to 83?

A minimal Apache-config for these vhosts would be

<VirtualHost *:80>
	ServerName www.sitio1-tilecache1.com
	ServerAlias www.sitio1-tilecache2.com  www.sitio1-tilecache3.com
www.sitio1-tilecache4.com
	[...]
</VirtualHost>

But using subdomains it would be more elegant:

<VirtualHost *:80>
	ServerName tilecache1.sitio1.com
	ServerAlias tilecache2.sitio1.com tilecache3.sitio1.com
tilecache4.sitio1.com
	[...]
</VirtualHost>

The DNS records for all these domains must point to the IP of this server.

nico

Valeria Muñoz schrieb:
>  Hi,
> 
> we need the possibility of creating multiple instances of Apache-linux
> connections for tilecache us to deliver up to 4 concurrents conections with
> the same site.
>  I know that has nothing to do with the list, but if somebody can help me
> will be great!
> 
> example.
> 
> Default website *www.sitio1-tilecache.com*
> 
> *www.sitio1-tilecache1.com:80*
> 
> *www.sitio1-tilecache2.com:81*
> 
> *www.sitio1-tilecache3.com:82*
> www.sitio1-tilecache4.com:83
> 
> how can i do this?
> 
> RG
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list