mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
30 lines
636 B
Text
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.
|