From 942e341330ab2e0251ee2e894ea51baf1d69a764 Mon Sep 17 00:00:00 2001 From: inoussa Date: Fri, 22 Jul 2011 12:36:38 +0000 Subject: [PATCH] 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 --- wst/trunk/samples/apache_module/ReadMe.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wst/trunk/samples/apache_module/ReadMe.txt b/wst/trunk/samples/apache_module/ReadMe.txt index 6bcd53303..19e89bd23 100644 --- a/wst/trunk/samples/apache_module/ReadMe.txt +++ b/wst/trunk/samples/apache_module/ReadMe.txt @@ -1,7 +1,11 @@ -Appache module configuration : +Apache must be configured to route requests to wst services -LoadModule wst_module modules/mod_wst.so + + SetHandler wst-handler + - - SetHandler wst-handler - \ No newline at end of file +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. \ No newline at end of file