Ports Search

Results 2,5612,570 of 19,819 for %22HTTP Server%22.(0.012 seconds)
www/mod_vhs-1.1.0 (Score: 0.0032304681)
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.
x11/xcolors-1.3 (Score: 0.0032304681)
Display all (ok, most of) the colors in the universe
xcolors reads the rgb.txt file that defines the color names the X server knows and displays the colors found. This version is taken from the X11R6 contrib tape.
www/aria2-1.23.0 (Score: 0.003212196)
Yet another download tool
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces. Its features include: - Multi-Connection Download. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. Really speeds up your download experience. - Lightweight. aria2 doesn't require much memory and CPU time. The physical memory usage is typically 4MiB (normal HTTP/FTP downloads) to 9MiB (BitTorrent downloads). CPU usage in BitTorrent with download speed of 2.8MiB/sec is around 6%. - Fully Featured BitTorrent Client. All features you want in BitTorrent client are available: DHT, PEX, Encryption, Magnet URI, Web-Seeding, Selective Downloads and Local Peer Discovery. - Metalink Enabled. aria2 supports The Metalink Download Description Format (aka Metalink v4), Metalink version 3 and Metalink/HTTP. Metalink offers the file verification, HTTP/FTP/BitTorrent integration and the various configurations for language, location, OS, etc. - Remote Control. aria2 supports RPC interface to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC.
devel/libsearpc-3.0.7 (Score: 0.0031980001)
Simple RPC framework based on GObject System in C
Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. The serialization/deserialization uses JSON format via json-glib library. A serialized json object is returned from server to client after executing the RPC function. Each RPC function defined in the server side should take an extra GError argument to report error.
japanese/ngraph-fonts-1.0 (Score: 0.0031980001)
Japanese Font Setup for math/ngraph
This virtual port is Japanese Font Set for math/ngraph. This virtual port is for the ngraph user who can't use True Type Font under X. If you can use True Type Font with X True Type Server(aka X-TT) or X True Type Font Server(xfs.xtt), use True Type Font and don't use this ports. SEE ALSO math/ngraph description file
net/gopher-3.0.6 (Score: 0.0031980001)
Gopher client for access to a distributed document service
The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. University of Minnesota
net/smbldap-tools-0.9.11 (Score: 0.0031980001)
Samba-LDAP management and support tools
A collection of scripts, "over" user{add,del,mod} and group{add,del,mod} system tools to manipulate users and groups stored in LDAP directory, for DEN system like SAMBA-LDAP and pam/nss_ldap systems. Additionnaly, some scripts are designed to ease your migration from a Windows NT 4.0 PDC Server to a Samba-LDAP PDC Server (Killer?;-): smbldap-populate, smbldap-migrate-groups, smbldap-migrate-accounts.
security/m2crypto-0.24.0 (Score: 0.0031980001)
Crypto and SSL toolkit for Python
M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope.
www/mod_auth_pubtkt-0.9 (Score: 0.0031980001)
Apache module to provide public key ticket based authentication
mod_auth_pubtkt is a simple Web single sign-on (SSO) solution for Apache. It validates authentication tickets provided by the client in a cookie using public-key cryptography (DSA or RSA). Thus, only the login server that generates the tickets needs to possess the private key, while Web servers can verify tickets given only the public key. The implementation of the login server is left to the user, but an example and a library in PHP are provided with the distribution.
www/django-openid-auth-0.4 (Score: 0.0031980001)
OpenID integration for django.contrib.auth
A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login. The library also includes the following features: * Basic user details are transfered from the OpenID server via the Simple Registration extension. * It can be configured to use a fixed OpenID server URL, for use in single sign on deployments. * It supports the Launchpad teams extension to request team membership information.