Change Apache Configuration

Change Apache settings to allow communication between FCS and 3DSpace Index.

See Also
Proxy Configuration Overview
Add ftsProxyURL Property
Handle HTTPS Connections
Firewall Protection and Recommended HTTPS Configuration
  1. Open Apache<version>\conf\httpd.conf and uncomment the following LoadModule directives:

    • mod_headers.so
    • mod_proxy.so
    • mod_proxy_http.so

  2. Add the following two lines at the end of Apache<version>\conf\httpd.conf:

    ProxyPass  /papi  http://central_CV:19052/papi
    ProxyPassReverse /papi  http://central_CV:19052/papi

  3. To avoid getting checkout errors when the FCS is synchronized, increase the timeout value to 3600.
  4. Restart your Apache service.