# # # DocumentRoot /usr/local/www/drupal7 ServerName www.wirelessleiden.nl ServerAlias wirelessleiden.nl ErrorLog /var/log/httpd/www.wirelessleiden.nl-error_log CustomLog /var/log/httpd/www.wirelessleiden.nl-access_log combinedio Allow from all RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^/ssp/(.*) https://%{HTTP_HOST}%{REQUEST_URI} Alias /ssp /usr/local/www/self-service-password Order allow,deny Allow from all Require all granted DirectoryIndex index.php AddType application/x-httpd-php .php WSGIScriptAlias /projects /usr/local/www/trac/trac.wsgi WSGIApplicationGroup %{GLOBAL} SetEnv trac.env_parent_dir /usr/local/www/trac/projects SetEnv trac.env_index_template /usr/local/www/trac/project_list_template.html SetEnv trac.locale nl_NL.UTF-8 Require all granted RewriteCond %{HTTPS} off RewriteRule ^/projects/(.*)/login https://%{HTTP_HOST}%{REQUEST_URI} AuthType Basic AuthName "Stichting Wireless Leiden :: Vrijwilligers :: Login" AuthBasicProvider ldap AuthLDAPURL ldap://127.0.0.1/ou=people,dc=wirelessleiden,dc=nl?uid AuthLDAPBindAuthoritative on Require valid-user RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] DirectoryIndex index.php AddType application/x-httpd-php .php Require all granted # # DirectoryIndex index.php # AddType application/x-httpd-php .php # Order allow,deny # Allow from all # php_flag engine on # php_admin_value open_basedir /usr/local/www/nagios/:/var/spool/nagios/ # # # # Options ExecCGI # # #ScriptAlias /nagios/cgi-bin/ /usr/local/www/nagios/cgi-bin/ #Alias /nagios/ /usr/local/www/nagios/ Alias /album "/usr/local/www/gallery3" RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /album/index.php?kohana_uri=$1 [L,QSA] DirectoryIndex index.php AddType application/x-httpd-php .php AllowOverride Options FileInfo Require all granted Alias /gallery "/usr/local/www/piwigo" AllowOverride None Require all granted AddType application/x-httpd-php .php DirectoryIndex index.php RewriteCond %{https} off RewriteRule ^/phpldapadmin/(.*) https://%{http_host}%{request_uri} Alias /phpldapadmin/ "/usr/local/www/phpldapadmin/htdocs/" DirectoryIndex index.php AddType application/x-httpd-php .php Options none AllowOverride none AuthType basic AuthName "Wireless Leiden Login" AuthBasicProvider ldap AuthLDAPURL ldap://127.0.0.1/ou=people,dc=wirelessleiden,dc=nl?uid AuthLDAPBindAuthoritative on Order allow,deny Allow from all Require valid-user # Genesis configurator, maintained by rvdzwet ScriptAlias /config /usr/local/www/genesis/tools/gformat.py #SetHandler wsgi-script Options ExecCGI AcceptPathInfo On #WSGIProcessGroup gformat Require all granted ScriptAlias /ip /usr/local/www/apache24/cgi-bin/ip RewriteCond %{https} off RewriteRule ^/support/(.*) https://%{HTTP_HOST}%{REQUEST_URI} Alias /support /usr/local/share/rt44/html AddDefaultCharset UTF-8 Require all granted Order allow,deny Allow from all SetHandler modperl PerlResponseHandler Plack::Handler::Apache2 PerlSetVar psgi_app /usr/local/sbin/rt-server PerlSetVar MasonStaticSource true PerlSetVar MasonBufferPreallocateSize 4096000 PerlSetVar MasonDataCacheDefaults "cache_class=> MemoryCache, cache_depth => 4" PerlSetVar MasonPreloads '/Elements/*' use Plack::Handler::Apache2; Plack::Handler::Apache2->preload("/usr/local/sbin/rt-server");