RV: [FGS] install in existen apache
Guillaume Dallaire
gdallaire at dmsolutions.ca
Tue Jun 14 18:33:09 EDT 2005
On Tue, 2005-06-14 at 17:47, Dante Fuster wrote:
> Hi.
>
> Is it possible to install FGS already using an Apache installed
> previously? or to have an Apache compiled with all the bookstores that
> are required (example: apx..) to connect it to TOMCAT.
Here is what you could do:
Install FGS with its own Apache running on port 8080 and add these two
lines in the config file (httpd.conf) of your previously installed
Apache:
ProxyPass /gis/ http://127.0.0.1:8080/
ProxyPassReverse /gis/ http://127.0.0.1:8080/
Then, when queries will be made to http://your_web_site/gis/, they will
be forwarded to FGS's Apache.
Guillaume
More information about the Foss-gis-suite
mailing list