-
Open
Apache<version>\conf\httpd.conf and uncomment the following
LoadModule directives:
mod_headers.so
mod_proxy.so
mod_proxy_http.so
-
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
- To avoid getting checkout errors when the FCS is synchronized, increase the timeout value to
3600 . -
Restart your Apache service.
|