Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第2,0612,070项(搜索用时0.004秒)
www/domoticz-2.4268 (Score: 0.021868456)
Home Automation System
Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device
www/drraw-2.2.b2 (Score: 0.021868456)
Simple web-based presentation front-end for RRDtool
drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design. A graph definition can be turned into a template which may be applied to many Round Robin Database files. drraw specializes in providing an easy means of displaying data stored with RRDtool and does not care about how the data is collected, making it a great complement to other RRDtool front-ends.
www/RT-Extension-QuickAssign-1.00 (Score: 0.021868456)
RT Extension to add owner change links on ticket display page
RT's extension that adds owner change links on ticket display page.
www/gpx2map-0.1 (Score: 0.021868456)
Put GPX track on Google Map or OpenStreetMap
Reads a gps track in GPX format and writes out an Google Map or OpenStreetMaps mash-up containing the route and additional information.
www/dummyflash-1.0 (Score: 0.021868456)
Silently consume flash MIME types
This plugin silently consumes flash MIME types to prevent the browser from prompting the user to download them
www/drush-8.1.3 (Score: 0.021868456)
Drupal command line and scripting interface
Drush is a command line shell and Unix scripting interface for the Drupal CMS and is designed to make life easier for those who spend some of their working hours hacking away at the command prompt.
www/mod_clamav-0.23 (Score: 0.021868456)
Scans content delivered by the Apache20 proxy module for viruses
Apache 2 introduces filters, which allow to modify content generated by some other module. mod_clamav is an Apache 2 filter which scans the content delivered by the proxy module (mod_proxy) for viruses using the Clamav virus scanning engine.
www/mod_evasive-1.10.1 (Score: 0.021868456)
试图保护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服务器上。
www/mod_vhs-1.1.0 (Score: 0.021868456)
Mass virtual hosting using mod_ldap or mod_dbd with Apache 2.2.x
mod_vhs is an Apache Web Server module allowing mass virtual hosting without the need for file based configuration. The virtual host paths are translated using mod_ldap or mod_dbd to get the corrects path at request time.
www/wt-3.3.6 (Score: 0.021868456)
Widget-centric C++ library for developing web applications
Wt (pronounced as witty) is a C++ library for developing web applications. The API is widget-centric and uses well-tested patterns of desktop GUI development tailored to the web. To the developer, it offers abstraction of many web-specific implementation details, including client-server protocols (HTTP, Ajax, WebSockets), and frees the developer from tedious JavaScript manipulations of HTML and dealing with cross-browser issues. Instead, with Wt, you can focus on actual functionality with a rich set of feature-complete widgets. Unlike old-school page-based frameworks or current-day single-page JavaScript "frameworks", Wt allows you to create stateful applications that are at the same time highly interactive (using WebSockets and Ajax for everything) but still support plain HTML browsers or web crawlers using automatic graceful degradation or progressive enhancement. Things that are natural and simple with Wt would require an impractical amount of development effort otherwise: switching widgets using animations, while retaining clean URLs and browser navigation functions, or having a persistent chat widget open throughout the entire application, that even works in legacy browsers like Microsoft Internet Explorer 6. The library comes with an application server that acts as a stand-alone Http(s)/WebSocket server or integrates through FastCGI with other web servers.