Ports 搜索

共有8,048项符合/www/的查询结果,以下是第451460项(搜索用时0.004秒)
www/url-2.1.3 (Score: 0.06881846)
Library for working with URLs
A library for working with URLs.
www/firefox-45.4.0 (Score: 0.06881846)
Localized interface for Firefox
Language packs for Firefox
www/http_get-1.0.20140814 (Score: 0.06881846)
Dump http-contents to stdout
Get the contents of an http url and dumps it to stdout. supports ipv6 and https (SSL). A useful tool. :)
www/http_load-20140814 (Score: 0.06881846)
Multiprocessing http performance test client
http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetches as well.
www/http_post-1.0.20140814 (Score: 0.06881846)
Do a POST operation and dump http-contents to stdout
Http_post does a POST operation and dumps the results to stdout. This supports ipv6 and https (SSL).
www/mimetex-20120331.1.74 (Score: 0.06881846)
CGI script that lets you embed LaTeX math in your HTML pages
MimeTeX, licensed under the GPL, lets you easily embed LaTeX math in your html pages. It parses a LaTeX math expression and immediately emits the corresponding gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate little program that doesn't use TeX or its fonts in any way. It's just one cgi that you put in your site's cgi-bin/ directory, with no other dependencies. It's easy to use. Just place an html <img> tag in your document wherever you want to see the corresponding LaTeX expression.
www/mini_httpd-1.25 (Score: 0.06881846)
Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it's quite adequate. It implements all the basic features of an HTTP server, including: - GET, HEAD, and POST methods - CGI and basic authentication support - Security against ".." filename snooping - The common MIME types - Trailing-slash redirection - index.html, index.htm, index.cgi - Directory listings - Multihoming (virtual hosting) - Standard logging - Custom error pages It can also be configured to do SSL/HTTPS and IPv6.
www/jesred-1.2.1 (Score: 0.06881846)
Redirector for Squid
Jesred is a very fast and highly configurable redirector for the Squid Internet Object Cache. It was derived from Chris Foote's and Wayne Piekarski's Squirm 1.0 betaB and some code from Squid itself, but is about 2-3x faster than the original version and has some additional features.
www/mod_auth_mysql-1.11 (Score: 0.06881846)
MySQL-based authentication module with VirtualHost support
mod_auth_mysql provides an MySQL-based authentication for apache2. It's also designed to support multiple virtualhosts using only one database.
www/mod_evasive-1.10.1 (Score: 0.06881846)
试图保护HTTP服务器以免受DoS/DDoS攻击的Apache模块
mod_dosevasive是Apache的一个规避策略模块,它为Apache在遭受一个HTTP DoS或DDoS攻击或者强制 攻击事件时提供规避行动。 它也是一个检测和管理网络的工具,可以方便地配置以便与ipchains、网络防火墙、路由器等进行交互。 mod_dosevasive目前可以通过电子邮件和syslog等设施来报告滥用行为。 检测是通过创建一个IP地址和URI的内部动态哈希表,并拒绝任何单一的IP地址的以下行为: * 每秒多次请求同一个页面 * 在同一个Apache Child上,每秒发起超过50个并发请求 * 在临时黑名单上(在阻止列表上)的IP,发起任意请求 这个方法对于单一服务器脚本攻击和分布式攻击同样行之有效,但是和其它规避工具一样,仅仅对保护带宽和 处理器消耗起作用(如,带宽总量和接收/处理/响应无效请求所需的处理器),因此,把它和你的网络防火 墙与路由器集成起来以达到最大保护,是个好主意。 这个模块为每个监听器单独地初始化一个实例,因此它有内建的清理机制和缩放功能。由于这种针对每个 Apache Child的设计,合法的请求从来不受影响(甚至是从代理和NAT地址),而仅仅针对脚本攻击。即使用户 重复地点击“刷新”也应该不受影响,除非他们不怀好意。mod_dosevasive完全通过Apache配置文件来配置, 很容易集成到你的web服务器上。