- 05 Aug, 2020 1 commit
-
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 21 Apr, 2020 1 commit
-
-
Thomas Gambier authored
-
- 30 Aug, 2019 2 commits
-
-
Rafael Monnerat authored
The Remote User is managed on the backend apache which will unset it anyway.
-
Julien Muchembled authored
As shown by https://github.com/zopefoundation/Zope/pull/655 and https://github.com/Pylons/waitress/commit/6d4dab6bed88917b973066a6d5222917661802b7 backends usually don't accept headers with underscores. SSL_CLIENT_SERIAL is removed because it's unused.
-
- 26 Jul, 2019 1 commit
-
-
Boxiang Sun authored
Include *.data and *.wasm files. Which the content type is "application/wasm"
-
- 13 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!358
-
- 22 Jun, 2018 2 commits
-
-
Łukasz Nowak authored
jinja2 template is required, as some paramters might come from the network. /reviewed-on nexedi/slapos!345
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!346
-
- 13 Jun, 2018 2 commits
-
-
Łukasz Nowak authored
Do not upper filenames nor users, use them as is. /reviewed-on nexedi/slapos!339
-
Łukasz Nowak authored
No custom_http nor custom_https shall publish information normally calculated. /reviewed-on nexedi/slapos!340
-
- 18 May, 2018 1 commit
-
-
Łukasz Nowak authored
It was missing double slash (//) after schema. /reviewed-on nexedi/slapos!332
-
- 17 May, 2018 1 commit
-
-
Łukasz Nowak authored
The exposed apache_custom_http option for custom slave was incorrectly missing, and apache_custom_http*s* was used instead. /reviewed-on nexedi/slapos!330
-
- 24 Apr, 2018 1 commit
-
-
Łukasz Nowak authored
_ (underscore) is not supported by apache as domain name (https://bugzilla.redhat.com/show_bug.cgi?id=1410130), so avoid using it. /reviewed-on nexedi/slapos!320
-
- 23 Feb, 2018 1 commit
-
-
Roque authored
-
- 08 Nov, 2017 1 commit
-
-
Łukasz Nowak authored
Since using apache-2.4[1] the Include directive will fail if no glob matches, this switch to new, IncludeOptional[2], available since 2.4, in order to not fail if no configurations are present. [1] 1f7bf3d1 [2] http://httpd.apache.org/docs/2.4/mod/core.html#includeoptional /reviewed-on nexedi/slapos!252
-
- 02 Jun, 2017 2 commits
-
-
Rafael Monnerat authored
This can be used to define minimal metrics to the frontend to prevent mpm nodes starvation after gracefull restarts
-
Rafael Monnerat authored
Wait for 60 to reload apache configuration in order to accumulate several logrotate runs. If the amount of slaves are too high, the number of logs are high, so the entries on logrotate are also high. So it is enough to DDoS with a huge amount of 'kill -1', so delay is the only way to avoid to re-implement logrotate existing features. Only reload the apache configuration if the the apache configuration or the certificates contains a change, else don't reload it. Keep a command on bin folder to force reload of configuration in case it is required.
-
- 24 May, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 18 May, 2017 1 commit
-
-
Rafael Monnerat authored
Allow http2 protocol be enable or disable by default Allow set certain configurations for MPM to control the number of process and threads.
-
- 15 May, 2017 1 commit
-
-
Rafael Monnerat authored
Apache verbose way too much with LogLevel info
-
- 26 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
When slow clients post a large request, 30 seconds is too short for the current production usage. Short timeouts are rare but it always happens on POST, which is annoying for the user. Move from 30s to 5min the timeout to allow the slow clients upload their data with time.
-
- 05 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
It is protected with monitor password.
-
- 03 Apr, 2017 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This reverts commit b4e440ed
-
- 28 Mar, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Mar, 2017 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 01 Mar, 2017 1 commit
-
-
Cédric Le Ninivin authored
If not so, trafficserver configuration is removed and then replaced on every slapos node instance call making traffic server unstable
-
- 25 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 22 Nov, 2016 7 commits
-
-
Rafael Monnerat authored
Introduce NGINX on the same partition of apache to handle websocket\ and eventsource types. The NGINX will run on another port and it would require a second ip at the machine for enable it. This configuration is a working version with fully https support, but some additional adjustments might be required.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use a single apache server to handle cache and normal apache configurations. With trafficserver, the access would follow the model: Apache > Traffic Server > Apache 'Cache' > Backend Now the configuration changed to: Apache > Traffic Server > Apache (same as before) > Backend This simplify the amount of apache process to manage on the frontend.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Reduce a bit the number of sections also for create directories Move all 'set's and 'do's to earliest as possible, to keep buildout syntax more evident Drop duplicated logics and 'if's reducing general code
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-