#==================================================================== # Apache configuration for LemonLDAP::NG Manager #==================================================================== # Uncomment this if no previous NameVirtualHost declaration #NameVirtualHost __VHOSTLISTEN__ # Manager virtual host (manager.__DNSDOMAIN__) ServerName manager.__DNSDOMAIN__ LogLevel notice #ErrorLog ${APACHE_LOG_DIR}/lm_err.log #CustomLog ${APACHE_LOG_DIR}/lm.log combined RewriteEngine on RewriteRule "^/$" "/psgi/manager-server.fcgi/$1" [L] RewriteCond "%{REQUEST_FILENAME}" "!^/(?:static|doc|fr-doc|lib).*" RewriteRule "^/(.*)$" "/psgi/manager-server.fcgi/$1" [L] # Note: this example uses mod_fastcgi FastCgiServer __MANAGERDIR__/psgi/manager-server.fcgi Require all granted AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary Header append Vary User-Agent env=!dont-vary # DocumentRoot DocumentRoot __MANAGERDIR__ = 2.3> Require all granted Order Deny,Allow Allow from all Options +FollowSymLinks # On-line documentation Alias /doc/ __DEFDOCDIR__ Alias /lib/ __DEFDOCDIR__lib/ = 2.3> Require all granted Order Deny,Allow Allow from all ErrorDocument 404 /notfound.html Options +FollowSymLinks # French version (needs fr-doc installation) Alias /fr-doc/ __FRDOCDIR__ = 2.3> Require all granted Order Deny,Allow Allow from all ErrorDocument 404 /notfoundfr.html Options +FollowSymLinks