Ports Search

Results 241250 of 19,819 for %22HTTP Server%22.(0.006 seconds)
devel/Pirum-1.1.5 (Score: 0.042599995)
Simple PEAR channel server manager
Pirum is a simple PEAR channel server manager.
net/prtunnel-0.2.7 (Score: 0.04253282)
Tunnel for TCP connections using an HTTP or SOCKS5 proxy
prtunnel tunnels a TCP connection through to a remote server using an HTTP or SOCKS5 proxy. It is useful if you are behind a proxy and want to use a program that doesn't have native proxy support.
www/xsp-4.2 (Score: 0.042299747)
Mono based web server
The XSP is a Mono based web server that can be used to run ASP.NET applications.
www/nostromo-1.9.6 (Score: 0.042184226)
Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
Nostromo aka nhttpd is a simple, fast and secure HTTP server. It runs as a single process, handling connections with select(2). For CGIs and directory listing it does fork(2). The minimum of HTTP/1.1 and CGI/1.1 are implemented. Also supported are: chroot, setuid, basic authentication, SSL, IPv6, custom responses, aliases, and virtual hosts. The access log is written in standard CLF format.
benchmarks/slowloris-0.7 (Score: 0.04217666)
The low bandwidth, yet greedy and poisonous HTTP client
Slowloris both helps identify the timeout windows of a HTTP server or Proxy server, can bypass httpready protection and ultimately performs a fairly low bandwidth denial of service. It has the added benefit of allowing the server to come back at any time (once the program is killed), and not spamming the logs excessively. It also keeps the load nice and low on the target server, so other vital processes don't die unexpectedly, or cause alarm to anyone who is logged into the server for other reasons. The main audience using slowloris is of course a system administrators wanting to measure their webserver's performance and vulnerability.
audio/umurmur-0.2.16 (Score: 0.042081982)
Minimalistic Murmur (Mumble server)
uMurmur is a minimalistic Mumble server primarily targeted to run on routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur.
ftp/pyftpdlib-0.7.0 (Score: 0.042081982)
Python FTP server library
Python FTP server library provides an high-level portable interface to easily write asynchronous FTP servers with Python. Based on asyncore / asynchat frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language.
www/apache22-2.2.31 (Score: 0.04207503)
Version 2.2.x of Apache web server with prefork MPM.
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for various modern desktop and server operating systems, such as UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server which provides HTTP services in sync with the current HTTP standards. The 2.x branch of Apache Web Server includes several improvements like threading, use of APR, native IPv6 and SSL support, and many more.
x11-servers/xfstt-1.9.2 (Score: 0.041980803)
TrueType font server for X11
This is Xfstt, a free TrueType font server for X11.
net/XML_RPC2-1.1.3 (Score: 0.041920282)
XML-RPC client/server library
XML_RPC2 is a pear package providing XML_RPC client and server services.XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding. As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures.