Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第13,97113,980项(搜索用时0.014秒)
www/mhonarc-2.6.18 (Score: 6.4104104E-5)
WWW front end for mail archives
MHonArc can process mail messages to create a set of indexed html pages. Threaded and chronological indices can be generated, and messages can be added incrementally to an existing archive. A `standalone' mode is also supported for quick conversions of individual messages to HTML without adding them to the index. MIME attachments in mail messages are handled. MHTML is also supported. The program is highly customizable and is well documented. See URL for more information.
www/mod_auth_external-2.2.11 (Score: 6.4104104E-5)
Allows users authentication based on external mechanisms
Mod_Auth_External is an Apache module used for authentication. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. Mod_Auth_External is a flexible tool for creating authentication systems based on other databases.
www/mathopd-1.5p8 (Score: 6.4104104E-5)
Small, yet fast HTTP server
Mathopd is a very small, yet very fast HTTP server for UN*X systems. Mathopd is designed specifically to handle a large number of connections with minimal fuss. It contains no unnecessary add-ons, but it does the trick for most things. Mathopd does not allocate any memory, once it has started up, and does not fork any processes (except for CGI scripts of course.)
www/middleman-1.9.1 (Score: 6.4104104E-5)
Robust proxy server
Middleman is a robust proxy server with many features designed to remove unwanted content, increase privacy, and to simply make surfing the Web a more pleasant experience. Some of the highlights of Middleman include banner and popup blocking, HTTP and FTP content caching, NTLM and Basic authentication when forwarding through another proxy server, regular expression substitution in downloaded files and HTTP headers, complete support for HTTP/1.1 including persistent connections and gzip encoding, and an intuitive Web interface for configuring the proxy.
www/mod_cvs-0.5.91 (Score: 6.4104104E-5)
Module that makes Apache 2 CVS aware
mod_cvs recognizes if the files in your webtree are checked out from a CVS repository. If so, it checks if the file is up-to-date and, if not, updates it. Another neat feature of mod_cvs is the date-checkout feature. You can specify a date in the URI that gets passed to CVS, which checks out an older revision of the requested file and sends it to the user.
www/CGI-Application-Plugin-TT-1.05 (Score: 6.4104104E-5)
Add Template Toolkit support to CGI::Application
CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine to your CGI::Application modules by providing several helper methods that allow you to process template files from within your runmodes. It complements the support for HTML::Template that is built into CGI::Application through the load_tmpl method. It also provides a few extra features than just the ability to load a template.
www/CGI-Session-ExpireSessions-1.12 (Score: 6.4104104E-5)
Perl module to delete expired CGI::Session-type sessions
CGI::Session::ExpireSessions is a pure Perl module. It deletes CGI::Session-type sessions which have passed their use-by date. It works with CGI::Session-type sessions in a database or in disk files, but does not appear to work with CGI::Session::PureSQL-type sessions. The recommended way to use this module is via method expire_sessions(), which requires CGI::Session V 4 or later.
www/CGI-Untaint-1.26 (Score: 6.4104104E-5)
Process CGI input parameters
Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent manner. If any of the validation rules change, you often have to alter them in many different places. And, if you want to operate taint-safe, then you're just adding even more headaches.
www/Catalyst-Model-CDBI-Plain-0.03 (Score: 6.4104104E-5)
Catalyst plain base class for Class::DBI models
Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used with user-specified Class::DBI classes. It does not automatically set anything up or create relationships; this is left to the user. This module can be used with existing Class::DBI classes, so that they can be used with Catalyst, or as a way of writing CDBI-based Model classes within Catalyst.
www/Catalyst-Model-Xapian-0.06 (Score: 6.4104104E-5)
Catalyst model for Search::Xapian
This model class wraps Search::Xapian to provide a friendly, paged interface to Xapian (www.xapian.org) indexes. This class adds a little extra convenience on top of the Search::Xapian class. It expects you to use the QueryParser, and sets up some keywords based on the standard omega keywords (id, host, date, month, year,title), so that you can do searches like 'fubar site:microsoft.com'