I've this code in my httpd.conf : 992 <IfModule mod_webapp.c> 993 WebAppConnection conn warp localhost:8008 994 WebAppDeploy examples conn /examples 995 </IfModule>
what do i need configure in server.xml file ? I'm having this error when i try start my apache: [root@icaro /root]# /usr/local/apache_1.3.26/bin/apachectl startssl [Tue Jun 25 11:46:14 2002] [warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:77) WebApp Library initializing [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:81) Initializing APR [Tue Jun 25 11:46:14 2002] 8562 (pr_info.c:66) INFO provider initialized [Tue Jun 25 11:46:14 2002] 8562 (pr_warp.c:62) WARP provider initialized [Tue Jun 25 11:46:14 2002] 8562 (wa_main.c:101) WebApp Library initialized [Tue Jun 25 11:46:14 2002] 8562 (wa_config.c:167) Created connection "conn" (Prov: "warp" Param: "localhost:8008") Syntax error on line 994 of /usr/local/apache_1.3.26/conf/httpd.conf: Invalid virtual host name /usr/local/apache_1.3.26/bin/apachectl startssl: httpd could not be started Icaro