Sven Velt
2bdd89d357
Health and heartbeat checks/lbmethod for RevProxy
...
Basics:
- (0_)watchdog.load
Health:
- proxy_hcheck.load
Heartbeat:
- heartbeat.load
- heartmonitor.load
- lbmethod_heartbeat.load
2016-11-10 21:04:57 +01:00
Sven Velt
b4e71c1ef2
Add basic proxy_balancer modules
...
- mod_proxy_balancer + .conf
- mod_lbmethod_bybusyness
- mod_lbmethod_byrequests
- mod_lbmethod_bytraffic
- mod_slotmem_shm.load (dependency of mod_proxy_balancer)
2016-11-10 20:48:53 +01:00
Sven Velt
70fbb16be7
Add DAV modules
...
- mod_dav
- mod_dav_fs + .conf
- mod_dav_lock + .conf
2016-11-10 20:40:35 +01:00
Sven Velt
795733d0b5
Add caching modules
...
- mod_cache
- mod_cache_disk
- mod_cache_socache
2016-11-10 20:18:43 +01:00
Sven Velt
f4ee857a8f
More modules for RevProxy setups
...
- mod_proxy_html + .conf
- mod_xml2enc
- mod_sed
- mod_substitute
2016-11-10 20:17:21 +01:00
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
2d383176f7
Keep all *-enabled directories
...
toch .../.keepdir
2016-11-10 18:59:04 +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
8ad64c7f2c
Per VHost access rules
2016-10-25 22:54:28 +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