Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第511520项(搜索用时0.01秒)
security/webshag-1.10 (Score: 0.030114662)
Multi-threaded, multi-platform web server audit tool
Webshag is a multi-threaded, multi-platform web server audit tool. Written in Python, it gathers commonly useful functionalities for web server auditing like website crawling, URL scanning or file fuzzing.
www/cookie-0.4.1.6 (Score: 0.030061485)
HTTP cookie parsing and rendering
HTTP cookie parsing and rendering.
audio/dynamicplaylist-2.8.6 (Score: 0.030032178)
Squeezebox Server plugin to create dynamic playlists
The Dynamic Playlist plugin is a Squeezebox Server plugin that makes it easier for other plugins to implement different types of playlists. It shows all supported playlists below the same menu and has the advantage that the user doesn't have to know which plugin implements a specific interface.
net/Net-DHCP-Watch-2.03 (Score: 0.030032178)
Class for monitoring a remote DHCPD server
Net::DHCP::Watch is a module to help monitor remote DHCP servers. It opens an UDP socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks.
dns/knot-1.6.8 (Score: 0.030005274)
High performance authoritative-only DNS server
Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the domain name system including zone AXFR and IXFR, DDNS and DNSSEC. Its key features: * Open source * High-performance, multi-threaded, and mostly lock-free implementation which scales well on SMPs * Object-oriented design * Support for all important DNS protocols: - Full and incremental zone transfers - EDNS0 and DNSSEC extensions, including NSEC3 - NSID
dns/knot-2.3.0 (Score: 0.030005274)
High performance authoritative-only DNS server
Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the domain name system including zone AXFR and IXFR, DDNS and DNSSEC. Its key features: * Open source * High-performance, multi-threaded, and mostly lock-free implementation which scales well on SMPs * Object-oriented design * Support for all important DNS protocols: - Full and incremental zone transfers - EDNS0 and DNSSEC extensions, including NSEC3 - NSID
www/httplib2-0.9.2 (Score: 0.029751584)
Comprehensive HTTP client library
A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries.
net/hidentd-0.4 (Score: 0.02969568)
Simple and secure ident (RFC1413) server
hidentd is a simple and secure GPLed ident (RFC1413) server. It requires either inetd, xinetd or ucspi-tcp to run. Basic features: * small and simple - around 300 lines of code * secure - runs without root priviledges * easy - no complicated configuration file syntax to learn. * hidentd is entirely controlled with command line options. * can be configured to provide fake usernames, protecting your privacy * limited masqueraded/NAT connections support.
net/dico-2.3 (Score: 0.02969568)
Flexible modular implementation of DICT server
GNU Dico is a flexible modular implementation of DICT server (RFC 2229). It handles database accesses using loadable modules, and does not depend on particular database format. The package includes several loadable modules for interfacing with various database formats, among them a module for dict.org databases. New modules can be written in C, Guile or Python. The package also includes a console client program for querying remote dictionary servers.
www/litmus-0.13 (Score: 0.02969568)
WebDAV server protocol compliance test suite
WebDAV server protocol compliance test suite. Tests include: - OPTIONS for DAV: header - PUT, GET with byte comparison - MKCOL - DELETE (collections, non-collections) - COPY, MOVE using combinations of: o overwrite t/f o destination exists/doesn't exist o collection/non-collection - Property manipulation and querying: o set, delete, replace properties o persist dead props across COPY o namespace handling - Locking o attempts to modify locked resource (as lock owner, not owner) o shared/exclusive locks, lock discovery usage: litmus <url> <username> <password>