Ports Search

Results 16,36116,370 of 19,819 for %22HTTP Server%22.(0.012 seconds)
www/MasonX-Profiler-0.06 (Score: 9.2878623E-4)
Mason per-component profiler
This module prints per-component profiling information to STDERR (usually directed to the Apache error log). Its output looks like this: =Mason= 127.0.0.1 - /NoAuth/webrt.css BEGINS {{{ =Mason= 127.0.0.1 - /NoAuth/webrt.css {{{ =Mason= 127.0.0.1 - /Elements/Callback {{{ =Mason= 127.0.0.1 - /Elements/Callback }}} 0.0008 =Mason= 127.0.0.1 - /NoAuth/webrt.css }}} 0.0072 =Mason= 127.0.0.1 - /NoAuth/webrt.css }}} ENDS Each row contains five whitespace-separated fields: =Mason=, remote IP address, -, indented component name, and how many seconds did it take to process that component, including all subcomponents called by it. The beginning and end of the initial request is represented by the special time fields BEGINS and ENDS.
www/MediaWiki-API-0.41 (Score: 9.2878623E-4)
OOP MediaWiki engine client
This module provides an interface between Perl and the MediaWiki API allowing creation of scripts to automate editing and extraction of data from MediaWiki driven sites like Wikipedia.
www/MediaWiki-1.13 (Score: 9.2878623E-4)
OOP MediaWiki engine client
The MediaWiki module provides high-level interface to MediaWiki content management system.
www/Mobile-UserAgent-1.05 (Score: 9.2878623E-4)
Parses a mobile user agent string into its basic constituent parts
Parses a mobile user agent string into it's basic constituent parts, the most important being vendor and model. One reason for doing this would be to use this information to lookup vendor-model specific device characteristics in a database.
www/ModPerl-VersionUtil-0.03 (Score: 9.2878623E-4)
Makes it easier to investigate your mod_perl version
ModPerl::VersionUtil helps you to investigate your mod_perl version easily.
www/Mozilla-CA-20160104 (Score: 9.2878623E-4)
Perl extension for Mozilla CA cert bundle in PEM format
Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
www/Net-FastCGI-0.14 (Score: 9.2878623E-4)
Perl extension for FastCGI Toolkit
Net::FastCGI module.
www/LWP-MediaTypes-6.02 (Score: 9.2878623E-4)
Guess media type for a file or a URL
This module provides functions for handling media (also known as MIME) types and encodings.
www/Net-Plurk-0.11 (Score: 9.2878623E-4)
Perl interface to Plurk API
Net::Plurk - A perl interface to Plurk API
www/Net-Trac-0.16 (Score: 9.2878623E-4)
Interact with a remote Trac instance
Net::Trac is simple client library for a remote Trac instance. Because Trac doesn't provide a web services API, this module currently "fakes" an RPC interface around Trac's webforms and the feeds it exports. Because of this, it's somewhat more brittle than a true RPC client would be.