Please visit our sponsor
Menu
Home
Daily Churn
Articles
News
Jobs
\ mod_perl Docs
Quick Ref Card
Mail Archives
What is mod_perl?
Getting Started
Links
Contribute
About
::
mod_backhand 1.2.0
2001-06-07 18:17 | Matt Sergeant
Theo Schlossnagle has release mod_backhand 1.2.0, a bugfix and minor feature enhancement release with a fairly large changelog listed below. For the uninitiated, mod_backhand is a load balancing module for Apache, that can also replace the need for the front-end proxy setup we know and love.
Read more

mod_perl digest 2001/06/02
2001-06-06 14:47 | Matt Sergeant
Recent happenings in the mod_perl world...
Read more

AxKit 1.4
2001-06-05 18:14 | Matt Sergeant
I just released AxKit 1.4, both to CPAN and to the AxKit.org download directory. This is a major update, changelog below.
Read more

HTTP Benchmarking
2001-06-03 10:25 | Matt Sergeant
There is an interesting article on UnixReview about benchmarking web servers.
Read more

mod_perl digest 2001/05/27
2001-06-03 09:54 | Matt Sergeant
Weekly mod_perl digest.
Read more

LDAP Authentication Modules
2001-06-03 09:48 | Matt Sergeant
Christian Gilmore has updated his LDAP authentication packages, he recently announced on the mod_perl list.
Read more

Apache::AuthCookie 3.00
2001-06-03 09:41 | Matt Sergeant
Michael J Schout recently announced Apache::AuthCookie 3.00, a module for performing cookie authentication. This is the first release under Michael's ownership.
Read more

Apache::ASP 2.11
2001-06-03 09:37 | Matt Sergeant
Joshua Chamas has announced the release of Apache::ASP 2.11 to CPAN. This release contains a number of htm related improvements listed below.
Read more

CGI::Application 1.31
2001-06-03 09:33 | Matt Sergeant
Jesse Erlbaum has announced CGI::Application 1.31 to CPAN. This is a module that provides a framework for building web apps that works well under mod_perl, but also works under any server supporting Perl CGI scripts.
Read more

PageKit 1.00
2001-05-18 15:05 | Matt Sergeant
TJ Mather of AnIdea Corp has released Apache::PageKit 1.00. This release contains some minor tweaks to bump the release up to an official 1.0 status.
Read more

HTML::Mason 1.03
2001-05-18 11:58 | Matt Sergeant
Jon Swartz has released Mason 1.03. This is a bugfix release.
Read more

EmbPerl 1.3.2
2001-05-16 14:30 | Matt Sergeant
Gerald Richter has released EmbPerl 1.3.2. This is a stable release (EmbPerl 2.0 is currently in beta), providing some back-ports of some of the technology in 2.0, while remaining compatible with 1.x.
Read more

Apache 2.0 Goes beta
2001-04-18 12:14 | Greg Cope
For those of us not at ApacheCon, Apache 2.0 has finally gone beta! Check out httpd.apache.org. For those of you whom follow apache 2.0 developement, you'll know that the core team has very high standards, and this release has been tested and should be reliable. Check it out, break it, and send in a (repeatable) bug report to help get 2.0 stable.
Read more

No news is bad news...
2001-04-18 12:12 | Matt Sergeant
Lately Take23 hasn't seen many updates. Read below for a brief explanation of why.
Read more

Matt sells Axkit !
2001-04-02 14:36 | Greg Cope
After a slow few weeks on the mod_perl / apache news front things seem to have picked up with a bit of a bang. Matt S has sold AXkit as revealed in a Msg Here. Where he explains: update: This was a sad attempt at an April Fools joke on my birthday. Apologies to those who were fooled (you know who you are!)
Read more

Take23 IRC Channel
2001-03-21 15:53 | Matt Sergeant
I have created a Take23 IRC channel on irc.openprojects.net. Why not zoom on over there and join us. The channel name is (surprise): #take23.
Read more

Tie::DxHash helps with complex configurations
2001-03-17 10:52 | Matt Sergeant
Kevin Ruscoe has released Tie::DxHash to CPAN. The module helps people writing more complex <Perl>...</Perl> sections, particularly with mod_rewrite.
Read more

