DevPortal

How do I Configure Microsoft IIS With Pramati Server?


Microsoft Internet Information Services is a built-in Web server that comes with Windows 2000 operating system. If you have an IIS running on your network, you can use Pramati Server to add clustering failover and dynamic content service capability to the installation.

IIS allows you to configure an ISAPI filter for proxying requests to another server. To use Pramati Server, Pramati WebGate is configured as an ISAPI filter on IIS. The filter directs requests for dynamic content to Pramati Server, while IIS continues to serve static pages.

WebGate is distributed as a dynamic link library (DLL) along with Pramati Server.

Sample Configuration of WebGate for Microsoft IIS

Logging none
LogFileName C://PServer50/add_ons/webgate/iis/WebGate.log
CachingEnabled true
InvalidateCacheAfter 60 seconds
[node-info-begin]
  WebGateHost localhost:8181
  Context readtest bankWeb Mark
  SecureConnection false
  ServerAuthRequired false
  TrustedCAFile C:/IISPlugin/defaultCAStore/default.pem
  MaxSockPool 10
  Context admin
  CacheContentType .jpg,.gif,.bmp,.htm,.html
  ErrorPage C:/PServer/add_ons/webgate/iis/error.htm
[node-info-end]

#All requests under context roots admin and IShop2 will be re-directed to: [node-info-begin]
  WebGateHost Pacific-v:8181
  SecureConnection false
  ServerAuthRequired false
  TrustedCAFile C:/IISPlugin/defaultCAStore/default.pem
  MaxSockPool 10
  Context admin IShop2
  CacheContentType .jpg,.gif,.bmp,.htm,.html
  ErrorPage C:\PServer1141\add_ons\webgate\error.htm
[node-info-end]


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal