Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Podręcznik Użytkownika Strona 145

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 328
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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>
Przeglądanie stron 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 327 328

Komentarze do niniejszej Instrukcji

Brak uwag