Icaro, Is it complaining that you've got <IfModule> statements where you should have a virtual host section. Perhaps you can't use IfModule here.? I don't have any IfModule statements around the WebApp lines in my setup.
Just try removing lines 992 and 995 and I think it will stop complaining. Of course, it wouldn't work anyway if it can't load mod_webapp. Andy > -----Original Message----- > From: Icaro Tuicci [mailto:[EMAIL PROTECTED]] > Sent: 25 June 2002 15:48 > To: [EMAIL PROTECTED] > Subject: Apache+Tomcat > > > 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 > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
