Examples to increase portal performances under ModPerl::Registry

environments/ppa-mbqj77/deployments/1
Xavier Guimard 16 years ago
parent 859be3923f
commit c36344d63e
  1. 17
      build/lemonldap-ng/_example/etc/apache.conf
  2. 17
      build/lemonldap-ng/_example/etc/apache2.conf
  3. 17
      build/lemonldap-ng/debian/portal-apache.conf
  4. 17
      build/lemonldap-ng/debian/portal-apache2.conf

@ -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>

@ -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>

@ -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>

@ -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>

Loading…
Cancel
Save