add commented directive for mod_perl 2.0
This commit is contained in:
parent
412772eae2
commit
a31161a400
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";
|
|||
#----------------------------------------
|
||||
# System controlled Perl modules.
|
||||
#----------------------------------------
|
||||
use Apache::Registry ();
|
||||
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 CGI (); CGI->compile(':all');
|
||||
use CGI::Carp ();
|
||||
use URI::Escape ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue