X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fphpldapadmin%2Fapache.conf;fp=etc%2Fphpldapadmin%2Fapache.conf;h=0000000000000000000000000000000000000000;hb=0e0894783a9e54150131d7bc69a99aaca67dd868;hp=a140e37928063afd3e728a463f7875fec93bd303;hpb=1edefe62a86ea098034a568dae90b51f25f7b68f;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/phpldapadmin/apache.conf b/etc/phpldapadmin/apache.conf deleted file mode 100644 index a140e37..0000000 --- a/etc/phpldapadmin/apache.conf +++ /dev/null @@ -1,51 +0,0 @@ -# Define /phpldapadmin alias, this is the default - - Alias /phpldapadmin /usr/share/phpldapadmin/htdocs - - -# You can also use phpLDAPadmin as a VirtualHost -# -# ServerName ldap.example.com -# ServerAdmin root@example.com -# DocumentRoot /usr/share/phpldapadmin -# ErrorLog logs/ldap.example.com-error.log -# CustomLog logs/ldap.example.com-access.log common -# - - - - DirectoryIndex index.php - Options +FollowSymLinks - AllowOverride None - - Order allow,deny - Allow from all - - - - - AddType application/x-httpd-php .php - - php_flag magic_quotes_gpc Off - php_flag track_vars On - php_flag register_globals On - php_value include_path . - - - - - - AddType application/x-httpd-php .php - Action application/x-httpd-php /cgi-bin/php5 - - - AddType application/x-httpd-php .php - Action application/x-httpd-php /cgi-bin/php5 - - - - - - - -