aboutsummaryrefslogtreecommitdiff
path: root/virtual/modules
Commit message (Collapse)AuthorAgeFilesLines
* Refactor websites.Ismaël Bouya2019-01-1242-88/+3021
| | | | This commit refactors websites into module per "vhost".
* Move httpd service to moduleIsmaël Bouya2019-01-124-7/+179
|
* Make mysqli a shared extension, and load it where necessaryIsmaël Bouya2019-01-122-1/+7
|
* Refactor a bit the php-fpm moduleIsmaël Bouya2019-01-128-10/+243
| | | | | | | | | | | This commit adds a new phpfpm service with a new option that permits to specify pool-specific php configuration (caveat: now each pool has distinct php ini file, even if they have the same content) Make sure that the same php package is used everywhere Build pdo_mysql using mysql c-connector. Would be good to have the same with mysqli but it seems not to work
* Improve postgresql: allow replication from backup-1, change root toIsmaël Bouya2019-01-113-10/+64
| | | | /run/postgres
* Move some more configuration for websitesIsmaël Bouya2019-01-101-7/+19
|
* Move packages fils to moduleIsmaël Bouya2019-01-1026-16/+1480
|
* Move goaccess to specific moduleIsmaël Bouya2019-01-106-0/+110
|
* Add http configuration to modules and separate production fromIsmaël Bouya2019-01-109-16/+1775
| | | | integration
* Continue moving websites: apache configuration and modulesIsmaël Bouya2019-01-107-0/+129
|
* Move websites to their own modules: php config and scriptsIsmaël Bouya2019-01-105-0/+46
|
* Start moving websites to their own modules: certificatesIsmaël Bouya2019-01-106-0/+171
|
* Move some elements to separate modulesIsmaël Bouya2019-01-098-0/+1052