-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add httpd-schema.conf to docker template
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# XML Schema server configuration | ||
#Listen 80 | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/loc.gov | ||
ServerName loc.gov | ||
ServerAlias www.loc.gov | ||
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/w3.org | ||
ServerName www.w3.org | ||
ServerAlias w3.org | ||
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/essarch.org | ||
ServerName xml.essarch.org | ||
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/staatsbibliothek-berlin.de | ||
ServerName eac.staatsbibliothek-berlin.de | ||
</VirtualHost> | ||
|
||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/ra.se | ||
ServerName ra.se | ||
ServerAlias xml.ra.se | ||
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/schema.arkivverket.no | ||
ServerName arkivverket.no | ||
ServerAlias schema.arkivverket.no | ||
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
CheckSpelling On | ||
DocumentRoot /code/schema/www.dasboard.eu | ||
ServerName www.dasboard.eu | ||
</VirtualHost> |