X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Falias.conf;h=3583d3bdcff5cefbc49f9029d2a000c60e72330a;hb=54785c3b56a3946682fc47e3f5d3a1de1be99308;hp=ab9e8a371d5e864b6d1ccba6447a2ed3074dda9b;hpb=13d64a00b526b5b5c3dca9fab2a1e59bad9489d8;p=sysconfig%2Fapache2.git diff --git a/mods-available/alias.conf b/mods-available/alias.conf index ab9e8a3..3583d3b 100644 --- a/mods-available/alias.conf +++ b/mods-available/alias.conf @@ -1,24 +1,24 @@ -# -# Aliases: Add here as many aliases as you need (with no limit). The format is -# Alias fakename realname -# -# Note that if you include a trailing / on fakename then the server will -# require it to be present in the URL. So "/icons" isn't aliased in this -# example, only "/icons/". If the fakename is slash-terminated, then the -# realname must also be slash terminated, and if the fakename omits the -# trailing slash, the realname must also omit it. -# -# We include the /icons/ alias for FancyIndexed directory listings. If -# you do not use FancyIndexing, you may comment this out. -# -Alias /icons/ "/usr/share/apache2/icons/" + # Aliases: Add here as many aliases as you need (with no limit). The format is + # Alias fakename realname + # + # Note that if you include a trailing / on fakename then the server will + # require it to be present in the URL. So "/icons" isn't aliased in this + # example, only "/icons/". If the fakename is slash-terminated, then the + # realname must also be slash terminated, and if the fakename omits the + # trailing slash, the realname must also omit it. + # + # We include the /icons/ alias for FancyIndexed directory listings. If + # you do not use FancyIndexing, you may comment this out. - - Options FollowSymlinks - AllowOverride None - Order allow,deny - Allow from all - + Alias /icons/ "/usr/share/apache2/icons/" + + + Options FollowSymlinks + AllowOverride None + Require all granted + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet