/site/stunnixwebsrv/
/site/config/
/perl/common-inc
/perl/fallback-inc
/README.html
<% if ($cdcfg::prj->{opts}->{main_winsupported}) { %>
    /runcd.exe
    /autorun.inf
<% } %>
<% if ($cdcfg::prj->{opts}->{main_lnxsupported}) { %>
    /autorun
<% } %>
<% if ($cdcfg::prj->{opts}->{main_osxsupported}) { %>
    /Run CD on MacOS X.app
    /.DS_Store
<% } %>
<% if ($cdcfg::cfg->{product}{apache_based}) { %>
    /httpd/common-httpd-files
    <% if ($cdcfg::prj->{opts}->{main_winsupported}) { 
	my $sfx = $cdcfg::prj->{opts}->{win32_httpd2} ? '2' : '';
    %>
	/httpd/httpd${sfx}-x86-windows
    <% } 
       my $sfx =  $cdcfg::prj->{opts}->{httpd2} ? '2' : '';
       if ($cdcfg::prj->{opts}->{main_lnxsupported}) { %>
	/httpd/httpd${sfx}-x86-linux
    <% } %>
    <% if ($cdcfg::prj->{opts}->{main_osxsupported}) { %>
	<% if (!$cdcfg::prj->{opts}->{main_osxPPCunsupported}) { %>
	    /httpd/httpd-ppc-macosx
	<% } %>
	/httpd/httpd${sfx}-x86-macosx
    <% } %>
<% } %>
<% if ($cdcfg::prj->{opts}->{webserver_inspector}) { %>
    /site/www/inspector-root
    /site/www/apps
<% } %>
