AllowOverride

Name

AllowOverride -- Toggles handling of .ftpaccess files

Synopsis

AllowOverride [ on|off ["user"|"group"|"class" expression]]

Default

on

Context

server config, <Global>, <VirtualHost>, <Anonymous>

Module

mod_core

Compatibility

1.2.7rc1 and later

Description

Normally, the server will look for and parse any files in the encountered directories called ".ftpaccess". The files provide a functionality similar to Apache's .htaccess files -- mini-configuration files. This directive controls when those .ftpaccess files will be parsed.

The optional parameters are used to restrict the use of .ftpaccess files only to specific users. If the "user" restriction is given, then expression is a user-expression specifying to which users the rule applies. Similarly for the "group" restriction. For the "class" restriction, the expression is simply the name of connection class for whom the rule will apply.

See also