Configuring Apache
Many of the elements of Loblaw use web access.
The configurations that we use for Apache can be found in source:/trunk/configs/apache.
The key file is source:/trunk/configs/apache/intranet.example.org, which contains most of the configurations for various elements run from Apache.
Note that by default, we don't bother to listen to port 80, which is why we modified source:/trunk/configs/apache/ports.conf to comment out port 80.
Once the files from source:/trunk/configs/apache are in place, we did the following commands:
a2dismod auth_pam a2dismod auth_sys_group a2enmod ssl a2enmod php5 a2enmod ldap
== Phpldapadmin ===
While Apache is used to run phpldapadmin, more information can be found about how to ConfigurePhpldapadmin?.