Ports Search

Results 921930 of 8,048 for /www/.(0.003 seconds)
www/Apache-AuthCookie-3.24 (Score: 0.056974534)
Perl module to provide custom forms for reauthentication
Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key.
www/Apache-AuthTicket-0.93 (Score: 0.056974534)
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-Clean-2.00 (Score: 0.056974534)
Mod_perl interface into HTML::Clean
Apache::Clean uses HTML::Clean to tidy up large, messy HTML, saving bandwidth. It is particularly useful with Apache::Compress for ultimate savings.
www/Apache-ConfigParser-1.02 (Score: 0.056974534)
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: 0.056974534)
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-DBI-1.12 (Score: 0.056974534)
DBI persistent connection, authentication and authorization
These modules are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI). o AuthDBI.pm provides authentication and authorization: - optional shared cache for passwords to minimize database load - configurable cleanup-handler deletes outdated entries from the cache o DBI.pm provides persistent database connections: - connections can be established during server-startup - configurable rollback to ensure data integrity - configurable verification of the connections to avoid time-outs.
www/Apache-Gallery-1.0.2 (Score: 0.056974534)
Apache::Gallery - mod_perl handler to create an image gallery
Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached.
www/Apache-LogFormat-Compiler-0.32 (Score: 0.056974534)
Perl extension to compile a log format string to perl-code
Compile a log format string to perl-code. For faster generating access_log line.
www/Apache-MP3-4.00 (Score: 0.056974534)
MP3 browsing and streaming under mod_perl and Apache
This module takes a hierarchy of directories containing MP3 files and presents it as a browsable song library for streaming over the web. It requires the Apache web server, the mod_perl embedded Perl interpreter, and the MP3::Info module. MP3 files are displayed in a list that shows the MP3 title, artist, duration and bitrate. Subdirectories are displayed with "CD" icons. The user can download an MP3 file to disk by clicking on its title, stream it to an MP3 decoder by clicking on the "play" link. Users can also stream the entire contents of a directory, or select a subset of songs to play.
www/Apache-ParseFormData-0.09 (Score: 0.056974534)
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