Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
7.3.4 CE GA5
-
None
-
UX / Visual - Desktop
Description
- Add portal.proxy.path=/portal to the portal-ext.properties
- Configure apache to proxy through /portal to the app server:
- Enable mod proxy:
a2enmod proxy
- Open /etc/apache2/sites-enabled/000-default.conf
- Insert the following lines:
ProxyRequests On ProxyPass /portal ajp://localhost:8009 ProxyPassReverse /portal http://localhost:8009
- Start apache:
service apache2 start
- Open Control Panel -> System Settings -> API Authentication
- Choose "Image Request" (or other) and no data appears.
I see request to "https://www.example.com/o/dynamic-data-mapping-form-field-types?p_auth=NqnbHHlm" (without the proxy.context.path specified in protal-ext.properties)