Take23 News CMS released
2001-03-17 10:43 | Matt Sergeant
This week I released the AxKit NewsMaker module, which forms the foundation for the content management system we use here at Take23. It is a very simple module that allows you to author news items in a textarea, which then updates an RSS file full of headlines. It gives you a preview of what has been submitted and automatically saves when it detects that you didn't make any changes. It should be flexible enough to be re-purposable to other systems such as comments (or forums).
Read more

Apache 2.0 moves into alpha
2001-03-12 20:57 | Matt Sergeant
Apache 2.0.14 has been released, and the httpd group at Apache are labelling it as an official Alpha release. This is great news on top of all the commits we have seen from Doug on the mod_perl CVS list in the last couple of weeks. Maybe we'll have a really good demo at ApacheCon next week.
Read more

Do-Si-Do - "Locally" correcting to the secure port with mod_perl
2001-03-12 13:32 | Paul Hodges
Paul Hodges writes about a use of mod_perl other than for delivering content: port redirection for migrating a server setup from basic authentication to digital certificates.
Read more

Introduction to EmbperlObject
2001-02-07 11:56 | Neil Gunton
Neil Gunton has written a very good introduction to EmbperlObject for the embperl documentation, which he has kindly let us reproduce here. The article talks about how to use Embperl's OO features to build large scale web sites.
Read more

AxKit, Part II - Building Static Sites
2001-02-05 23:46 | Matt Sergeant
In the second part of the AxKit series, Matt Sergeant discusses building a static site with AxKit, which is one of the great strengths of this toolkit, and something often overlooked by other mod_perl modules.
Read more

What is AxKit?
2001-01-29 14:23 | Matt Sergeant
In this article Matt Sergeant hopes to explain what AxKit is, what it is meant to do, and why it might be useful to you or your organisation. This is part one of a series of articles on AxKit, the engine that powers the Take23 web site.
Read more

Enhancing your web pages with HTML::Embperl
2001-01-08 11:58 | Michael Stevens
Michael introduces the reader to Embperl, an embedded HTML/Perl module that provides many features for producing dynamic content within a scripting environment under mod_perl. Here we find out about Embperl's special tags for introducing code into our HTML.
Read more

Introduction to programming in mod_perl
2001-01-08 11:34 | Matt Sergeant
Here we talk about how to go about creating your very first mod_perl handler. This goes right to the core of how mod_perl works, for those of you wanting to see how to program right to the metal with mod_perl, rather than using a higher level module such as Embperl, Apache::Registry or Mason.
Read more

Building Web Sites with Apache::PageKit
2001-01-04 | TJ Mather
In the first of our series of articles discussing the various options for building web sites with mod_perl, TJ Mather talks about how Apache::PageKit separates the development of your site into manageable components without using embedded Perl code.
Read more

What is mod_perl?
2000-12-24 | Kip Hampton
This article contains a brief summary of exactly what mod_perl really is, in layman's terms.
Read more

Welcome to modperl@sergeant.org
2000-11-23 | Matt Sergeant
A welcoming article to the new site, detailing our plans and what to expect from us.
Read more

Articles
>> Do-Si-Do - "Locally" correcting to the secure port with mod_perl
>> Introduction to EmbperlObject
>> AxKit, Part II - Building Static Sites
>> What is AxKit?
>> Enhancing your web pages with HTML::Embperl
>> Introduction to programming in mod_perl
>> Building Web Sites with Apache::PageKit

News
>> mod_backhand 1.2.0
>> mod_perl digest 2001/06/02
>> AxKit 1.4
>> HTTP Benchmarking
>> mod_perl digest 2001/05/27
>> LDAP Authentication Modules
>> Apache::AuthCookie 3.00

jobs.perl.org
>> Senior Perl Programmer / Ecommerce Site
>> Software Engineer, Applications Group
>> Web Maintenance Documentation
>> We Need PHP/PERL/LINUX -- Open-Source TRUE BELIEVER!!
>> Production Software Engineer
>> Sr. Perl Programmer
>> Perl Programmer