Ports Search

Results 19,27119,280 of 19,819 for %22HTTP Server%22.(0.018 seconds)
www/Catalyst-Model-Oryx-0.01 (Score: 7.739885E-4)
Oryx model component for Catalyst
This module implements an Oryx object persistence model component for the Catalyst application framework.
www/Catalyst-Model-Tarantool-0.0.1 (Score: 7.739885E-4)
Tarantool interface for Catalyst based application
Tarantool interface for Catalyst based application
www/Catalyst-Model-XML-Feed-0.04 (Score: 7.739885E-4)
Use RSS/Atom feeds as a Catalyst Model
Catalyst::Model::XML::Feed allows you to use XML feeds in your Catalyst application. To use a feed, you need to register it with the "register" method. Once a feed is registered, it's automatically cached for you.
www/Catalyst-Model-Xapian-0.06 (Score: 7.739885E-4)
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'
www/Catalyst-Model-Xapian10-0.06 (Score: 7.739885E-4)
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'
CDBI Authentication for Catalyst
CDBI Authentication for Catalyst
Use .htpasswd with Catalyst
This plugin uses "Authen::Htpasswd" to let your application use ".htpasswd" files for it's authentication storage.
Infrastructure plugin for the Catalyst authentication framework
The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do).
ACL support for Catalyst applications
This module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private namespace, at least at the moment.
Role based authorization for Catalyst
Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If the user is a member in all of the required roles access is granted. Otherwise, access is denied.