[SAC] Trac URLs

In the MapGuide IRC meeting today I saw 3 different URLs being used to refer to the MapGuide Trac instance:

http://www.osgeo.org/trac/mapguide
http://mapguide.osgeo.org/trac/mapguide
http://trac.osgeo.org/trac/mapguide

If we agreed to use service-based URLs then I believe http://trac.osgeo.org/trac/mapguide should be the official URL, correct?

Shouldn't all the other ones be either removed or be redirects to the master URL to avoid the confusion of having multiple URLs pulished.

Actually I think that http://trac.osgeo.org/mapguide would have been even better, any reason why this is not what's been used?

Daniel
--
Daniel Morissette
http://www.mapgears.com/

I implemented a virtual host called trac2.osgeo.org that provides the URL layout we want.

http://trac2.osgeo.org/mapguide
http://trac2.osgeo.org/fdo
http://trac2.osgeo.org/osgeo
http://trac2.osgeo.org/gdal

I propose that we switch this over and create a real virtual host at http://trac.osgeo.org as soon as possible.

Shawn, I did this by creating a virtual host in the conf.d/virtual_hosts.conf file, and in there I made an include for a trac directory, with *.conf files in there defining locations for each project. Additionally, all Trac instances in this layout are using mod_python, so they're much faster, and each is running off of the same internal Python interpreter (google for more info on why this is a recommended practice). When you're ready, you should just have to switch off the URL intercepting for trac.osgeo.org, update virtual_hosts.conf and restart and we'll be good to go. Can you take care of this?

Howard

On Feb 1, 2007, at 12:59 PM, Daniel Morissette wrote:

In the MapGuide IRC meeting today I saw 3 different URLs being used to refer to the MapGuide Trac instance:

http://www.osgeo.org/trac/mapguide
MapGuide Open Source - OSGeo
http://trac.osgeo.org/trac/mapguide

If we agreed to use service-based URLs then I believe http://trac.osgeo.org/trac/mapguide should be the official URL, correct?

Shouldn't all the other ones be either removed or be redirects to the master URL to avoid the confusion of having multiple URLs pulished.

Actually I think that MapGuide Open Source would have been even better, any reason why this is not what's been used?

Daniel
--
Daniel Morissette
http://www.mapgears.com/
_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
Sac Info Page

These just stopped working...

Howard Butler wrote:

I implemented a virtual host called trac2.osgeo.org that provides the URL layout we want.

http://trac2.osgeo.org/mapguide
http://trac2.osgeo.org/fdo
http://trac2.osgeo.org/osgeo
http://trac2.osgeo.org/gdal

I propose that we switch this over and create a real virtual host at http://trac.osgeo.org as soon as possible.

Shawn, I did this by creating a virtual host in the conf.d/virtual_hosts.conf file, and in there I made an include for a trac directory, with *.conf files in there defining locations for each project. Additionally, all Trac instances in this layout are using mod_python, so they're much faster, and each is running off of the same internal Python interpreter (google for more info on why this is a recommended practice). When you're ready, you should just have to switch off the URL intercepting for trac.osgeo.org, update virtual_hosts.conf and restart and we'll be good to go. Can you take care of this?

Howard

On Feb 1, 2007, at 12:59 PM, Daniel Morissette wrote:

In the MapGuide IRC meeting today I saw 3 different URLs being used to refer to the MapGuide Trac instance:

http://www.osgeo.org/trac/mapguide
http://mapguide.osgeo.org/trac/mapguide
http://trac.osgeo.org/trac/mapguide

If we agreed to use service-based URLs then I believe http://trac.osgeo.org/trac/mapguide should be the official URL, correct?

Shouldn't all the other ones be either removed or be redirects to the master URL to avoid the confusion of having multiple URLs pulished.

Actually I think that http://trac.osgeo.org/mapguide would have been even better, any reason why this is not what's been used?

Daniel
--Daniel Morissette
http://www.mapgears.com/
_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

yes. I had to turn them off because it was causing the main website and other stuff to 403. I think once we get everything moved to virtual hosts instead of a single host, we'll be ok.

/me waits for OSGeo Ottawa to finish their beers and come muck with the server :wink:

