Ports Search

Results 1,4311,440 of 19,819 for %22HTTP Server%22.(0.008 seconds)
sysutils/ifuse-1.1.3 (Score: 0.007645512)
FUSE-based filesystem for mounting iOS devices over USB
iFuse is a tool for reaching iOS devices filesystems over USB, without the need of jailbreaking and installing an SSH server on your iGadget. iFuse is useful if you want to mount the device manually or if you don't have GNOME with GVFS nor KDE with kio-ufc installed.
www/phpbb-3.1.9 (Score: 0.007645512)
PHP-based bulletin board / discussion forum system
phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
www/phpbb-2.0.23 (Score: 0.007645512)
PHP-based bulletin board / discussion forum system
From the website: phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
www/qooxdoo-5.0.1 (Score: 0.007645512)
Comprehensive and innovative Ajax application framework
qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM knowledge is needed. It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer.
www/rsstool-1.0.0 (Score: 0.007645512)
Read, parse, merge and write RSS and Atom feeds
rsstool is a tool to read, parse, merge, and write RSS (and Atom) feeds. It has some other functions built-in like text, HTML, or property file output, or templates with custom tags to insert RSS feeds into pages that could be uploaded to a server that supports only static HTML.
mail/anubis-4.2 (Score: 0.007452907)
Outgoing SMTP mail processor
GNU Anubis is an outgoing mail processor. It goes between the MUA (Mail User Agent) and the MTA (Mail Transport Agent), and can perform on the fly various sorts of processing and conversion on the outgoing mail in accord with the sender's specified rules, based on a highly configurable regular expressions system. It operates as a proxy server, independently from mail user agents. GNU Anubis can edit outgoing mail headers, encrypt and/or sign mail with the GNU Privacy Guard, build secure SMTP tunnels (Simple Mail Transport Protocol) using the TLS/SSL encryption even if your mail user agent doesn't support it, or tunnel a connection through a SOCKS proxy server. --------* --------** ------*** | MUA | ---> | Anubis | ---> | MTA | --------- ---------- --------- * Mail User Agent (client) ** An outgoing mail processor and the SMTP tunnel. *** Mail Transport Agent (server)
mail/perdition-2.1 (Score: 0.007452907)
POP3 & IMAP4 proxy that can map users to multiple backend servers
Perdition is a mail retrieval proxy that allows users to connect to a content-free POP3 or IMAP4 server that will redirect them to their real POP3 or IMAP4 server. This enables mail retrieval for a domain to be split across multiple backend servers on a per user basis. It can also be used as a POP3 or IMAP4 proxy in firewall applications. Perdition supports arbitrary library based map access to determine the server for each user - POSIX regex, GDBM, PostgreSQL, MySQL, NIS and OpenLDAP libraries ship with the distribution. The use of perditon to scale mail services beyond a single box is discussed in a paper the author wrote on high capacity email, so be sure to check the web page.
mail/drac-1.12 (Score: 0.007452907)
Dynamic Relay Authorization Control, a POP-before-SMTP implementation
DRAC is a daemon that dynamically updates a relay authorization map for Sendmail, Postfix and other MTAs that support it. It provides a way for legitimate users to relay mail through an SMTP server, while preventing non-authorized users from using it as a spam relay. Authenticated users have their IP address added to the map immediately after they have authenticated via POP, IMAP, or any other daemon which supports the DRAC API. By default, map entries expire after 30 minutes, but can be renewed by additional authentication. Periodically checking mail on a POP server sufficiently does this. DRAC does not require that the POP/IMAP and SMTP server be on the same physical host.
net/Net-CascadeCopy-0.2.6 (Score: 0.007452907)
Rapidly propagate files to many servers in multiple locations
This module implements a scalable method of quickly propagating files to a large number of servers in one or more locations via rsync or scp. This module and the included script, ccp, take a much more efficient approach that is O(log n). Once the file(s) are been copied to a remote server, that server will be promoted to be used as source server for copying to remaining servers. Thus, the rate of transfer increases exponentially rather than linearly. Servers can be specified in groups (e.g. datacenter) to prevent copying across groups. This maximizes the number of transfers done over a local high-speed connection (LAN) while minimizing the number of transfers over the WAN. The number of multiple simultaneous transfers per source point is configurable. The total number of simultaneously forked processes is limited via Proc::Queue, and is currently hard coded to 32.
net/Net-Proxy-0.13 (Score: 0.007452907)
Framework for proxying network connections in many ways
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination. A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy. This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence.