1 # Define /phpldapadmin alias, this is the default
3 Alias /phpldapadmin /usr/share/phpldapadmin/htdocs
6 # You can also use phpLDAPadmin as a VirtualHost
8 # ServerName ldap.example.com
9 # ServerAdmin root@example.com
10 # DocumentRoot /usr/share/phpldapadmin
11 # ErrorLog logs/ldap.example.com-error.log
12 # CustomLog logs/ldap.example.com-access.log common
15 <Directory /usr/share/phpldapadmin/htdocs/>
17 DirectoryIndex index.php
18 Options +FollowSymLinks
27 AddType application/x-httpd-php .php
29 php_flag magic_quotes_gpc Off
30 php_flag track_vars On
31 php_flag register_globals On
32 php_value include_path .
35 <IfModule !mod_php5.c>
36 <IfModule mod_actions.c>
38 AddType application/x-httpd-php .php
39 Action application/x-httpd-php /cgi-bin/php5
42 AddType application/x-httpd-php .php
43 Action application/x-httpd-php /cgi-bin/php5