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]>