Deploy Apache configuration

This step should already have been if you installed LL::NG with packages.

Files

With tarball installation, Apache configuration files will be installed in /usr/local/lemonldap-ng/etc/, else they are in /etc/lemonldap-ng.

Il faut les inclure dans la configuration d'Apache, par exemple :

include /usr/local/lemonldap-ng/etc/portal-apache2.conf
include /usr/local/lemonldap-ng/etc/handler-apache2.conf
include /usr/local/lemonldap-ng/etc/manager-apache2.conf
include /usr/local/lemonldap-ng/etc/test-apache2.conf

  • You can also use symbolic links in conf.d or sites-available Apache directory.
  • Pour la commande d'installation Debian/Ubuntu, utiliser simplement :
a2ensite manager-apache2.conf
a2ensite portal-apache2.conf
a2ensite handler-apache2.conf
a2ensite test-apache2.conf

Modules

You will also need to load some Apache modules:

With Debian/Ubuntu:

a2enmod fcgid perl alias rewrite