60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
|
<VirtualHost *:80>
|
||
|
|
||
|
ServerAdmin webmaster@localhost
|
||
|
ServerName artxibo.arteleku.net
|
||
|
ServerAlias *.artxibo.arteleku.net
|
||
|
|
||
|
Redirect permanent /es/zehar http://artxibo.arteleku.net/es/collections/zehar
|
||
|
Redirect permanent /eu/zehar http://artxibo.arteleku.net/eu/collections/zehar
|
||
|
Redirect permanent /en/zehar http://artxibo.arteleku.net/en/collections/zehar
|
||
|
Redirect permanent /mrbe/ http://blogs.audio-lab.org/mrbe/
|
||
|
|
||
|
DocumentRoot /var/www/2017.artxibo.arteleku.net/
|
||
|
|
||
|
ProxyRequests Off
|
||
|
ProxyPreserveHost On
|
||
|
|
||
|
<Proxy \*>
|
||
|
Order deny,allow
|
||
|
Allow from all
|
||
|
</Proxy>
|
||
|
|
||
|
ProxyPass /fedora/get http://172.17.0.1:8080/fedora/get
|
||
|
ProxyPassReverse /fedora/get http://172.17.0.1:8080/fedora/get
|
||
|
ProxyPass /fedora/services http://172.17.0.1:8080/fedora/services
|
||
|
ProxyPassReverse /fedora/services http://172.17.0.1:8080/fedora/services
|
||
|
ProxyPass /fedora/describe http://172.17.0.1:8080/fedora/describe
|
||
|
ProxyPassReverse /fedora/describe http://172.17.0.1:8080/fedora/describe
|
||
|
ProxyPass /iiv http://172.17.0.1:8080/iiv
|
||
|
ProxyPassReverse /iiv http://172.17.0.1:8080/iiv
|
||
|
ProxyPass /fedora/risearch http://172.17.0.1:8080/fedora/risearch
|
||
|
ProxyPassReverse /fedora/risearch http://172.17.0.1:8080/fedora/risearch
|
||
|
ProxyPass /adore-djatoka http://172.17.0.1:8080/adore-djatoka
|
||
|
ProxyPassReverse /adore-djatoka http://172.17.0.1:8080/adore-djatoka
|
||
|
ProxyPass /fedora/images http://172.17.0.1:8080/fedora/images
|
||
|
ProxyPassReverse /fedora/images http://172.17.0.1:8080/fedora/images
|
||
|
ProxyPass /fedora/objects http://172.17.0.1:8080/fedora/objects
|
||
|
ProxyPassReverse /fedora/objects http://172.17.0.1:8080/fedora/objects
|
||
|
|
||
|
<Directory />
|
||
|
Options FollowSymLinks
|
||
|
AllowOverride None
|
||
|
</Directory>
|
||
|
|
||
|
<Location "/user">
|
||
|
Order deny,allow
|
||
|
deny from all
|
||
|
</Location>
|
||
|
|
||
|
<Directory /var/www/2017.artxibo.arteleku.net/>
|
||
|
Options Indexes FollowSymLinks MultiViews
|
||
|
AllowOverride All
|
||
|
Order allow,deny
|
||
|
allow from all
|
||
|
</Directory>
|
||
|
|
||
|
ErrorLog ${APACHE_LOG_DIR}/artxibo.error.log
|
||
|
LogLevel warn
|
||
|
CustomLog ${APACHE_LOG_DIR}/artxibo.access.log proxy_combined
|
||
|
</VirtualHost>
|