masaori335 commented on code in PR #11078: URL: https://github.com/apache/trafficserver/pull/11078#discussion_r1503604381
########## doc/developer-guide/plugins/example-plugins/index.en.rst: ########## @@ -48,9 +48,9 @@ understand the following topics: - Working with HTTP header functions The two sample plugins discussed in this chapter are ``denylist_1.cc`` -and ``basic_auth.cc``. To build and install the example plugins use :: - - ./configure --enable-example-plugins +and ``basic_auth.cc``. To make this two plugins available, you must enable experimental plugins when +building |TS| by passing the ``-DBUILD_EXPERIMENTAL_PLUGINS=ON`` to the ``cmake`` command Review Comment: This looks an "example" plugin. It should be `-DENABLE_EXAMPLE=ON`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
