propellor-0.9.1: property-based host configuration management in haskell

Safe HaskellNone

Propellor.Property.Apache

Synopsis

Documentation

type ConfigFile = [String]Source

multiSSL :: PropertySource

Configure apache to use SNI to differentiate between https hosts.

allowAll :: StringSource

Config file fragment that can be inserted into a Directory stanza to allow global read access to the directory.

Works with multiple versions of apache that have different ways to do it.