Howard

On Feb 1, 2007, at 4:06 PM, Robert Bray wrote:

These just stopped working...

Howard Butler wrote:

I implemented a virtual host called trac2.osgeo.org that provides the URL layout we want.

http://trac2.osgeo.org/mapguide
http://trac2.osgeo.org/fdo
http://trac2.osgeo.org/osgeo
http://trac2.osgeo.org/gdal

I propose that we switch this over and create a real virtual host at http://trac.osgeo.org as soon as possible.

Shawn, I did this by creating a virtual host in the conf.d/virtual_hosts.conf file, and in there I made an include for a trac directory, with *.conf files in there defining locations for each project. Additionally, all Trac instances in this layout are using mod_python, so they're much faster, and each is running off of the same internal Python interpreter (google for more info on why this is a recommended practice). When you're ready, you should just have to switch off the URL intercepting for trac.osgeo.org, update virtual_hosts.conf and restart and we'll be good to go. Can you take care of this?

Howard

On Feb 1, 2007, at 12:59 PM, Daniel Morissette wrote:

In the MapGuide IRC meeting today I saw 3 different URLs being used to refer to the MapGuide Trac instance:

http://www.osgeo.org/trac/mapguide
MapGuide Open Source - OSGeo
http://trac.osgeo.org/trac/mapguide

If we agreed to use service-based URLs then I believe http://trac.osgeo.org/trac/mapguide should be the official URL, correct?

Shouldn't all the other ones be either removed or be redirects to the master URL to avoid the confusion of having multiple URLs pulished.

Actually I think that MapGuide Open Source would have been even better, any reason why this is not what's been used?

Daniel
--Daniel Morissette
http://www.mapgears.com/
_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
Sac Info Page

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
Sac Info Page

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
Sac Info Page

Howard Butler wrote:

yes. I had to turn them off because it was causing the main website and other stuff to 403. I think once we get everything moved to virtual hosts instead of a single host, we'll be ok.

/me waits for OSGeo Ottawa to finish their beers and come muck with the server :wink:

Howard

Hi,
the Mapbender Project bug tracker still lives on SourceForge. In order to get threads back together we request for a substitute that is operated on *osgeo.org/* (* being references to "mapbender" and "trac" in whichever way you work out).

Take your time with the beer, there is no hurry and we will rather wait some longer until naming conventions are really settled.

Best regards, Arnulf.

track.

On Feb 1, 2007, at 4:06 PM, Robert Bray wrote:

These just stopped working...

Howard Butler wrote:

I implemented a virtual host called trac2.osgeo.org that provides the URL layout we want.

http://trac2.osgeo.org/mapguide
http://trac2.osgeo.org/fdo
http://trac2.osgeo.org/osgeo
http://trac2.osgeo.org/gdal

I propose that we switch this over and create a real virtual host at http://trac.osgeo.org as soon as possible.

Shawn, I did this by creating a virtual host in the conf.d/virtual_hosts.conf file, and in there I made an include for a trac directory, with *.conf files in there defining locations for each project. Additionally, all Trac instances in this layout are using mod_python, so they're much faster, and each is running off of the same internal Python interpreter (google for more info on why this is a recommended practice). When you're ready, you should just have to switch off the URL intercepting for trac.osgeo.org, update virtual_hosts.conf and restart and we'll be good to go. Can you take care of this?

Howard

On Feb 1, 2007, at 12:59 PM, Daniel Morissette wrote:

In the MapGuide IRC meeting today I saw 3 different URLs being used to refer to the MapGuide Trac instance:

http://www.osgeo.org/trac/mapguide
http://mapguide.osgeo.org/trac/mapguide
http://trac.osgeo.org/trac/mapguide

If we agreed to use service-based URLs then I believe http://trac.osgeo.org/trac/mapguide should be the official URL, correct?

Shouldn't all the other ones be either removed or be redirects to the master URL to avoid the confusion of having multiple URLs pulished.

Actually I think that http://trac.osgeo.org/mapguide would have been even better, any reason why this is not what's been used?

Daniel
--Daniel Morissette
http://www.mapgears.com/
_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac

_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/sac