2014-05-15 03:29:43 +00:00
|
|
|
Alias /pub /srv/pub
|
|
|
|
|
|
|
|
DocumentRoot /srv/web
|
|
|
|
|
2014-06-23 19:25:51 +00:00
|
|
|
<Directory /srv/web>
|
|
|
|
HeaderName /HEADER.html
|
|
|
|
ReadmeName /FOOTER.html
|
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
<IfModule mod_authz_core.c>
|
|
|
|
# Apache 2.4
|
|
|
|
Require all granted
|
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
|
|
# Apache 2.2
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
|
|
|
</Directory>
|
2014-06-23 19:08:46 +00:00
|
|
|
|
2014-05-15 03:29:43 +00:00
|
|
|
<Directory /srv/pub>
|
|
|
|
HeaderName /HEADER.html
|
2023-07-12 15:44:17 -07:00
|
|
|
ReadmeName /FOOTER.html
|
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
<IfModule mod_authz_core.c>
|
|
|
|
# Apache 2.4
|
|
|
|
Require all granted
|
|
|
|
IndexOptions NameWidth=* FancyIndexing
|
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
|
|
# Apache 2.2
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
<Directory /srv/centos*>
|
|
|
|
HeaderName /HEADER.html
|
2014-05-15 03:29:43 +00:00
|
|
|
ReadmeName /FOOTER.html
|
2014-06-23 19:08:46 +00:00
|
|
|
Options Indexes FollowSymLinks
|
|
|
|
<IfModule mod_authz_core.c>
|
|
|
|
# Apache 2.4
|
|
|
|
Require all granted
|
2014-07-10 20:28:12 +00:00
|
|
|
IndexOptions NameWidth=* FancyIndexing
|
2014-06-23 19:08:46 +00:00
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
|
|
# Apache 2.2
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
2014-05-15 03:29:43 +00:00
|
|
|
</Directory>
|
|
|
|
|
2015-06-15 21:48:40 +00:00
|
|
|
<Directory /srv/pub/alt>
|
|
|
|
HeaderName HEADER.html
|
|
|
|
ReadmeName README
|
|
|
|
Options Indexes FollowSymLinks
|
2015-06-15 21:59:49 +00:00
|
|
|
IndexIgnore .??* *~ *# RCS CVS *,v *,t
|
2015-06-15 21:48:40 +00:00
|
|
|
<IfModule mod_authz_core.c>
|
|
|
|
# Apache 2.4
|
|
|
|
Require all granted
|
|
|
|
IndexOptions NameWidth=* FancyIndexing
|
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
|
|
# Apache 2.2
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
|
|
|
</Directory>
|
|
|
|
|
2014-05-15 03:29:43 +00:00
|
|
|
<Directory /srv/pub/archive>
|
|
|
|
ReadmeName /pub/archive/README.html
|
2014-06-23 19:08:46 +00:00
|
|
|
<IfModule mod_authz_core.c>
|
|
|
|
# Apache 2.4
|
|
|
|
Require all granted
|
2014-07-10 20:28:12 +00:00
|
|
|
IndexOptions NameWidth=* FancyIndexing
|
2014-06-23 19:08:46 +00:00
|
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
|
|
# Apache 2.2
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</IfModule>
|
2014-05-15 03:29:43 +00:00
|
|
|
</Directory>
|