Skip to content

Blue-Bag/ansible-role-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Build Status

This role has taken from geerling guy and combined with BBApache setup

Differences to geerlingguy

  • use a template for the ports.cnf
  • other apache configs (fqdn)
  • disabling mods

This role sets up a default vhost with several inclusions. It is part of the BB server build and may not suite your needs. Unless you specificaly require the additions contaned here you would be better using the geerlinguy.apache role from Ansible galaxy

Full documentation of thsi role is yet to be done.

Role Variables

to_do

Dependencies

Notes:

When setting an alias - set any directory directives you need to apply - if they are not specified explicitly else where

e.g.

Alias /css /path/to/my/css
<Directory /path/to/my/css />
      AllowOverride None
      Options -Indexes +SymLinksIfOwnerMatch -MultiViews
</Directory>

Stapling for SSL https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling-on-apache-and-nginx

Apache session cache / reuse http://serverfault.com/questions/400089/apache2-sslsessioncache-running-but-not-working

License

BSD

Author Information

George Boobyer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published