
#------------------------------------------------------------
# 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 }
    AuthName "Server manager"
    AuthType Basic
    AuthExternal pwauth
    require user admin
    SetEnv IMGHDR_SRC "/e-smith-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 }
    AuthName "Server manager"
    AuthType Basic
    AuthExternal pwauth
    require user admin
    SetEnv IMGHDR_SRC "/e-smith-common/server-manager.jpg"
    Satisfy all
</Directory>
