aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
Commit message (Collapse)AuthorAgeFilesLines
* apache: remove "dynamic lookup" warningsNicolas Vigier2012-12-181-1/+1
|
* Create apache::var and move apache config optionsNicolas Vigier2012-12-101-1/+1
| | | | Move apache options to apache::var class
* Move custom 404 config to www vhost only (patch from rda)Nicolas Vigier2012-09-191-1/+0
|
* Patch from romain setting custom 404 for wwwPascal Terjan2012-08-281-0/+1
|
* add temporary fix on champagne for CVE-2011-3192Nicolas Vigier2012-05-311-0/+12
|
* move the others files in subdirectoryMichael Scherer2012-04-022-0/+0
|
* move the template into a subdirectory ( cleaner )Michael Scherer2012-04-021-0/+0
|
* manage the certificate used for default connexion too, since that's the one ↵Michael Scherer2012-03-171-2/+2
| | | | that xymon check for expiry ( and that's also what openssl does ). Probably a issue with SNI, didn't look more in details for tonight
* compress log file, as this is taking too much space on champagneMichael Scherer2012-03-161-1/+1
|
* make sure we no longer need to fizzle with /etc/hosts for reverse proxyMichael Scherer2012-02-101-0/+1
|
* only add NameVirtualHost on port 443 when mod_ssl has been selectedNicolas Vigier2011-11-092-1/+1
|
* keep httpd logs for 24 monthsNicolas Vigier2011-05-241-1/+1
|
* add logrotate configNicolas Vigier2011-05-241-0/+13
|
* use second variable, as it is not possible to reassign parameterNicolas Vigier2011-05-241-2/+2
|
* add separate logs on vhost_baseNicolas Vigier2011-05-241-0/+3
|
* Fix handling of optionsPascal Terjan2011-05-081-1/+1
|
* Allow setting options in vhost base templatePascal Terjan2011-05-081-0/+6
|
* 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
|
* set php date.timezone to UTC (as CEST is an incorrect value)Nicolas Vigier2011-04-081-1/+1
|
* send php emails from root@mageia.orgNicolas Vigier2011-04-081-0/+1
|
* - alias should be ordered, more specific first, or the more general willMichael Scherer2011-03-081-2/+4
| | | | | mask the more specific alias ( apache warn about this ). Hashes in puppet are not sorted.
* test wildcard_sslcert as a string (as facter converts booleans to strings)Nicolas Vigier2011-03-032-2/+2
|
* revert 1244Nicolas Vigier2011-03-022-2/+2
|
* comment SSLCertificateChainFileNicolas Vigier2011-03-021-1/+1
|
* fix test on wildcard_sslcertNicolas Vigier2011-03-022-2/+2
|
* set ServerAdmin emailNicolas Vigier2011-03-021-1/+1
|
* add default ssl vhostNicolas Vigier2011-03-021-0/+167
|
* use wildcard certificate, if availableNicolas Vigier2011-03-021-0/+7
|
* - block signal registration, as viewvc seems to prevent SIGTERMMichael Scherer2011-02-241-1/+2
| | | | from killing process ( and thus apache from restarting )
* - fix location of certificate ( in some specific case like on friteuse )Michael Scherer2011-02-231-2/+2
|
* - php complain when the timezone is not set, and do not seemMichael Scherer2011-02-231-0/+4
| | | | | | to be able to guess it from system setup. It is set in apache config as this is easier to do ( alternative is to use augeas to modify php.ini, would require more work on our servers )
* - enable ssl usage for reverse proxy ( used by forum )Michael Scherer2011-02-221-1/+3
|
* disable some wsgi check, as viewvc do not like them ( should be reported ↵Michael Scherer2011-02-121-1/+4
| | | | upstream too )
* add server_aliases argument, to enable to have server aliases on vhostMichael Scherer2011-02-011-0/+3
|
* use vhost_base for vhost_wsgi type ( leaner )Michael Scherer2011-02-011-13/+1
|
* - add support of aliases definition, prior to vhost_wsgi type mergeMichael Scherer2011-02-011-1/+3
|
* - add a vhost_redirect typeMichael Scherer2011-02-011-0/+2
|
* allow to set public_html on a vhostMichael Scherer2011-02-011-0/+9
|
* - refactoring of apache config file, to ease future deploymentMichael Scherer2011-02-015-69/+30
|
* enable mod_wdgi hack to let viewvc write to stdout. Viewvc should beMichael Scherer2011-01-281-0/+4
| | | | fixed, and a bug report should be opened ( but for now, this is faster )
* allow to set aliases for wsgi powered web application ( should be ↵Michael Scherer2011-01-241-0/+4
| | | | refactored, IMHO )
* new vhost_wsgi type, for viewvc supportMichael Scherer2011-01-171-0/+11
|
* add a reverse proxy classMichael Scherer2011-01-131-0/+22
|
* add vhost_simple, for handling simple checkout ( php, static website )Michael Scherer2011-01-091-0/+9
|
* add ssl support to django deployment classMichael Scherer2010-12-151-1/+14
|
* - add support for multiple module_path ( as needed by transifex ), andMichael Scherer2010-12-151-1/+10
| | | | to not prefix the settings module ( in case of, but not needed now )
* do not use a variable called module in template, this is a reserved ruby keywordMichael Scherer2010-12-151-1/+1
|
* fix the template, this cause the epoll installation on alamut to notMichael Scherer2010-11-301-1/+1
| | | | have css :/
* enable SNI and use one certificate per vhost for catalyst applicationMichael Scherer2010-11-301-4/+2
|