Ports 搜索

共有2,488项符合/x11-servers/的查询结果,以下是第1,5111,520项(搜索用时0.017秒)
www/mnogosearch-3.4.1 (Score: 0.0051746136)
Full featured SQL-based hypertext search engine
mnoGoSearch is a full featured SQL-based search engine for intranet or small domain Internet web servers. You can also use it to build specialized search engines such as cooking recipies or searching newspaper articles. Provides pre-built web search frontend in C (via CGI).
www/mod_scgi-1.15 (Score: 0.0051746136)
Apache module that implements the client side of the SCGI protocol
An Apache module that implements the client side of the Simple Common Gateway Interface protocol. The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement.
www/FCGI-Engine-0.22 (Score: 0.0051746136)
Flexible engine for running FCGI-based applications
This module helps manage FCGI based web applications by providing a wrapper which handles most of the low-level FCGI details for you. It can run FCGI programs as simple scripts or as full standalone socket based servers who are managed by FCGI::Engine::ProcManager.
Connection cache that enforces a max keep alive limit
LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server.
Plack middleware to show server status like Apache mod_status
Plack::Middleware::ServerStatus::Lite is a middleware that display server status in multiprocess Plack servers such as Starman and Starlet. This middleware changes status only before and after executing the application. so cannot monitor keepalive session and network i/o wait.
www/phpbb-2.0.23 (Score: 0.0051746136)
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/apachelog-1.1 (Score: 0.0051746136)
Python access log parser
Parser for extracting fields from a single line of an Apache access.lo g (should work for other servers conforming to the Common Log Format). Create the parser with the log format from your server .conf file, parse lines to get dict corresponding to fields defined in the log format.
www/autobahn-0.14.1 (Score: 0.0051746136)
WebSocket client & server library, WAMP real-time framework
Autobahn|Python is a networking library that is part of the Autobahn project and provides implementations of: * The WebSocket Protocol * The Web Application Messaging Protocol (WAMP) for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients. WebSocket allows bidirectional real-time messaging on the Web and WAMP adds asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
www/dotcloud.cli-0.4.8 (Score: 0.0051746136)
dotCloud command-line interface client
Using dotCloud, you can assemble your stack from pre-configured and heavily tested components. dotCloud supports major application servers, databases and message buses. The dotCloud CLI allows you to manage your software deployments on the dotCloud platform. To use this tool, you will need a dotCloud account. Register at http://www.dotcloud.com/ to get one!
www/async_sinatra-1.2.1 (Score: 0.0051746136)
Sinatra plugin to provide async responses
A Sinatra plugin to provide convenience whilst performing asynchronous responses inside of the Sinatra framework running under async webservers. To properly utilise this package, some knowledge of EventMachine and/or asynchronous patterns is recommended. Currently, supporting servers include Thin, Rainbows, Zbatery.