summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-03add global ssl.conf file on Debian to provide NameVirtualHost directiveJerome Charaoui
2010-02-03fix incomplete file include.d/Debian/ssl_defaults.incJerome Charaoui
2010-02-03in ssl::debian, enable mod_ssl and remove line for ports.conf as this breaks ↵Jerome Charaoui
the package-supplied config, which already includes the proper directives for port 443
2010-02-03provide ssl defaults for vhosts under Debian (copied from CentOS config)Jerome Charaoui
2010-02-02add php_additional_open_basedirs and php_additional_options in php vhost ↵Jerome Charaoui
(fully implemented in standard template only, for now)
2010-01-30fix includes to new locationmh
2010-01-30migrate missing partsmh
- migrate missing (newly introduced) vhosts - pass relevant_only stuff to subdefines
2010-01-30merged with lavamindmh
2010-01-27typoAndreas
2010-01-27silverstripe htaccess errorsAndreas
2010-01-27silverstripe .htaccessAndreas
2010-01-26module silverstripeAndreas
2010-01-20missing variablesAndreas
2010-01-20missing variableAndreas
2010-01-10make it also possible that safe_mode_exec_bin can be absentmh
2010-01-10if we should remove everything if set to absentmh
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)
2010-01-04source of last change (https logins)Andreas
2010-01-04gallery redirect user logins to httpsAndreas
2010-01-04config file to managemh
2010-01-03we have already a default charset flag we manageAndreas
2010-01-02actually the default is already utf8mh
2010-01-02we have already a default charset flag we managemh
2010-01-01php settings for gallery2Andreas
2010-01-01not a managed dirAndreas
2010-01-01create g2data dirAndreas
2010-01-01redefinition errorAndreas
2010-01-01create gdata dirAndreas
2010-01-01gallery2 moduleAndreas
2009-12-26lockfile name must be specifiedAndreas
2009-12-26changed davdir->davdbdir, add to templateAndreas
2009-12-26DAV needs a writable dir for the db (with itk, with the correct user settings)Andreas
2009-12-23manage default 'charset' and 'security' configs on DebianJerome Charaoui
2009-12-23simplify config subclassesJerome Charaoui
2009-12-23fix passing of $content in config::includeJerome Charaoui
2009-12-23move includes in conf.d into include.dJerome Charaoui
2009-12-23organize files in subdirectories per type : 'config' for main apache config; ↵Jerome Charaoui
'scripts' for extra shell scripts; 'service' for service default parameters. also, manage apache2.conf on Debian.
2009-12-23introduce config::global for global configs in conf.d and config::include ↵Jerome Charaoui
for vhost snippets in include.d
2009-12-23change OS-specific vhost templates into links, add Debian (though not all ↵Jerome Charaoui
are tested on Debian)
2009-12-23fix debian support for itk and use correct httpd username in managed webdirJerome Charaoui
2009-12-22remove default vhost from debian packageJerome Charaoui
2009-12-21missing AllowOverride lineAndreas
2009-12-17add itk class for debianJerome Charaoui
2009-12-08manage debian apache module packagesJerome Charaoui
2009-12-08improve Debian supportJerome Charaoui
2009-11-24rotate internal apache logs as wellmh
2009-11-21purge bin dir, only add php option if we actually added binariesmh
2009-11-21substitute with correct variable so we can use it more than oncemh
2009-11-21add missing parametermh
2009-11-21introduce php_default_charset to set charset header in phpmh