1. Take a backup of httpd.conf from Apache installation directory
2. Edit the file. Add the following sections in end of the file to ENABLE it and Save.
3. Edit the file. Remove the following sections in end of the file to DISABLE WebGate plug-in and Save.
#*** BEGIN WebGate Specific ****
<IfModule mod_ssl.c>
LoadModule obWebgateModule "E:\ApacheWebGate\NetPoint\WebComponent\access\oblix\apps\webgate\bin\webgatessl.dll"
WebGateInstalldir "E:\ApacheWebGate\NetPoint\WebComponent\access"
WebGateMode PEER
</IfModule>
<IfModule !mod_ssl.c>
LoadModule obWebgateModule "E:\ApacheWebGate\NetPoint\WebComponent\access\oblix\apps\webgate\bin\webgate.dll"
WebGateInstalldir "E:\ApacheWebGate\NetPoint\WebComponent\access"
WebGateMode PEER
</IfModule>
<Location /access/oblix/apps/webgate/bin/webgate.cgi>
SetHandler obwebgateerr
</Location>
<Location "/oberr.cgi">
SetHandler obwebgateerr
</Location>
<LocationMatch "/*">
AuthType Oblix
require valid-user
</LocationMatch>
#*** END WebGate Specific ****
2. Edit the file. Add the following sections in end of the file to ENABLE it and Save.
3. Edit the file. Remove the following sections in end of the file to DISABLE WebGate plug-in and Save.
#*** BEGIN WebGate Specific ****
<IfModule mod_ssl.c>
LoadModule obWebgateModule "E:\ApacheWebGate\NetPoint\WebComponent\access\oblix\apps\webgate\bin\webgatessl.dll"
WebGateInstalldir "E:\ApacheWebGate\NetPoint\WebComponent\access"
WebGateMode PEER
</IfModule>
<IfModule !mod_ssl.c>
LoadModule obWebgateModule "E:\ApacheWebGate\NetPoint\WebComponent\access\oblix\apps\webgate\bin\webgate.dll"
WebGateInstalldir "E:\ApacheWebGate\NetPoint\WebComponent\access"
WebGateMode PEER
</IfModule>
<Location /access/oblix/apps/webgate/bin/webgate.cgi>
SetHandler obwebgateerr
</Location>
<Location "/oberr.cgi">
SetHandler obwebgateerr
</Location>
<LocationMatch "/*">
AuthType Oblix
require valid-user
</LocationMatch>
#*** END WebGate Specific ****
No comments:
Post a Comment