libs-gsweb/GSWAdaptors/README.txt
David Wetzel 3d5a52e699 add support for /wo/showapps
return HTTP status 504 if app is unreachable
2017-12-04 15:03:39 -05:00

30 lines
636 B
Text

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.