Sha256: b397d8fa0c522a8fb90c5a37835da5cb2bebfa0064ec01c8d6f0e2c6339bc721

Contents?: true

Size: 828 Bytes

Versions: 20

Compression:

Stored size: 828 Bytes

Contents

<IfModule alias_module>
#
# 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/ "<%= @node[:apache][:icondir] %>"

<Directory "<%= @node[:apache][:icondir] %>">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

</IfModule>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.6 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.5 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.4 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.3 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.2 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.1 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/alias.conf.erb
poolparty-1.4.0 examples/chef_cloud/chef-repo/cookbooks/apache2/templates/default/mods/alias.conf.erb