鱿鱼编程

发布于 2024-07-07 06:56:42 字数 30 浏览 10 评论 0原文

有人知道有关 Squid 插件开发的好教程吗?

Does anybody know a good tutorial about Squid plug-in development?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

给妤﹃绝世温柔 2024-07-14 06:56:42

鱿鱼文档中有一个。 IIRC 它相当简单——squid 分叉一个进程并将数据通过管道传递到该进程。 可以在此处找到有点过时但仍然相关的程序员指南

There is one in the squid documentation. IIRC it's fairly straightforward - squid forks a process and passes data down a pipe to the process. A somewhat out-of-date but still relevant programmer's guide can be found Here.

镜花水月 2024-07-14 06:56:42

Squid 现在是一个非常模块化和可扩展的平台,所以它实际上取决于您需要做什么。 squid wiki (http://wiki.squid-cache.org) 中找到

大多数信息可以在 是基于协进程的扩展的“助手”系列(http://wiki.squid-cache.org /Features/AddonHelpers)

如果您对内容修改感兴趣,可以使用 ICAP 进行out-of -过程适应和eCAP用于过程内适应。

很抱歉我无法发布直接链接; 您可以通过在鱿鱼维基中查找相关关键字来找到所需的数据。

Squid is nowadays a pretty modular and extensible platform, so it really depends on what you need to do. Most information can be found in the squid wiki (http://wiki.squid-cache.org)

There is the "helper" family of coprocesses-based extensions (http://wiki.squid-cache.org/Features/AddonHelpers)

In case you are interested in content modification there is ICAP for out-of-process adaptation and eCAP for in-process adaptation.

I'm sorry I can't post direct links; you'll find the data you need by looking for the relevant keywords in the squid wiki.

甜宝宝 2024-07-14 06:56:42

您可能还会发现 用于请求操作的附加帮助程序主题很有用。

You might also find the Add-On Helpers for Request Manipulation topic useful.

淡淡離愁欲言轉身 2024-07-14 06:56:42

您可以访问http://www.squid-cache.org/Versions/v3 /3.4/cfgman/ 彻底了解squid...
我认为最新版本 3.5 已经到来,但是这个网页可以解决您当前的问题。

You can visit http://www.squid-cache.org/Versions/v3/3.4/cfgman/ to understand the squid completely...
I think the latest version 3.5 has arrived but this webpage can be a solution to your current problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文