On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Unable to Preview Images on TeamSite Preview Site

Hello,
We have installed the TeamSite 16.6.1 on Linux Environment with Apache HTTPD (For Preview).
We are able to Preview the Content but images are not loading on the Preview page and getting 403 Error. Kindly please advise if I missed anything.

Forbidden
You don't have permission to access /iw-mount/default/main/EStudioGlobal/WORKAREA/default/iwov-resources/test-banner.jpg on this server.

Please find the iw.cfg configuration below:
[iwwebd]
default_protocol=http
http_port=80
https_port=443

[iwproxy]
iwproxy_port=1080
customer_webserver_port=81

Apache HTTPD.conf:

#Options -Indexes
Options All
Require all granted

Alias /iw-mount/ /iwmnt/


Options Indexes FollowSymLinks ExecCGI
AllowOverride None
Require all granted


SetHandler cgi-script