Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-06 | Spreading user validation for php and go apps. | Max Romanov | 1 | -8/+8 | |
2017-09-06 | Fixed building by Sun C on Solaris. | Igor Sysoev | 1 | -1/+2 | |
2017-09-06 | Controller: validating user and group names. | Igor Sysoev | 1 | -4/+67 | |
2017-09-05 | Introducing working_directory directive for applications. | Max Romanov | 1 | -0/+15 | |
2017-08-17 | The new module configuration interface. | Igor Sysoev | 1 | -9/+19 | |
Configuration and building example: ./configure ./configure python ./configure php ./configure go make all or ./configure make nginext ./configure python make python ./configure php make php ./configure go make go Modules configuration options and building examples: ./configure python --module=python2 --config=python2.7-config make python2 ./configure php --module=php7 --config=php7.0-config --lib-path=/usr/local/php7.0 make php7 ./configure go --go=go1.6 --go-path=${HOME}/go1.6 make go1.6 | |||||
2017-07-25 | Fixed building on Solaris by Sun C. | Max Romanov | 1 | -5/+3 | |
2017-07-10 | Configuration: improved validation. | Valentin Bartenev | 1 | -25/+59 | |
2017-07-07 | Configuration: basic schema validation for applications. | Valentin Bartenev | 1 | -14/+122 | |
2017-07-06 | Controller: sending JSON configuration to router. | Valentin Bartenev | 1 | -0/+5 | |
2017-07-05 | Configuration: basic validation of schema. | Valentin Bartenev | 1 | -0/+173 | |