diff --git a/mod_proxy.html b/mod_proxy.html index 7db92a0..47606f8 100644 --- a/mod_proxy.html +++ b/mod_proxy.html @@ -2280,6 +2280,21 @@

Usage

  • %{note:mod_proxy.backend-url}: URL to the backend/proxied server +

    +SELinux
    +If using the mod_proxy module on an SELinux-enabled system, you +may need the following to allow for proper operations of proxying. For example, +using the following mod_proxy configuration: +

    +  ProxyTables /var/ftp/proxy
    +
    +may require that you run: +
    +  $ semanage fcontext --add --type public_content_rw_t '/var/ftp/proxy(/.*)?'
    +  $ setsebool -P ftpd_anon_write=1
    +  $ setsebool -P nis_enabled=1
    +
    +

    Suggested Future Features
    The following lists the features I hope to add to mod_proxy,