Uncomment the SeverName directive in httpd.conf. You can leave it as localhost, or change it to the actual name of your server.
-----Original Message----- From: Craig Altenburg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 8:32 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0 with RH 7.2 I am trying to configure mod_wepapp to work with Apache from the RedHat 7.2 release. I downloaded the webapp sources from cvs and built it successfully. I have included the following from my httpd.conf (without the line number): 1: LoadModule webapp_module /usr/lib/apache/mod_webapp.so 2: AddModule mod_webapp.c 3: 4: WebAppConnection conn warp localhost:8008 5: WebAppDeploy ROOT conn /tomcat When I try to start Apache I get: Syntax error on line 5 of /opt/tomcat/conf/apache.conf: Invalid virtual host name Adding the config lines directly to httpd.conf does not help. I get the same error if I replace line 5 with: WebAppInfo /webapp-info Sending http request directly to tomcat at port 8080 works fine. The included file used to work before I updated to RH7.2. Any suggestion? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
