Examples to increase portal performances under ModPerl::Registry

This commit is contained in:
Xavier Guimard 2009-02-26 06:55:22 +00:00
parent 859be3923f
commit c36344d63e
4 changed files with 68 additions and 0 deletions

View File

@ -87,3 +87,20 @@ LogLevel warn
</VirtualHost>
##############################################
## Best performance under ModPerl::Registry ##
##############################################
## Uncomment this to increase performance of Portal:
#<Perl>
# require Lemonldap::NG::Portal::SharedConf;
# Lemonldap::NG::Portal::SharedConf->compile(
# qw(delete header cache read_from_client cookie redirect unescapeHTML));
# # Uncomment this line if you use Lemonldap::NG menu
# require Lemonldap::NG::Portal::Menu;
# # Uncomment this line if you use Lemonldap::NG notifications mechanism
# require Lemonldap::NG::Portal::Notification;
# # Uncomment this line if you use portal SOAP capabilities
# require SOAP::Lite;
#</Perl>

View File

@ -89,3 +89,20 @@ LogLevel warn
</VirtualHost>
##############################################
## Best performance under ModPerl::Registry ##
##############################################
## Uncomment this to increase performance of Portal:
#<Perl>
# require Lemonldap::NG::Portal::SharedConf;
# Lemonldap::NG::Portal::SharedConf->compile(
# qw(delete header cache read_from_client cookie redirect unescapeHTML));
# # Uncomment this line if you use Lemonldap::NG menu
# require Lemonldap::NG::Portal::Menu;
# # Uncomment this line if you use Lemonldap::NG notifications mechanism
# require Lemonldap::NG::Portal::Notification;
# # Uncomment this line if you use portal SOAP capabilities
# require SOAP::Lite;
#</Perl>

View File

@ -21,3 +21,20 @@
</VirtualHost>
##############################################
## Best performance under ModPerl::Registry ##
##############################################
## Uncomment this to increase performance of Portal:
#<Perl>
# require Lemonldap::NG::Portal::SharedConf;
# Lemonldap::NG::Portal::SharedConf->compile(
# qw(delete header cache read_from_client cookie redirect unescapeHTML));
# # Uncomment this line if you use Lemonldap::NG menu
# require Lemonldap::NG::Portal::Menu;
# # Uncomment this line if you use Lemonldap::NG notifications mechanism
# require Lemonldap::NG::Portal::Notification;
# # Uncomment this line if you use portal SOAP capabilities
# require SOAP::Lite;
#</Perl>

View File

@ -21,3 +21,20 @@
</VirtualHost>
##############################################
## Best performance under ModPerl::Registry ##
##############################################
## Uncomment this to increase performance of Portal:
#<Perl>
# require Lemonldap::NG::Portal::SharedConf;
# Lemonldap::NG::Portal::SharedConf->compile(
# qw(delete header cache read_from_client cookie redirect unescapeHTML));
# # Uncomment this line if you use Lemonldap::NG menu
# require Lemonldap::NG::Portal::Menu;
# # Uncomment this line if you use Lemonldap::NG notifications mechanism
# require Lemonldap::NG::Portal::Notification;
# # Uncomment this line if you use portal SOAP capabilities
# require SOAP::Lite;
#</Perl>