#
#
#
DocumentRoot /usr/local/www/drupal7
ErrorLog /var/log/httpd/wirelessleiden.nl-error_log
CustomLog /var/log/httpd/wirelessleiden.nl-access_log combinedio
Alias /.well-known /usr/local/www/certbot/.well-known
Require all granted
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
AddHandler fcgid-script .fcgi
ScriptAlias /projects /usr/local/www/trac/trac.fcgi/
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 /album "/usr/local/www/piwigo"
#RewriteEngine On
#RewriteBase /
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ /album/index.php?$1 [L,QSA]
DirectoryIndex index.php
AddType application/x-httpd-php .php
Require all granted
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
Alias /dns /usr/local/www/dns
Require all granted
Alias /config /usr/local/www/config
AddHandler cgi-script .py
Require all granted
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ gformat.py/$1 [L,QSA]
Options +FollowSymlinks +ExecCGI
#
# AcceptPathInfo On
# Require all granted
# AddHandler cgi-script .py
# Options ExecCGI FollowSymlinks
#
# RewriteBase "/config"
# RewriteCond "/usr/local/www/config/%{REQUEST_FILENAME}" !-f
# #RewriteRule "^" "gformat.py" [PT]
# RewriteRule "^" "index.py" [PT]
#
## Genesis configurator, maintained by rvdzwet
#ScriptAlias /config /usr/local/www/genesis/tools/gformat.py
Options ExecCGI
AcceptPathInfo On
Require all granted
ScriptAlias /ip /usr/local/www/apache24/cgi-bin/ip
RewriteCond %{https} off
RewriteRule ^/support/(.*) https://%{HTTP_HOST}%{REQUEST_URI}
AddDefaultCharset UTF-8
ScriptAlias /support /usr/local/sbin/rt-server.fcgi
Require all granted