Ports Search

Results 10,69110,700 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
www/mod_authn_sasl-1.2 (Score: 1.3121418E-4)
Allows user authentication based on libsasl2 mechanisms on apache 2.2
This module provides the mod_auth_basic authentication front-end a way to authenticate users by checking credentials via the Cyrus SASL library. This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or LDAP) already running at a machine use SASL to authenticate users.
www/mod_scgi-1.15 (Score: 1.3121418E-4)
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/mergelog-4.5 (Score: 1.3121418E-4)
Tool to merge and sort by date http log files
mergelog is a tool which merges and sorts by date http log files in 'Common Log Format'. The result is sent to the standard output. It is useful to create a single log file for multiple hosts using round-robin DNS.
www/pivotx-2.3.11 (Score: 1.3121418E-4)
Software to help you maintain dynamic sites such as weblogs
PivotX is free software to help you maintain dynamic sites such as weblogs, online journals and other frequently updated websites in general. It's written in PHP and uses *flat files* or MySQL as a database. Since PivotX is an entirely different beast than pivot-weblog (Pivot 1.x), upgrading from Pivot 1.x will take a while to do properly. (http://book.pivotx.net/page/4-1)
www/netstiff-20080331 (Score: 1.3121418E-4)
Powerful web page update checker
netstiff (formerly known as webdiff) is a powerful Web and FTP site update checker. It supports a variety of different methods (diff, html, size, date, MD5 sum, regexp) and only prints the URIs of the Web pages and/or FTP sites that changed so that its output can easily be used by other scripts (such as wget or mail).
www/http-3.0.1 (Score: 1.3121418E-4)
Extended HTTP Support
pecl-http extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP URLs, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality too.
www/http-2.5.6 (Score: 1.3121418E-4)
Extended HTTP Support
pecl-http extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP URLs, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality too.
www/AnyEvent-HTTP-2.22 (Score: 1.3121418E-4)
Simple but non-blocking HTTP/HTTPS client
Implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC.
www/Apache-Profiler-0.10 (Score: 1.3121418E-4)
Profiles time seconds needed for every request
Apache::Profiler is a mod_perl init (and cleanup) handler to profile time taken to process one request. Profiled data is reported to the Apache Log file. It'd be useful to profile some heavy application taking a long time to proceed.
www/CGI-Application-Plugin-DBH-4.04 (Score: 1.3121418E-4)
Easy DBI access from CGI::Application
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the dbh method is not called during the request. In other words, the database connection is not created until it is actually needed.