First HTTP reverse proxy modules

- mod_proxy
- mod_proxy_html
This commit is contained in:
Sven Velt 2016-10-25 22:05:24 +02:00
parent 2a98f4893d
commit 6a6f8dc853
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
LoadModule proxy_module /usr/libexec/httpd/mod_proxy.so

View file

@ -0,0 +1,2 @@
# Depends: proxy
LoadModule proxy_http_module /usr/libexec/httpd/mod_proxy_http.so