Home

Traffic Server Software Developers Kit

Unable to Load Plugins

To load plugins, follow the steps below.

  1. Make sure that your plugin source code contains an INKPluginInit initialization function.

  2. Compile your plugin source code, creating a shared library.

  3. Add an entry to the plugin.config file for your plugin.

  4. Add the path to your plugin shared library to the records.config file.

  5. Restart Traffic Server.

For detailed information about each step above, refer to A Simple Plugin.