<% if ($cdcfg::cfg->{product}{apache_based} && 
    $cdcfg::prj->{opts}->{perl_hasmodperl} ) { %>
    <% if ($cdcfg::prj->{opts}->{main_winsupported}) { 
	my $sfx = $cdcfg::prj->{opts}->{win32_httpd2} ? '2' : '';
    %>
	/httpd/modperl${sfx}-x86-windows
	/httpd/perl_modperl${sfx}-x86-windows
    <% } %>
    <% if ($cdcfg::prj->{opts}->{main_lnxsupported}) { 
	my $sfx = ($cdcfg::prj->{opts}->{httpd2} ? '2' : '');
    %>	
	/httpd/modperl${sfx}-x86-linux
	/httpd/perl_modperl${sfx}-x86-linux
    <% } %>
    <% if ($cdcfg::prj->{opts}->{main_osxsupported}) { 
	    if ($cdcfg::prj->{opts}->{httpd2}) { 
    %>
		/httpd/modperl2-x86-macosx
		/httpd/perl_modperl2-x86-macosx
    <%      } else { %>
	    <% if (!$cdcfg::prj->{opts}->{main_osxPPCunsupported} ) { %>
		    /httpd/modperl-ppc-macosx-10-3
		    /httpd/modperl-ppc-macosx-10-4
		    /httpd/modperl-ppc-macosx-10-5
		    /httpd/perl_modperl-ppc-macosx
		    /httpd/perl_modperl-ppc-macosx-10-5

	<% 	    if ($cdcfg::prj->{opts}->{main_osx102supported} ) { %>
			/httpd/perl_modperl-ppc-macosx-10-2
			/httpd/modperl-ppc-macosx-10-2
	<% 	     } 
                } %>

		/httpd/modperl-x86-macosx
		/httpd/modperl-x86-macosx-10-6
		/httpd/perl_modperl-x86-macosx
		/httpd/perl_modperl-x86-macosx-10-6
	  <%   } %>
    <% } %>
<% } %>
