Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mysqli a shared extension, and load it where necessary | Ismaël Bouya | 2019-01-12 | 2 | -1/+7 |
| | |||||
* | Refactor a bit the php-fpm module | Ismaël Bouya | 2019-01-12 | 8 | -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 to | Ismaël Bouya | 2019-01-11 | 3 | -10/+64 |
| | | | | /run/postgres | ||||
* | Move some more configuration for websites | Ismaël Bouya | 2019-01-10 | 1 | -7/+19 |
| | |||||
* | Move packages fils to module | Ismaël Bouya | 2019-01-10 | 26 | -16/+1480 |
| | |||||
* | Move goaccess to specific module | Ismaël Bouya | 2019-01-10 | 6 | -0/+110 |
| | |||||
* | Add http configuration to modules and separate production from | Ismaël Bouya | 2019-01-10 | 9 | -16/+1775 |
| | | | | integration | ||||
* | Continue moving websites: apache configuration and modules | Ismaël Bouya | 2019-01-10 | 7 | -0/+129 |
| | |||||
* | Move websites to their own modules: php config and scripts | Ismaël Bouya | 2019-01-10 | 5 | -0/+46 |
| | |||||
* | Start moving websites to their own modules: certificates | Ismaël Bouya | 2019-01-10 | 6 | -0/+171 |
| | |||||
* | Move some elements to separate modules | Ismaël Bouya | 2019-01-09 | 8 | -0/+1052 |