...
- SSL setup with Apache and PowerFolder. For instructions please following this guide: Using Apache with mod_proxy and mod_ssl.
- If you setup a clustered scenario please also following this guide: Building a high-availability cluster.
- Apache module mod_rewrite (for passing Shibboleth-Attributes from Apache Environment to PowerFolder Server as HTTP headers)
mod_ajp or mod_jk should not be used anymore.
- Apache 2.4 with module mod_shib (V2.5.1 or later of the Shibboleth SP software)
- ECP (Enhanced Client or Proxy) needs to be enabled:
...
Virtual host configuration
...
Virtual host
file
The following section contains an example configuration file of a virtual host.
- Server name: powerfolder.organization.net
- Server admin email: support@organization.net
- SSL certificate file: /etc/ssl/certs/powerfolder.organization.net.pem
- SSL private key file: /etc/ssl/private/powerfolder.organization.net.key
- Shibboleth entitlements (optional):
- http://idm.org/entitlement/organization-PowerFolder
- http://powerfolder.organization.net/entitlement/DFN-Cloud
- PowerFolder Server web portal port: 8080
- PowerFolder Server hostnames:
- pf01.organization.net
- pf02.organization.net
- pf03.organization.net
- PowerFolder Server nodeIDs:
- nodeID01
- nodeID02
- nodeID03
...