
#------------------------------------------------------------
# e-smith-manager panel
#------------------------------------------------------------

<Directory "/etc/e-smith/web/panels/manager/html" >
    Options Includes Indexes FollowSymLinks ExecCGI
    AllowOverride None
    order deny,allow
    deny from all
    allow from { $localAccess }
    AuthType Basic
    TKTAuthLoginURL /server-common/cgi-bin/login

    require user admin
    SetEnv IMGHDR_SRC "/server-common/server-manager.jpg"
    Satisfy all
</Directory>

<Directory "/etc/e-smith/web/panels/manager/cgi-bin">
    Options Includes Indexes FollowSymLinks ExecCGI
    AllowOverride None
    order deny,allow
    deny from all
    allow from { $localAccess }
    AuthType Basic
    TKTAuthLoginURL /server-common/cgi-bin/login

    require user admin
    SetEnv IMGHDR_SRC "/server-common/server-manager.jpg"
    Satisfy all
</Directory>
