Hello,
(Note: I also posted this on usenet, so if you read it more than once, my appologies.)
Distro = Debian (testing)
Apache = 1.3.31 (Debian GNU/Linux)
Tomcat4 = 4.1.30
libapache-mod-webapp = 1.2.1
The following line have been added to /etc/apache/http.conf:
Code:
WebAppConnection conn warp localhost:8008
WebAppDeploy tomcat-docs conn /tomcat-docs
WebAppInfo /webapp-info
When I start Apache or do an apachectl configtest I receive the following error:
Configuration syntax error detected. Not reloading.
Syntax error on line 1022 of /etc/apache/httpd.conf:
Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a module not included in the server configuration
in modules.conf this line is included:
Code:
LoadModule webapp_module /usr/lib/apache/1.3/mod_webapp.so
When I add above line to httpd.conf it complains that webapp_module is allready loaded, so I suppose the module is loaded.
When I uncomment WebAppDeploy it starts to complain about WebAppInfo.
Please help? I'm stuck here.
Regards,
Jeroen