Mod_Auth_External is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_Auth_External is a flexible tool for creating authentication systems based
on other databases.
WWW: http://www.unixpapa.com/mod_auth_external.html
PR: 57967
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
As HTTP is a relatively stateless protocol, each request generates an
authentication attempt. While this is cheap when authenticating against dbm or
htpasswd files, it can get very expensive when running against a Windows
domain controller, ACE server, or other networked database, particularly on
image-rich pages and FancyIndexes from mod_autoindex.
mod_authenticache provides a secure method of caching credentials in order to
more efficiently serve in these situations.
WWW: http://killa.net/infosec/mod_authenticache/
PR: 57964
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
pgLOGd, simply put, is a program that takes web server log
entries and sends them to a database. It is called pgLOGd
because of the database it was designed to function with,
PostgreSQL.
It is fast, robust and features fall-back-logging to a text
file. It is flexible and typically uses less than 128K of
memory.
PR: ports/51647
Submitted by: Allie Micka <allie@pajunas.com>
HTML::Template and other modules
HTML::Template::Associate bridges gap between HTML::Template
and other modules that can be used in conjunction with it
to do something useful together, like for example
Data::FormValidator that can verify form inputs.
PR: ports/56547
Submitted by: MiG <mig@mig-29.net>
GForge is an Open Source collaborative software development
tool based on the latest free version of sourceforge.
http://gforge.org/
PR: ports/54038
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
WiLiKi is a lightweight Wiki engine written in Scheme. It is very
suitable for the English/Japanese bilingual environments.
PR: ports/55855
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Jetspeed is an Open Source implementation of an Enterprise
Information Portal, using Java and XML. A portal makes
network resources (applications, databases and so forth)
available to end-users. The user can access the portal via
a web browser, WAP-phone, pager or any other device. Jetspeed
acts as the central hub where information from multiple
sources are made available in an easy to use manner.
WWW: http://jakarta.apache.org/jetspeed/site/index.html
PR: ports/55593
Submitted by: Francisco Gomez <francisco@gomezmarin.com>
From the web site: Scoop is a "collaborative media application."
It falls somewhere between a content management system, a
web bulletin board system, and a weblog.
(http://scoop.kuro5hin.org/)
This port installs the scoop distribution and provides
instructions on running the scoop-provided installation
script, which modifies a MySQL installation and apache
configuration.
PR: ports/45247
Submitted by: Patrick Oliver <patrick@ginx.com>
HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails'
i.e. an ordered set of html links locating the current page within
a hierarchy.
HTML::Breadcrumbs splits the given path up into a list of elements,
derives labels to use for each of these elements, and then renders
this list as N-1 links using the derived label, with the final
element being just a label.
PR: 55576
Submitted by: andrew@scoop.co.nz
MasonX::Request::WithApacheSession is an interface to Apache::Session which
can be used from within HTML::Mason. It provides session and cookie handling
services.
PR: 54798
Submitted by: Nick Hilliard <nick@foobar.org>
log, producing a variety of statistics. The output is a series of HTML pages
and graphs.
PR: 54508
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>