COPYING
author Kim Alvefur <zash@zash.se>
Sat, 15 Jan 2022 15:13:41 +0100
changeset 12191 94253e02d47d
parent 4304 73bf8aab8b77
child 12357 5ace23519e71
permissions -rw-r--r--
mod_http: Limit unencrypted http port (5280) to loopback by default Since accessing this port directly over the wider Internet is unlikely to intentional anymore. Most uses will likely be by reverse proxies, by mistake or because of trouble configuring HTTPS. Blocking mistaken uses is just a good thing, letting users send potentially private things unencrypted tends to be Strongly Discouraged these days. Many reverse proxy setups operate over loopback, so listening there instead of all interfaces is a net improvement. Improved automatic certificate location and SNI support has mostly eliminated the need for manual certificate configuration so HTTPS should Just Work once certificates have been provided. For local testing during development, connecting over loopback is likely fine as well. When really needed, `http_interfaces` can still be set. Suggested by Link Mauve
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4303
9f10476e1af4 COPYING: Update copyright year; it's 2011 already.
Waqas Hussain <waqas20@gmail.com>
parents: 767
diff changeset
     1
Copyright (c) 2008-2011 Matthew Wild
9f10476e1af4 COPYING: Update copyright year; it's 2011 already.
Waqas Hussain <waqas20@gmail.com>
parents: 767
diff changeset
     2
Copyright (c) 2008-2011 Waqas Hussain
478
3abf90751a8f Add COPYING, remove LICENSE
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     3
767
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     4
Permission is hereby granted, free of charge, to any person obtaining a copy
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     5
of this software and associated documentation files (the "Software"), to deal
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     6
in the Software without restriction, including without limitation the rights
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     7
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     8
copies of the Software, and to permit persons to whom the Software is
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
     9
furnished to do so, subject to the following conditions:
478
3abf90751a8f Add COPYING, remove LICENSE
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
    10
767
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
    11
The above copyright notice and this permission notice shall be included in
13ae298c67d7 Update COPYING file... probably the worst thing I could forget to commit in this release :)
Matthew Wild <mwild1@gmail.com>
parents: 521
diff changeset
    12
all copies or substantial portions of the Software.
478
3abf90751a8f Add COPYING, remove LICENSE
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
    13
4304
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    15
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    16
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    17
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    18
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    19
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
73bf8aab8b77 COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
Waqas Hussain <waqas20@gmail.com>
parents: 4303
diff changeset
    20
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.