billbarker 2004/07/15 07:49:31 Modified: jk/xdocs/jk aphowto.xml Log: Fix unclosed tag Revision Changes Path 1.27 +3 -3 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- aphowto.xml 14 Jul 2004 15:06:34 -0000 1.26 +++ aphowto.xml 15 Jul 2004 14:49:31 -0000 1.27 @@ -583,9 +583,9 @@ <screen> <note># All URL goes to tomcat except the one containing /home</note> -<read><VirtualHost *:80> -<read> ServerName testxxx.mysys -<read> DocumentRoot /www/testxxx/htdocs +<read><VirtualHost *:80></read> +<read> ServerName testxxx.mysys</read> +<read> DocumentRoot /www/testxxx/htdocs</read> <read /> <note># Use SetEnvIf to st no-jk when /home/ is encountered</note> <read>SetEnvIf Request_URI "/home/*" no-jk</read>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]