You've already forked lazarus-ccr
More specific doc for Apache module, rebuild sample
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1756 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
Appache module configuration :
|
||||
|
||||
LoadModule wst_module modules/mod_wst.so
|
||||
Apache must be configured to route requests to wst services
|
||||
|
||||
<Location /wst>
|
||||
SetHandler wst-handler
|
||||
</Location>
|
||||
|
||||
Services can then be invoked through the following addressing schema
|
||||
http://127.0.0.1:8080/wst/services/UserService
|
||||
|
||||
UserService : the target service
|
||||
wst/services : constant.
|
Reference in New Issue
Block a user