An error occurred fetching the project authors.
- 21 Nov, 2018 2 commits
-
-
Łukasz Nowak authored
In "caddy-frontend: Improve generated files" ssl_ca_crt was mistakenly used for client authentication, which is in reality not supported nor needed. It came from misunderstanding of apache configuration.
-
Łukasz Nowak authored
custom_domain and server-alias on given slave do not have to clash, and can be deduplicated during request parameter analysis. /reviewed-on nexedi/slapos!444
-
- 12 Sep, 2018 1 commit
-
-
Łukasz Nowak authored
If server alias duplicates name of the server or another alias, simply ignore it.
-
- 06 Sep, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 03 Sep, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 31 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 13 Jul, 2018 2 commits
-
-
Łukasz Nowak authored
Desipte of original analysis the middleware plugin is not needed, as Caddy's http.rewrite + http.proxy is powerful enough to set headers depending on the header regular expression.
-
Łukasz Nowak authored
This will ease further development
-
- 11 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
The `gzip` declaration uses defaults, which seems reasonable. /reviewed-on nexedi/slapos!352
-
- 03 Jul, 2018 3 commits
-
-
Łukasz Nowak authored
Features: * amend configuration with comments * drop obsolete comments from Apache copy * remove not needed whitespaces * use indentation for conditionals in Jinja2
-
Łukasz Nowak authored
Where applicable simplify Jinja2 templates by removing Caddy-TODO and fill or update TODO.rst.
-
Łukasz Nowak authored
Therte is no need to control whitespace adding by Jijna2 and dropping it simplifies the templates. It will allow to take better control over generated configuration files.
-
- 28 Jun, 2018 12 commits
-
-
Łukasz Nowak authored
Removing 'secure' from cookie send by backend is plain wrong.
-
Łukasz Nowak authored
It is used internally for communication between backend and the server.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caddy is able to bind only to all or one interface ( https://github.com/mholt/caddy/issues/864 ) By using 6tunnel this limitation is workarounded, and in the result listen on IPv6. Also drop needless "ipv6" keys across configuration.
-
Ł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
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 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!346
-
- 18 May, 2018 1 commit
-
-
Łukasz Nowak authored
It was missing double slash (//) after schema. /reviewed-on nexedi/slapos!332
-
- 23 Feb, 2018 1 commit
-
-
Roque 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
-
- 24 Mar, 2017 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 22 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 26 Oct, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 25 Oct, 2016 1 commit
-
-
Rafael Monnerat authored
Use 2 different ports on apache for cached slaves, to differ http and https accesses. Introduce the parameter https-url (with fallback to url) to include specific https urls, if they are different from url. Include /HTTPS/ mapping to traffic server to differ the backends based on the input.
-
- 24 Jun, 2016 1 commit
-
-
Jérome Perrin authored
"I remember it is something scary ;)"
-
- 12 May, 2016 1 commit
-
-
Rafael Monnerat authored
Using ServerAliases %{SERVER_NAME} would not cause a change of URL to something diferent them it was requested.
-
- 24 Jun, 2015 2 commits
-
-
Cédric Le Ninivin authored
apache-frontend: Slave with cache now have dedicated virtualhost, add checkProxyCertificate, Strip Via header option
-
Cédric Le Ninivin authored
-
- 19 May, 2015 1 commit
-
-
Cédric Le Ninivin authored
-