Ports Search

Results 16,22116,230 of 19,819 for %22HTTP Server%22.(0.01 seconds)
www/AnyEvent-ReverseHTTP-0.05 (Score: 9.2878623E-4)
Perl extension of reversehttp for AnyEvent
A reversehttp for AnyEvent.
www/mod_xml2enc-1.0.3 (Score: 9.2878623E-4)
Apache module for converting encoding before and/or after a filter run
mod_xml2enc is a transcoding module that can be used to extend the internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required.
www/mod_xmlns-0.97 (Score: 9.2878623E-4)
Apache module for XML namespaces
mod_xmlns adds XML Namespace support to Apache, and may form the basis of XML-driven publishing systems. It runs as an output filter, so it works automatically with any content generator.
www/Apache-AuthTicket-0.93 (Score: 9.2878623E-4)
Perl modules that implement a cookie-based authentication system
Apache::AuthTicket* modules implement a cookie-based authentication system similar to the ticket access system describde in the mod_perl eagle book.
www/Apache-ConfigParser-1.02 (Score: 9.2878623E-4)
Load Apache configuration files
The Apache::ConfigParser module is used to load an Apache configuration file to allow programs to determine Apache's configuration directives and contexts. The resulting object contains a tree based structure using the Apache::ConfigParser::Directive class, which is a subclass of Tree::DAG_node, so all of the methods that enable tree based searches and modifications from Tree::DAG_Node are also available. The tree structure is used to represent the ability to nest sections, such as <VirtualHost>, <Directory>, etc. Apache does a great job of checking Apache configuration files for errors and this modules leaves most of that to Apache. This module does minimal configuration file checking. The module currently checks for: Start and end context names match The module checks if the start and end context names match. If the end context name does not match the start context name, then it is ignored. The module does not even check if the configuration contexts have valid names.
www/Apache-DB-0.14 (Score: 9.2878623E-4)
Debugging and profiling tools for mod_perl
This package provides debugging and profiling tools for mod_perl: Apache::DB - Hooks for the interactive Perl debugger Apache::DProf - Hooks for Devel::DProf Apache::SmallProf - Hooks for Devel::SmallProf
www/Apache-ParseFormData-0.09 (Score: 9.2878623E-4)
Module allows you to easily decode/parse form and query data
The Apache::ParseFormData module allows you to easily decode and parse form and query data, even multipart forms generated by "file upload". This module only work with mod_perl-2.0
www/Apache-Profiler-0.10 (Score: 9.2878623E-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/Apache-Singleton-0.15 (Score: 9.2878623E-4)
Singleton class for mod_perl
Apache::Singleton works the same as Class::Singleton, but with various object lifetime adapted for use under Apache.
www/Apache2-SiteControl-1.05 (Score: 9.2878623E-4)
Perl web site authentication/authorization system
Apache2::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why.