Commit graph

18 commits

Author SHA1 Message Date
Sven Velt fad38db601 Add mod_remoteip for backend servers behind RevProxy
- mod_remoteip + .conf
2016-11-10 20:16:45 +01:00
Sven Velt 5150b0e386 Add more modules for reverse proxy
- mod_proxy_ajp
- mod_proxy_express
- mod_proxy_fcgi
- mod_proxy_fdpass
- mod_proxy_scgi
- mod_proxy_wstunnel
2016-11-10 20:07:18 +01:00
Sven Velt c1e35a40ac Add more (forward) proxy modules
- mod_connect
- mod_ftp + .conf
- mod_http2
2016-11-10 20:05:55 +01:00
Sven Velt 92c80d6271 Add module mod_actions
- mod_action
2016-11-10 19:44:23 +01:00
Sven Velt 549e9712ca Add classic CGI support
There's only one cgi.load as it depdends on MPM which module to use. The
conf file has options for mod_cgid only which are in an IfModule
container.

- mod_cgi
- mod_cgid
2016-11-10 19:41:28 +01:00
Sven Velt 5ee6561cee Add some AAA modules: Digest, DBD and LDAP
- mod_auth_digest
- mod_authn_dbd
- mod_authn_socache
- mod_authnz_ldap
- mod_authz_dbd
- mod_dbd
- mod_ldap + .conf
2016-11-10 19:27:36 +01:00
Sven Velt 88a51fcae8 Add mod_vhost_alias
- mod_vhost
2016-11-10 19:23:19 +01:00
Sven Velt 31726f49fd Add mod_rewrite 2016-11-10 19:17:27 +01:00
Sven Velt be6c95b146 Add userdir module
- mod_userdir + .conf
2016-11-10 19:11:09 +01:00
Sven Velt c493f4dfe1 Add mod_autoindex with config
- mod_autoindex + .conf
2016-11-10 19:07:59 +01:00
Sven Velt c252b08fcb mods-available/*.load: Load from realtive path
Module path is now "module/" - relative to server root
2016-11-10 18:54:23 +01:00
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