Commit graph

7 commits

Author SHA1 Message Date
Sven Velt 10c235b646 *Basic* AAA with text files
- mod_auth_basic
- mod_authn_core
- mod_authn_file
- mod_authz_groupfile
- mod_authz_owner
- mod_authz_user
2016-10-28 12:14:56 +02:00
Sven Velt f0ba0f2d60 Add status/info support and authz_host
- mod_info + .conf
- mod_status + .conf
- mod_authz_host
2016-10-28 12:02:29 +02:00
Sven Velt d9f2bccd7f Add HTTP/2 support
- mod_http2
- Add "Protocol" statement to VHosts
2016-10-25 22:55:17 +02:00
Sven Velt 6a6f8dc853 First HTTP reverse proxy modules
- mod_proxy
- mod_proxy_html
2016-10-25 22:05:24 +02:00
Sven Velt 2a98f4893d Add mod_headers 2016-10-24 21:39:36 +02:00
Sven Velt 92eda1e5ba Now with a little bit of SSL and Let's Encrypt
- apache.conf
  Include listen.conf AFTER loading modules (ssl)

- mod_ssl
  needs socache_shmcb
  uses mime and setenvif (in vhost)

- mod_alias (for LE/dehydrated)

- sites-available/00[12]-default-ssl.conf (untested!)
2016-10-06 22:43:30 +02:00
Sven Velt d53ffc4ede Initial commit, only REALLY required modules 2016-10-06 21:34:54 +02:00