The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Apache::Htaccess"

Apache::Htaccess - Create and modify Apache .htaccess files River stage zero No dependents

This module provides an object-oriented interface to Apache .htaccess files. Currently the ability exists to read and write simple htaccess files....

ARUN/Apache-Htaccess-1.6 - 08 Mar 2016 13:53:28 UTC

Apache::Description - Managing of descriptions in .htaccess River stage zero No dependents

This module give you access to the AddDescription directives in an object oriented way. Thus, you can add, remove or read descriptions....

NBAREIL/Apache-Description-0.5 - 14 Sep 2003 15:21:29 UTC

Apache::AuthExpire - mod_perl handler to provide Authentication time limits on .htaccess protected pages. River stage zero No dependents

Simple mod_perl handler for the AUTHENTICATION phase to set a limit on user inactivity. Will provide timeouts to any file under the protection of an .htaccess file, unless the 'MODE' option set to anything other than 0 in the .htaccess file. The 'Def...

JJHORNER/Apache-AuthExpire-0.36 - 07 Sep 2001 17:57:38 UTC

Apache::SOAP - mod_perl-based SOAP server with minimum configuration River stage three • 110 direct dependents • 144 total dependents

This Apache Perl module provides the ability to add support for SOAP (Simple Object Access Protocol) protocol with easy configuration (either in .conf or in .htaccess file). This functionality should give you lightweight option for hosting SOAP servi...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC

Apache::Album - Simple mod_perl Photo Album River stage zero No dependents

This module sets up a virtual set of photo albums starting at the "Location" definition. This virtual directory is mapped to a physical directory under "AlbumDir". Under "AlbumDir" create a sub-directory for each photo album, and copy image files int...

WOODY/Apache-Album-0.96 - 21 Mar 2010 18:46:32 UTC

Apache::PHLogin - authenticates via a PH database River stage zero No dependents

The PH(CCSO) Nameserver is a database commonly used as an online phonebook server for organizations. See http://people.qualcomm.com/ppomes/ph.html for details. This module uses the Net::PH module by Graham Barr <gbarr@pobox.com> and Alex Hristov <hri...

JGROENVEL/Apache-PHLogin-0.5 - 13 Aug 1998 14:37:38 UTC

Apache::Scriptor - Support for Apache handlers conveyor. River stage zero No dependents

"require Apache::Scriptor" Loads the module core. "Apache::Scriptor'new" Creates the new Apache::Scriptor object. Then you may set up its properties and run methods (see below). "$obj'set_handlers_dir($dir)" Sets up the directory, which is used to se...

KOTEROV/Apache-Scriptor-1.21 - 05 May 2005 12:20:28 UTC

Apache::AuthCAS - A configurable Apache authentication module that enables you to protect content on an Apache server using an existing Yale CAS authentication server. River stage zero No dependents

General This module should be loaded in the mod_perl startup script or equivalent. Add the following lines to an Apache configuration file or .htaccess file: AuthType Apache::AuthCAS AuthName "CAS" PerlAuthenHandler Apache::AuthCAS->authenticate requ...

DCASTRO/Apache-AuthCAS-0.5 - 23 Mar 2008 23:03:16 UTC

Apache::Gallery - mod_perl handler to create an image gallery River stage zero No dependents

Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached. The gallery can be configured and customized in many ways and a custom copyright image can ...

LEGART/Apache-Gallery-1.0.2-withoutworldwriteables - 08 Jun 2011 18:58:06 UTC

Apache::AuthenMT - Authenticate using Movable Type's database River stage zero No dependents

This is a mod_perl authentication handler that authenticates using Movable Type's database. Setting it up requires that you already have Movable Type installed on your system. Configuring it is then a simple matter of adding a few lines to httpd.conf...

BEPPU/Apache-AuthenMT-1.00 - 29 Jul 2003 17:23:26 UTC

Apache::AuthDBI - Authentication and Authorization via Perl's DBI River stage two • 6 direct dependents • 10 total dependents

This module allows authentication and authorization against a database using Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ Authentication: For the given username the password is looked up in the cache. If the cache is not configured...

PHRED/Apache-DBI-1.12 - 12 Jun 2013 07:28:36 UTC

Apache::AuthPOP3 - Authentication and Authorization via POP3 River stage zero No dependents

This module allows authentication and authorization against a POP3 server. Received username and password are looked up in the cache. If nothing was stored in the cache with that particular username and password within the past two minutes, they are ...

SHERWIN/Apache-AuthPOP3-0.02 - 12 Mar 2006 16:26:00 UTC

Apache::AuthLDAP - mod_perl LDAP Access Control and Authentication Module River stage zero No dependents

CDONLEY/Apache-AuthLDAP-0.21 - 08 Nov 1998 23:50:35 UTC

Apache::Htpasswd - Manage Unix crypt-style password file. River stage one • 3 direct dependents • 3 total dependents

This module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. The passwords file is a flat-file with login name and their associated crypted password. You ...

KMELTZ/Apache-Htpasswd-1.9 - 20 Nov 2012 17:30:13 UTC

Apache::DBILogin - authenticates and authorizes via a DBI connection River stage zero No dependents

Apache::DBILogin allows authentication and authorization against a multi-user database. It is intended to facilitate web-based transactions against a database server as a particular database user. If you wish authenticate against a passwd table inste...

JGROENVEL/Apache-DBILogin-2.06 - 21 Apr 2005 16:09:23 UTC

Apache::AuthzNIS - mod_perl NIS Group Authorization module River stage zero No dependents

SPEEVES/Apache-AuthzNIS-0.11 - 01 Aug 2003 16:37:02 UTC

Apache::Keywords - Store keywords as a personal profile in a cookie. River stage zero No dependents

An Apache::Keywords class object will generate/update a cookie. The cookie contains a personal profile, e.g. counts the different keywords that are added to it. The module could be configured as a "PerlFixupHandler" for a static file in mod_perl, e.g...

MAGNUS/Apache-Keywords-0.1 - 09 Apr 2000 17:24:30 UTC

Apache::Dispatch - call PerlHandlers with the ease of Registry scripts River stage zero No dependents

Apache::Dispatch translates $r->uri into a class and method and runs it as a PerlHandler. Basically, this allows you to call PerlHandlers as you would Regsitry scripts without having to load your httpd.conf with a slurry of <Location> tags....

PHRED/Apache2-Dispatch-0.15 - 13 Feb 2010 02:45:06 UTC

Apache::ParseLog - Object-oriented Perl extension for parsing Apache log files River stage zero No dependents

Apache::ParseLog provides an easy way to parse the Apache log files, using object-oriented constructs. The data obtained using this module are generic enough that it is flexible to use the data for your own applications, such as CGI, simple text-only...

AKIRA/Apache-ParseLog-1.02 - 17 Oct 1998 07:29:06 UTC
66 results (0.031 seconds)