Name
DenyFilter -- FIXME FIXME
Synopsis
DenyFilter [ DenyFilter regular-expression]
Default
None
Context
server config, <VirtualHost>, <Anonymous>, <Global>
Module
mod_core
Compatibility
1.2.0pre7 and later
Description
Similar to AllowFilter, DenyFilter specifies a regular
expression which must not match any command. If the regex does
match, a "Forbidden command" error is returned to the client. This can be especially
useful for forbidding certain command combinations from ever reaching ProFTPD.
Examples
# We don't want to allow any commands with % being sent to the server
DenyFilter "%"