Previous Topic: How Password Services WorkNext Topic: Password Services Considerations


Apache Web Server Prerequisites

Depending on the operating system on which your environment is running, you must manually edit the Apache httpd.conf configuration file to ensure that an implementation of CGI-based Password Services works.

To modify the httpd.conf configuration file for Solaris, add the PassEnv line after the ServerRoot line.

Example:

ServerRoot "/export/home/smuser/apache/"
PassEnv LD_LIBRARY_PATH "/export/home/smuser/netegrity/webagent/bin"

To modify the httpd.conf configuration file for Windows, add the following lines:

# To use CGI scripts:
AddHandler cgi-script .exe
AddHandler smformsauth-handler .fcc
AddHandler smcookieprovider-handler .ccc