Update of /cvs/scoop/scoop/etc
In directory lithium.sabren.com:/tmp/cvs-serv4073/etc

Modified Files:
      Tag: scoop_1_2-dev
	startup.pl 
Log Message:
Now we're getting down to business. Initial checking of apache2 support into the 1.2-dev tree. Unfortunately, support in the installer isn't there yet, and the new config file templates aren't done. Still, it will work under both apache 1.3 and apache 2. More to follow soon. -j


Index: startup.pl
===================================================================
RCS file: /cvs/scoop/scoop/etc/startup.pl,v
retrieving revision 1.74
retrieving revision 1.74.2.1
diff -C2 -d -r1.74 -r1.74.2.1
*** startup.pl	27 Apr 2006 03:52:47 -0000	1.74
--- startup.pl	26 Aug 2006 20:05:59 -0000	1.74.2.1
***************
*** 18,23 ****
  
  # Die unless we have mod_perl
! $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/
!        or die "GATEWAY_INTERFACE not Perl!";
  
  BEGIN { $Crypt::UnixCrypt::OVERRIDE_BUILTIN = 1 }
--- 18,23 ----
  
  # Die unless we have mod_perl
! #$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/
! #       or die "GATEWAY_INTERFACE not Perl!" . $ENV{GATEWAY_INTERFACE};
  
  BEGIN { $Crypt::UnixCrypt::OVERRIDE_BUILTIN = 1 }