NOT_IN_LOCATION   719 include/http_config.h #define  NOT_IN_DIR_LOC_FILE    (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) 
NOT_IN_LOCATION  1087 server/core.c          || ((forbidden & NOT_IN_LOCATION)
NOT_IN_LOCATION  1357 server/core.c      if (ap_check_cmd_context(cmd, NOT_IN_LOCATION | NOT_IN_FILES)) {
NOT_IN_LOCATION  1974 server/core.c      const char *err = ap_check_cmd_context(cmd, NOT_IN_LIMIT|NOT_IN_LOCATION);