![]() |
|
To verify that DSO is enabled on Apache Server, run httpd -l at the prompt for Unix-based systems. For Windows, run apache -l at the <install-root>/Apache/ directory.
All modules loaded on the Apache Server are listed. Look for mod_so.c. If mod_so.c is not present, contact your system administrator to enable DSO support for Apache Server.
<webgate_home>.
pramatiplugin.props into the <APACHE_ROOT>/conf/ directory.<APACHE_ROOT>/conf/httpd.conf in any text editor to view the Apache Server configuration file. Add the following information in the LoadModule and AddModule sections respectively, in the configuration file: LoadModule webgate_module /path/to/webgate_home/WGApachex.xWin.dll and AddModule mod_webgate.c
Note: Ignore this for Apache version 2.0.
<Location /bankWeb/*>SetHandler webgate-handler</Location>
<Location /bankWeb/im/*>SetHandler webgate-handler</Location>
<Location /bankWeb/im/*/*>SetHandler webgate-handler</location>
In the <Location> tag above, wild cards (*) can be used in the URI pattern. The * indicates all files under that directory.
Alternatively, the <LocationMatch> tag can also be used:
<LocationMatch /bankWeb>SetHandler webgate-handler</LocationMatch>
In the above configuration snippet, all URI requests that contain the sub-string "/bankWeb" in its URI would be redirected to the webgate-handler. Note that in the <LocationMatch> entry, wildcards (*) cannot be used.
If you are using the WebGate plug-in 2.0, the following paths should be added to your system’s path for Windows, and the LD_LIBRARY_PATH for Unix-based systems.
Table 1: Path to be added for an Operating system
| Operating System | File Path |
| Windows | <JAVA_HOME>/jre/bin/client |
| Unix/Linux | <JAVA_HOME>/jre/lib/i386: |
| Solaris | <JAVA_HOME>/jre/lib/sparc |
WebGate Plugin with Enhanced LoadBalancer for Apache2.2 Version 2.1 09-06-2006
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |