brianp 02/05/03 23:20:11
Modified: perl-framework/t/htdocs/modules/include if8.shtml Log: Fixed the if8 test input Revision Changes Path 1.2 +4 -2 httpd-test/perl-framework/t/htdocs/modules/include/if8.shtml Index: if8.shtml =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/htdocs/modules/include/if8.shtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- if8.shtml 4 May 2002 03:51:33 -0000 1.1 +++ if8.shtml 4 May 2002 06:20:11 -0000 1.2 @@ -1,6 +1,8 @@ -<!--#if expr="($SERVER_PORT = 80) && ($p_ssl = 0)"--> +<!--#set var="x_p_ssl" value="1"--> +<!--#set var="x_SERVER_PORT" value="443"--> +<!--#if expr="($x_SERVER_PORT = 80) && ($x_p_ssl = 0)"--> pass -<!--#elif expr="($SERVER_PORT = 443) && ($p_ssl = 1)"--> +<!--#elif expr="($x_SERVER_PORT = 443) && ($x_p_ssl = 1)"--> pass <!--#else--> fail
