ModPerl::Registry on Win32

2003-11-20 Thread Wim Kerkhoff
I just converted a script running as a vanilla perl CGI on Win2k/IIS to 
run under Apache2. Performance went from "a sluggish 1-2 seconds a 
request" to "instant response". The mod_perl guide for installation and 
configuration was easy to follow and got me up and running very quickly.

So kudos to Randy and everyone else who put together a nice set of PPMs, 
docs, etc.

Wim

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html


Re: a modperl wiki?

2003-12-05 Thread Wim Kerkhoff
Les Mikesell wrote:

From: "justin" <[EMAIL PROTECTED]>

 

can anyone on the list recommend me a good modperl+mysql based Wiki
engine?
   

That's a pretty vague request... what features are you looking for?

Twiki (http://twiki.org/) works great with mod_perl but it uses rcs
to keep version-controlled text files in the filesystem instead of
using mysql.   
 

If a more simple Wiki environment is required (one without the 
proverbial kitchen sink), perhaps have a look at Apache::MiniWiki. It's 
uses Rcs.pm for doing checkouts, commits, diffs, merges, logs, etc. This 
module runs as either a mod_perl handler or under Apache::Registry.

Wim

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html