summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/spip.pp
AgeCommit message (Collapse)Author
2010-08-11introduce logmode featuremh
We are now able to select how apache should log accesses. These modes are: * default: as you would use it * semianonym: no ips are logged for CustomLog, ErrorLog still logs ips * anonym: no ips are logged for CustomLog, ErrorLog is sent to /dev/null * nologs: all logs are sent to /dev/null
2010-01-30migrate missing partsmh
- migrate missing (newly introduced) vhosts - pass relevant_only stuff to subdefines
2010-01-04add $mod_security_relevantonly flag, enabled by default, logs only on ↵Jerome Charaoui
suspicious requests, set to 'false' to log all requests (as before)
2009-11-21introduce php_default_charset to set charset header in phpmh
2009-11-18introduce safe mode exec as well for the other vhost typesmh
2009-09-20allow FileInfo for .htaccess for spipmh
2009-09-20remove unnecessary parammh
2009-08-19add spip vhost configmh