An error occurred fetching the project authors.
- 28 Jun, 2018 6 commits
-
-
Łukasz Nowak authored
As the the feature ssl_proxy_ca_crt is not implemented serve immediately 501 Not Implemented.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
%2F%2F is used to avoid double slashes cleanup with Caddy. See https://github.com/mholt/caddy/issues/1298, which touches the problem, but not enough for zope.
-
Łukasz Nowak authored
Features: * shared place for Caddy configuration * gather a lot of parameters for caddy executable, as dislike Apache Caddy is configured from command line * dummy vhost for example.org * challanges (ACME SSL) are disabled * bind to interfaces are done per site * cache access is dummy, but working * /server-status redone in Caddy style * antiloris dropped, as this is apache specific * apache_custom_http and apache_custom_https * dropped not needed leftover access-control-string and protected-path * nginx replacement added * bin/caddy-wrapper is provided in order to allow parameterization of caddy over the network * access to log files over http is provided * username on log access is consistent, it is not uppercased like it was originally on apache-frontend * list of TODOs in TODO.rst
-
Łukasz Nowak authored
This will make it easier to track changes.
-
- 22 Jun, 2018 3 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
-
Vincent Pelletier authored
Filename is split as an URL path, and joined in OS-dependent manner. Remove corresponding comment in all buildout.hash.cfg files.
-
- 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
-
- 27 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 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
-
- 04 Apr, 2018 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Mar, 2018 1 commit
-
-
Julien Muchembled 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
-
- 05 Jun, 2017 1 commit
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!175
-
- 02 Jun, 2017 3 commits
-
-
Rafael Monnerat authored
Apache MPM Watchdog promise was introduced to search apache on deadlock state after a graceful reload and kill them after 600s. This change prevents the apache lack of nodes after several processes get stalled on deadlock.
-
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.
-
- 07 Apr, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 05 Apr, 2017 2 commits
-
-
Rafael Monnerat authored
Include report for apache status (see mod_status on apache documentation) Include report to traffic server to produce a summary on cache Update report for ats for run only once an hour
-
Rafael Monnerat authored
It is protected with monitor password.
-
- 04 Apr, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 03 Apr, 2017 3 commits
-
-
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
-