ServerName localhost DocumentRoot /usr/share/tuleap/src/www DirectoryIndex index.php # Needed to be able to do basic auth in PHP with # FastCGI # http://php.net/manual/fr/features.http-auth.php#114877 SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 SetHandler "proxy:fcgi://127.0.0.1:9000" Options Includes FollowSymLinks MultiViews AllowOverride All AcceptPathInfo On Require all granted # 2- plugins web/php pages AliasMatch ^/plugins/([^/]*)/(.*) /usr/share/tuleap/plugins/$1/www/$2 SetHandler "proxy:fcgi://127.0.0.1:9000" Options MultiViews FollowSymlinks AllowOverride All Require all granted