summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..26a14f1d9c3d
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,9 @@
+Alias /lam /usr/share/webapps/ldap-account-manager
+
+<IfModule php5_module>
+<Directory /usr/share/webapps/ldap-account-manager>
+ Options FollowSymLinks
+ php_value memory_limit 64M
+ php_value open_basedir "/usr/share/webapps/ldap-account-manager:/var/lib/ldap-account-manager:/etc/webapps/ldap-account-manager:/tmp"
+</Directory>
+</IfModule>