apache 2.0 is now the default

This commit is contained in:
JT Smith 2004-03-25 05:33:06 +00:00
parent 10dbfb56c0
commit b0ae354c4e
3 changed files with 13 additions and 2 deletions

View file

@ -10,8 +10,8 @@ $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";
#----------------------------------------
# Enable the mod_perl environment.
#----------------------------------------
use Apache::Registry (); # Uncomment this for use with mod_perl 1.0
#use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0
#use Apache::Registry (); # Uncomment this for use with mod_perl 1.0
use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0
#----------------------------------------