VM:Webgateway Web Server
Select where you want to go:

System Administrator Tasks - Advanced

Serving Files Using Alias Names
Serving Files from Logical Directories
On a Minidisk
On an SFS Directory
On a BFS Directory
When Using CMS Search Order
Serving CGI Programs
Dynamically Including Information in Files
Creating Clickable Images
Filtering Static Files
Summary of Setting Up Access Control
Determining How to Control Access
Authenticating Web Browser Users
Determining Group Membership
Setting Up Access Control for the Server Root Domain
Setting Up Access Control for All User Pages
Analyzing Your Server Log

Setting Up Access Control for the Server Root Domain


Summary of Steps | Steps in Detail

Summary of Steps

  1. Determine which access control records you must use to control access to the data in the server root domain.
  2. To control access to data in a specific directory, place access control records in the DIRMAP file for the directory.
  3. To set up common access control procedures for several directories, place access control records in an ACCESS file.

Steps in Detail

  1. Determine which access control records you must use to control access to the data in the server root domain.

  2. To control acess to data in a specific directory, place access control records in the DIRMAP file for the directory.

    Place the access control records after all directory control records in the DIRMAP file. The access control records in a DIRMAP file control access to data in the current directory. What the current directory is depends on how you serve data:

  3. To set up common access control procedures for several directories, place access control records in an ACCESS file.

    To point to the ACCESS file, place a SKIP TOFILE access control record in the DIRMAP file for a directory.

    For example, the server root domain is defined as a minidisk. The SERVER ACCESS file contains the access control procedures for all data in the server root domain:

           VMWEBSRV DIRMAP                 
    ------------------------
    DIR RULES RULES
    FILE LIST.HTML LIST HTML

    * Access Control Records
    SELECT
    +------ SKIP TOFILE SERVER CURDIR
    | END SELECT
    |
    | RULES DIRMAP
    | --------------------------------
    | * Directory Control Records
    | FILE FOOTBALL.HTML FTBLRULE HTML
    | FILE SOCCER.HTML SCCRRULE HTML
    |
    | * Access Control Records
    | SELECT
    +------ SKIP TOFILE SERVER CURDIR
    | END SELECT
    |
    +---->SERVER ACCESS
    --------------------------------
    SELECT
    WHEN IP 199.8.29.*
    ALLOW
    END SELECT

Top
Select where you want to go:

Copyright © 1998, Sterling Software, Inc.