Skip to content

Commit

Permalink
Add httpd-schema.conf to docker template
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Nov 2, 2023
1 parent f5830a8 commit acb1459
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docker/templates/config/httpd-schema.conf
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>

0 comments on commit acb1459

Please sign in to comment.