Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
iServer
Apache Gateway
ISAPI Gateway
NSAPI Gateway
CGI Gateway
Java Gateway
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Samples
Sales
Legal
Feedback
|
Select the platform to install the Apache Gateway under:
Windows 9x/NT
Linux/Unix
Use the instructions below to configure the Apache Web Server or other
Application/Web Servers running on Windows 9x/NT supporting Apache Modules
to use iServer as their Servlet Engine.
- Install and configure iServer.
- Install and configure Apache Web Server or other Application/Web
Server that supports Apache Modules to use Dynamically Loadable Modules.
- Add the following lines to the httpd.conf file.
LoadModule apache_gateway_module mod_path
<Location alias>
SetHandler apache-gateway-handler
Debug boolean
Server host_name:port
Interval interval
Retry retry
</Location>
alias
|
the URI used to access the iServer Apache Gateway,
normally /servlet.
|
boolean
|
whether to make a dump of the request/response to
\temp\apacheGateway.log
[ true | false ],
normally false.
|
host_name
|
the name of the host computer running iServer.
If iServer is running on the same computer as the iServer Apache Gateway
then localhost can be used.
|
interval
|
the number of milliseconds to wait before attempting to
retry a workgroup server that is down, a value greater than
or equal to 50 ms, normally 1000 ms.
|
mod_path
|
the path to the iServer Apache Gateway,
normally c:/iws/bin/win32/apacheGateway.dll.
|
port
|
is the port number iServer is listening on,
normally port 8080.
|
retry
|
the number of workgroup server to try to connect to,
normally 3.
|
Notes:
A separate Server parameter must be entered for each workgroup server.
- Restart the computer.
top of page
Use the instructions below to configure the Apache Web Server or other
Application/Web Servers running on Windows Linux/Unix supporting Apache
Modules to use iServer as their Servlet Engine.
- Install and configure iServer.
- Install and configure Apache Web Server or other Application/Web
Server that supports Apache Modules to use Dynamically Loadable Modules.
- Add the following lines to the httpd.conf file.
LoadModule apache_gateway_module mod_path
<Location alias>
SetHandler apache-gateway-handler
Debug boolean
Server host_name:port
Interval interval
Retry retry
</Location>
alias
|
the URI used to access the iServer Apache Gateway,
normally /servlet.
|
boolean
|
whether to make a dump of the request/response to
/tmp/apacheGateway.log
[ true | false ],
normally false.
|
host_name
|
the name of the host computer running iServer.
If iServer is running on the same computer as the iServer Apache Gateway
then localhost can be used.
|
interval
|
the number of milliseconds to wait before attempting to
retry a workgroup server that is down, a value greater than
or equal to 50 ms, normally 1000 ms.
|
mod_path
|
the path to the iServer Apache Gateway,
normally /iws/bin/linux/apacheGateway.so.
|
port
|
is the port number iServer is listening on,
normally port 8080.
|
retry
|
the number of workgroup server to try to connect to,
normally 3.
|
Notes:
A separate Server parameter must be entered for each workgroup server.
- Restart the Apache Server.
|
|