Ports Search

Results 19,21119,220 of 19,819 for %22HTTP Server%22.(0.022 seconds)
www/Apache-Session-PHP-0.05 (Score: 7.739885E-4)
Glue Apache::Session with PHP::Session
Apache::Session::PHP is an adapter of Apache::Session for PHP::Session
www/Apache-Session-SQLite3-0.03 (Score: 7.739885E-4)
Use DBD::SQLite 1.x for Apache::Session storage
This module is an implementation of Apache::Session. It uses the DBD::SQLite backing store. It requires DBD::SQLite version 1.00 or above, due to its use of SQLite3 API for BLOB support. Also, an extra LastUpdated field is populated with the current time(). There is no need to create the data source file beforehand; this module creates the session table automatically.
www/Apache-Session-SharedMem-0.6 (Score: 7.739885E-4)
Apache::Session extension that store session in shared memory
Apache::Session::SharedMem is an Apache::Session extension module that stores the session data in Shared memory (so, does exactly what it says on the tin then) using IPC::Cache (and hence IPC::ShareLite).
www/Apache-Session-Wrapper-0.34 (Score: 7.739885E-4)
Simple wrapper around Apache::Session
This module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id. It can uses cookies to store the session id, or it can look in a provided object for a specific parameter. Alternately, you can simply provide the session id yourself in the call to the session() method. If you're using Mason, you should probably take a look at MasonX::Request::WithApacheSession first, which integrates this module directly into Mason.
www/CGI-Application-Dispatch-3.12 (Score: 7.739885E-4)
Dispatch requests to CGI::Application based objects
CGI::Application::Dispatch Dispatch requests to CGI::Application based objects
www/CGI-Application-PSGI-1.00 (Score: 7.739885E-4)
Perl extension of PSGI Adapter for CGI::Application
PSGI Adapter for CGI::Application.
Use any templating system in CGI::Application
CGI::Application::Plugin::AnyTemplate allows you to use any supported Perl templating system using a single consistent interface. Currently supported templating systems include HTML::Template, HTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit and Petal. You can access any of these templating systems using the same interface. In this way, you can use the same code and switch templating systems on the fly. This approach has many uses. For instance, it can be useful in migrating your application from one templating system to another.
Provides easy access to Apache::* modules for CGI::Application
CGI::Application::Plugin::Apache provides easy access to Apache::* modules for CGI::Application.
Support for authorization of requests in CGI::Application
CGI::Application::Plugin::Authorization adds the ability to authorize users for specific tasks.
Support for authenticating requests in CGI::Application
CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules.