Enabling the use of pronunciation files in an HTTPS environment
Ensure that Profiles users can save and play pronunciation files in an HTTPS environment by defining a rule in the IBM® HTTP server’s configuration file.
Before you begin
About this task
Procedure
Define a rule in the IBM® HTTP
Server by completing the following steps:
- Using a text editor, open the IBM® HTTP
Server configuration file, httpd.conf file. The
file is stored in the following directory by default:
- AIX®: /usr/IBM/HTTPServer/conf
- Linux™: /opt/IBM/HTTPServer/conf
- Microsoft™ Windows™: C:\IBM\HTTPServer\conf
- Add the following block of code to the httpd.conf file:
<LocationMatch /*/profiles/audio.do> Header set Pragma "" Header set Cache-Control "private, max-age=0, must-revalidate" </LocationMatch>
- Save and close the configuration file.
- Restart the IBM® HTTP Server.