ahttpd.acl.conf(5)

ahttpd.acl.conf(5) Alterator user manual ahttpd.acl.conf(5)

NAME

acl.conf - ACL configuration file for ahttpd(8).

DESCRIPTION

ahttpd supports simple URL based access control. System administrator (account 'root') has access to all modules. Ordinary users have no access to modules by default but you can create operator accounts with restricted access rights. All settings for such users can be found in this config file.

You can edit this file manually or via system management center web interface.

FORMAT

Each line is either a comment or a directive. Comment lines start with a # and are ignored. A directive line has the format:

url user1,user2,...

Example:

/a user1

In this case user 'user1' will have access to all URLs with prefix /a, e.g., /a or /a/b.

AUTHOR

Stanislav Ievlev <inger@altlinux.org>

SEE ALSO

ahttpd(8), ahttpd.conf(5)

02/04/2009 ALT Linux