Mod Snake Configuration Directives

SnakeModuleDir

SnakeModuleDir {Directory}

Arguments

Validity

This configuration directive is currently only available within the main configuration file outside <Directory> and <Location> blocks.

Description

Mod Snake needs to know where it can locate PyMods to load. This directive also gives the modules loaded path information where they can also find other modules (for instance examples to load within the mod_snake_simple module.)

SnakeModule

SnakeModule {module.class} [profile]

Arguments

Validity

This configuration directive is currently only available within the main configuration file outside <Directory> and <Location> blocks.

Description

This directive loads a PyMod into mod_snake. These can be active for virtual servers or the main server.