Previous Topic: Using Credential Collectors Between 4.x Type and Newer Type AgentsNext Topic: FCC Internationalization


Configure Apache-based Agents for FCC-based Password Services in Japanese Environments

The smpwservices.fcc file that is used in Japanese operating environments has the wrong coding settings. This incorrect setting causes web pages to appear with incorrect characters. Correct this problem by adding a directive to the httpd.conf file of the Apache-based web server.

Follow these steps:

  1. Log in to your Apache-based web server.
  2. Open the httpd.conf file with a text editor.
  3. Add a blank line at the end of the file.
  4. Add the following directive to the blank line:
    BrowserMatch ".*" suppress-error-charset
    
  5. Save the httpd.conf file and close the text editor.
  6. Stop the Apache-based web server.
  7. Start the Apache-based web server.