X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=mods-available%2Falias.conf;fp=mods-available%2Falias.conf;h=ef786e98ce097f73b00d671c5d807e54a8f91e39;hb=c1c14e8db7d9ac7055affb2cdab504ec8ed5687f;hp=0000000000000000000000000000000000000000;hpb=15e4657ae685265ac10ecd507eef1052ca25057d;p=sysconfig%2Fapache2.git diff --git a/mods-available/alias.conf b/mods-available/alias.conf new file mode 100644 index 0000000..ef786e9 --- /dev/null +++ b/mods-available/alias.conf @@ -0,0 +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/" + + + Options Indexes MultiViews + AllowOverride None + Order allow,deny + Allow from all + + +