DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4042>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4042 webapp component requires Port directive versus Listen directive ------- Additional Comments From [EMAIL PROTECTED] 2002-04-22 02:53 ------- Has there been any progress on this one, Pier? The Port directive is now deprecated in Apache 2, which means that you cannot use mod_webapp in a VirtualHost configuration - you get this message: [root@strider apache2]# bin/apachectl configtest Syntax error on line 995 of /usr/local/apache2/conf/httpd.conf: Invalid port number (p<1) No "Port" statement found where httpd.conf has: Listen ##.##.##.##:80 NameVirtualHost ##.##.##.##:80 <VirtualHost ##.##.##.##:80> ServerName tomcat.bonevich.com DocumentRoot /usr/local/tomcat/webapps WebAppConnection warpConnection warp www.bonevich.com:8008 WebAppDeploy examples warpConnection /examples/ </VirtualHost> and line 995 is the WebAppDeploy directive above. Mod_webapp will now only work properly if configured at the main server level. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
