Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions build/default_configuration/apache/httpd-vhosts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Listen 88

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand Down Expand Up @@ -33,6 +35,8 @@ Listen 443

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -56,6 +60,8 @@ Listen 74

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -79,6 +85,8 @@ Listen 80

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -102,6 +110,8 @@ Listen 81

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -125,6 +135,8 @@ Listen 82

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -148,6 +160,8 @@ Listen 83

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand All @@ -171,6 +185,8 @@ Listen 84

DocumentRoot "/var/www/html"

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Expand Down