You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Yansheng Lin <ya...@isogis.com> on 2003/07/07 17:08:51 UTC

[users@httpd] Newbie: Needs help on how module works.

Hi, I am not sure if I understand the following directives.  It was set up by
someone else...

LoadModule webapp_module modules/mod_webapp.so
#AddModule mod_webapp.c
WebAppConnection conn warp localhost:8008
WebAppDeploy ROOT conn /main

I have to add another application under the same domain.  But it doesn't work.
The test went ok, but I didn't see the 'deployed' part?

LoadModule webapp_module modules/mod_webapp.so
#AddModule mod_webapp.c
WebAppConnection conn warp localhost:8008
WebAppDeploy ROOT conn /main
+ WebAppConnection conn2 warp localhost:8008
+ WebAppDeploy ROOT_TEST conn2 /main_test

What else is needed?

Thanks!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org