Before configuring Apache to use the ASAPI Web Connector, ensure that your version of Apache supports DSOs. Then follow the procedure for enabling the Web Connector by including the asapi.conf
file in your web server's httpd.conf
file. The asapi.conf
file was generated when you installed the Web Connector; it is located in the crystal/enterprise/
PLATFORM_PATH/wcs/conf
directory of your Web Connector installation.
Note: The parameter provided above is a lower
The module, indicated by mod_so
, should appear in the list. For example:
{machinename@crunch bin}$ httpd-l Compiled-i n modules: http_core.c mod_so.c
If you do not see mod_so.c
listed as one of the built
From within the Apache source tree, rerun the configure script adding mod_so
to the list of modules you enable. For example:
./configure -
On Solaris you also need to enable the shared
./configure -
For complete details, consult your Apache documentation.
httpd.conf
file in a text editor such as vi.
Include INSTALL_ROOT/crystal/enterprise/PLATFORM_PATH/wcs/conf/asapi.conf
Note: For additional details on the configuration directives used in the asapi.conf
file, see ASAPI Web Connector configuration directives.
http://webserver/crystal/enterprise/
Here, the term webserver represents the name of the web server machine.
Note: If mod_wcs.so
does not match your version of Apache, you will see the following error message when you attempt to restart the server.
"API module structure 'wcs_connector_module' in file mod_wcs.so is garbled - perhaps this is not an Apache module DSO
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |