aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache
Commit message (Expand)AuthorAgeFilesLines
* place the variable near the only configuration file that use itMichael Scherer2012-01-061-1/+1
* add variables for apache user and groupNicolas Vigier2011-12-201-0/+3
* add class for mod_geoipNicolas Vigier2011-12-201-0/+6
* only add NameVirtualHost on port 443 when mod_ssl has been selectedNicolas Vigier2011-11-093-1/+12
* attempt to fix the problem of undefined log file for apacheMichael Scherer2011-09-191-2/+2
* keep httpd logs for 24 monthsNicolas Vigier2011-05-242-1/+4
* add logrotate configNicolas Vigier2011-05-242-0/+21
* change log filename for logrotateNicolas Vigier2011-05-241-2/+2
* move httpd_logdir definitionNicolas Vigier2011-05-241-1/+1
* use second variable, as it is not possible to reassign parameterNicolas Vigier2011-05-242-4/+8
* fix syntaxNicolas Vigier2011-05-241-2/+2
* add separate logs on vhost_baseNicolas Vigier2011-05-242-0/+13
* add vhost parameter in vhost_catalyst_appNicolas Vigier2011-05-191-1/+2
* Fix handling of optionsPascal Terjan2011-05-081-1/+1
* Allow setting options in vhost base templatePascal Terjan2011-05-082-0/+7
* make sure that wsgi pass Authorisation header to tx, as this break tx-clientMichael Scherer2011-04-181-0/+4
* sendmail_path needs to be set by php_admin_value instead of php_valueNicolas Vigier2011-04-121-1/+1
* remove php module as it is not needed: php configuration changes are done fro...Nicolas Vigier2011-04-081-1/+0
* fix syntaxNicolas Vigier2011-04-081-1/+1
* set php date.timezone to UTC (as CEST is an incorrect value)Nicolas Vigier2011-04-082-1/+3
* send php emails from root@mageia.orgNicolas Vigier2011-04-081-0/+1
* add php moduleNicolas Vigier2011-04-071-0/+1
* include apache::base in vhost_baseNicolas Vigier2011-04-041-0/+1
* allow using ssl in vhost_redirectNicolas Vigier2011-03-151-1/+5
* - alias should be ordered, more specific first, or the more general willMichael Scherer2011-03-081-2/+4
* test wildcard_sslcert as a string (as facter converts booleans to strings)Nicolas Vigier2011-03-033-3/+3
* revert 1244Nicolas Vigier2011-03-022-2/+2
* comment SSLCertificateChainFileNicolas Vigier2011-03-021-1/+1
* only install default ssl vhost when mod_ssl is usedNicolas Vigier2011-03-021-10/+11
* fix test on wildcard_sslcertNicolas Vigier2011-03-022-2/+2
* fix syntax errorNicolas Vigier2011-03-021-1/+1
* set ServerAdmin emailNicolas Vigier2011-03-021-1/+1
* add default ssl vhostNicolas Vigier2011-03-022-0/+178
* don't generate self signed certificate if wildcard certificate availableNicolas Vigier2011-03-021-4/+6
* use wildcard certificate, if availableNicolas Vigier2011-03-021-0/+7
* - block signal registration, as viewvc seems to prevent SIGTERMMichael Scherer2011-02-241-1/+2
* let a django application declare aliasesMichael Scherer2011-02-241-2/+3
* - fix location of certificate ( in some specific case like on friteuse )Michael Scherer2011-02-231-2/+2
* - oops, fix previous commitMichael Scherer2011-02-231-2/+2
* restart apache when mod_wsgi.conf or mod_php.conf are changed ( or deployed )Michael Scherer2011-02-231-0/+2
* - php complain when the timezone is not set, and do not seemMichael Scherer2011-02-232-0/+13
* - use the real name of the vhost for the ssl certificateMichael Scherer2011-02-221-1/+1
* - enable ssl usage for reverse proxy ( used by forum )Michael Scherer2011-02-221-1/+3
* - add support for having a different vhost ( not pretty, but I didn't found o...Michael Scherer2011-02-161-1/+4
* - add support for ssl in vhost_reverse_proxyMichael Scherer2011-02-161-1/+2
* add proper requires, to avoid ordering error when deploying apache based web ...Michael Scherer2011-02-131-1/+10
* disable some wsgi check, as viewvc do not like them ( should be reported upst...Michael Scherer2011-02-121-1/+4
* add a class for mod_deflateDamien Lallement2011-02-111-0/+6
* add server_aliases argument, to enable to have server aliases on vhostMichael Scherer2011-02-012-1/+6
* add use_ssl to django applicationMichael Scherer2011-02-011-0/+1