Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The code is distributed along with recent versions of Traffic Server, in the plugins/experimental/metalink directory. To build it, pass the --enable-experimental-plugins option to the configure script when you build Traffic Server:

Code Block
languagebash


  $ ./configure --enable-experimental-plugins

When you're done building Traffic Server, add "metalink.so" to your plugin.config file to start using the plugin.

...