Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS User's Guide Page 145

  • Download
  • Add to my manuals
  • Print
  • Page
    / 328
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 144
HTTP Tunneling Setup
4-5
(1) Using Interstage HTTP Server
Copy the following file (the installation path is the default) to the modules directory of the Interstage
HTTP Server:
C:\Interstage\ODWIN\bin\httpgw\ODhttpAp.dll
Copy the following file (the installation path is the default) to the libexec directory of the Interstage HTTP
Server.
/opt/FSUNod/lib/libOMhttpAp.so
Copy the following file (the installation path is the default) to the libexec directory of the Interstage HTTP
Server:
/opt/FJSVod/lib/libOMhttpAp.so
Open the Interstage HTTP Server environment definition file using a text editor and add the following
definition to the last line.
LoadModule ODhttp_module modules/ODhttpAp.dll
AddModule mod_ODhttp.c
<Location /od-httpgw>
SetHandler odhttp-handler
Order deny,allow
Deny from all
Allow from all
</Location>
LoadModule ODhttp_module libexec/libOMhttpAp.so
AddModule mod_ODhttp.c
<Location /od-httpgw>
SetHandler odhttp-handler
Order deny,allow
Deny from all
Allow from all
</Location>
Page view 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 327 328

Comments to this Manuals

No comments