libs-gsweb/GSWAdaptors
Lars Sonchocky-Helldorf 15caa493db config.guess updated
2025-01-13 01:03:48 +01:00
..
Apache * GSWAdaptors/Apache/GNUmakefile.in 2013-06-09 08:42:09 +00:00
Apache2 config.guess updated 2025-01-13 01:03:48 +01:00
Doc * GSWAdaptors/Apache/mod_gsweb.c (sendResponse): Add cast. 2003-02-28 18:37:43 +00:00
README.txt add support for /wo/showapps 2017-12-04 15:03:39 -05:00

This Directory contains Adaptors to different Web servers.

Currently, only the Apache2 adaptor is maintained.


Apache 24
---------

To use the the module add:

LoadModule gsw_module   libexec/apache24/mod_gsw.so


# then somewhere down in your config:

ShowApps on

App Name=TCWebMail Instance=1 Host=127.0.0.1:9804

Then you start your App like this (plus your other arguments):

./TCWebMail.gswa/TCWebMail -WOHost 127.0.0.1 -WOPort 9804

If you enabled ShowApps, you can access the list of applications like this:

http://www.example.org/wo/showapps

If an application is unreachable the adaptor will return an HTTP status 504

dw.