apache 2.0 is now the default
This commit is contained in:
parent
10dbfb56c0
commit
b0ae354c4e
3 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
#----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue