[Take23] New articles

2001-01-08 Thread Matt Sergeant
about Embperl's special tags for introducing code into our HTML. As usual there's also all the news you need to stay up to date with mod_perl. Enjoy. Take23 - news and resources for the mod_perl world: http://take23.org Matt.

Re: corba mod_perl

2001-01-10 Thread Matt Sergeant
::ORBit, which seems to be pretty good (and fast too). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

[ANNOUNCE] Apache::Reload 0.06

2001-01-10 Thread Matt Sergeant
Apache::Reload is a replacement for Apache::StatINC, with more features and better debugging. Slated to replace Apache::StatINC in mod_perl 1.26. Changes: - Fix a warning under perl 5.6 -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving

[ANNOUNCE] HTTP::GHTTP 1.03

2001-01-10 Thread Matt Sergeant
HTTP::GHTTP is a very lightweight C/XS based HTTP downloader. It is many times lighter than both LWP and HTTP::Lite, and also many times faster than both. No API changes or improvements in this release. Changes: - Use gnome-config to get LIB and INC paths -- Matt/ /||** Director

Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Matt Sergeant
on their jobs code as you/we speak. We'll have forms for both seekers and offers, and the posts will then be moderated by the editors, and go live in the list which will display on the front page and with more details on a separate jobs page. Matt.

Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Matt Sergeant
On Thu, 11 Jan 2001, Matt Sergeant wrote: Take23 are working on their jobs code as you/we speak. We'll have forms for both seekers and offers, and the posts will then be moderated by the editors, and go live in the list which will display on the front page and with more details on a separate

Re: ANNOUNCE: mod_perl guide ver. 1.28

2001-01-11 Thread Matt Sergeant
/S/ST/STAS/Apache-mod_perl_guide-1.28.tar.gz size: 464878 bytes md5: 54e70986b2369762fc37b3c7838dbd85 FWIW, Take23 copy updated to reflect this new release. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http

Re: Looking for a new distro

2001-01-13 Thread Matt Sergeant
? Matt.

Re: Need: Autherization one time password.

2001-01-14 Thread Matt Sergeant
I seem to recall Randal did a column in Web Techniques on just such a thing. Check http://www.stonehenge.com/merlyn/ On Sun, 14 Jan 2001, George Sanderson wrote: I want an authorization module to generate a one time password for a particular user name. For example, lets say I target some

Re: installing modperl

2001-01-17 Thread Matt Sergeant
to: "The documentation is extremely good, once it is located." Start with: For mod_perl: http://perl.apache.org/ You forgot: http://take23.org/ -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, X

[ANNOUNCE] HTTP::GHTTP 1.06

2001-01-18 Thread Matt Sergeant
/download/ for those who can't wait for CPAN to mirror it :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

detecting Apache::Log et al

2001-01-18 Thread Matt Sergeant
ow do I do it? -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

RE: Fwd: [speedycgi] Speedycgi scales better than mod_perl withsc ripts that contain un-shared memory

2001-01-19 Thread Matt Sergeant
. Either way, both solutions have their merits. Neither is going to totally replace the other. What I'd really like to do though is sum up this thread in a short article for take23. I'll see if I have time on Sunday to do it. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

[ANNOUNCE] AxKit 1.2

2001-01-21 Thread Matt Sergeant
that call stat() in Cache and Providers - Many miscellaneous improvements Available on CPAN in the Apache modules directory, or at the axkit.org web site. I hope to have an introduction to AxKit on Take23 reasonably soon. -- Matt/ /||** Director and CTO ** //||** AxK

Re: [JOB] another bloke for hire...

2001-01-22 Thread Matt Sergeant
If anyone has any spare tuits they want to donate to Take23, we have started the job postings stuff and have a spec for exactly what we want, but not really enough time to code it up. Experience with AxKit would be a huge bonus, otherwise you'll be right in at the deep end. -- Matt

Re: problem with Perl5.6?

2001-01-22 Thread Matt Sergeant
handlers # PerlRequire conf/startup.pl PerlFreshRestart On PerlSetupEnv Off ^ You just asked it *not* to setup the environment variables. Hence you don't get them. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving **

Re: [JOB] another bloke for hire...

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, Greg Cope wrote: Matt Sergeant wrote: If anyone has any spare tuits they want to donate to Take23, we have started the job postings stuff and have a spec for exactly what we want, but not really enough time to code it up. Experience with AxKit would be a huge

Re: Problem when i install mod_perl

2001-01-22 Thread Matt Sergeant
the solution for this problem Ignore them - they are just warnings. But you should probably check out ApacheToolbox if you're not used to installing Apache modules. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: pseudo-hashes? was: Data structure question

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, [EMAIL PROTECTED] wrote: Well you've already seen I'm a detractor :-) * Is anyone now using (under mod_perl) something they consider to be superior but with similar functionality and interface? Yes, a class which is a blessed array. -- Matt/ /||** Director

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
tree where there may be thousands of objects. But then you're really better off using an array based class instead (as I found out). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathS

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
would think that is a very bad technique. You should *never* be able to make assumptions about the underlying data format of an object. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XP

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
set of objects (thousands). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

RE: pseudo-hashes? was: Data structure question

2001-01-23 Thread Matt Sergeant
array will shrink to the highest element that tests true for exists() (or 0 if no such element exists)." Pretty much what one would expect. Thats only 5.6+ though. So its only useful for internal applications (if at all). -- Matt/ /||** Director and CTO ** //||** AxK

[OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, DeWitt Clinton wrote: On Tue, Jan 23, 2001 at 10:06:13AM +, Matt Sergeant wrote: The only gain might be in a large DOM tree where there may be thousands of objects. But then you're really better off using an array based class instead (as I found out

Re: [OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, Paul J. Lucas wrote: On Tue, 23 Jan 2001, Matt Sergeant wrote: But if performance is absolutely key in XML parsing/processing, then you really need to be looking towards Orchard, which we're co-developing with Ken MacLeod (author of the PerlSAX bindings and XML

Re: [OT] XML::DOM

2001-01-23 Thread Matt Sergeant
On Tue, 23 Jan 2001, Paul J. Lucas wrote: On Tue, 23 Jan 2001, Matt Sergeant wrote: it doesn't compile on my stock Mandrake 7.0 laptop: make[1]: Entering directory `/tmp/XML_Tree-1.0/mod/XML/Tree' g++ -c -I../../.. -Dbool=char -DHAS_BOOL -I/usr/local/include -O3 -fomit-frame

Re: detecting Apache::Log et al

2001-01-25 Thread Matt Sergeant
On Wed, 24 Jan 2001, Doug MacEachern wrote: On Thu, 18 Jan 2001, Matt Sergeant wrote: I know we've been over this before, but I think I've forgotten! How do I detect if Apache::Log got compiled in a module's Makefile.PL ? I can't do eval("use Apache::Log;") because Apache/L

Re: long background tasks

2001-01-25 Thread Matt Sergeant
not be called until later during the PerlCleanupHandler phase. Am I missing something, is there a better way to do it? Send out Content-Length so your browser knows the content is finished. Also you might want to check out http://take23.org/docs/guide/performance.xml/4#4.3 -- Matt

Re: XML subrequest

2001-01-27 Thread Matt Sergeant
user a html page. Somebody told me to use subrequest and XML::Sablotron, but I didn't find any clues how to do it, and as I haven't previously written any Apache modules I'm deep in s..? :P Maybe AxKit would help you? http://axkit.org/ -- Matt/ /||** Director and CTO

Re: Priority of Virtual Hosts

2001-01-29 Thread Matt Sergeant
at the request, check the CPU load, and if it is too high, returns an error message. I'm not sure as to the extent you could handle and control these requests, so i am open to suggestions. This might be a good thing to try and implement with mod_backhand. -- Matt/ /||** Director and CTO

Re: Whats the status of libapreq-32 ?!

2001-01-29 Thread Matt Sergeant
. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

[SCOOP!] Apache 1.3.17 is out

2001-01-29 Thread Matt Sergeant
http://take23.org/news/2001/01/29/apache.xml -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: Advice needed. (web app. performance)

2001-01-29 Thread Matt Sergeant
to the aspell API. That would be far lighter. I thought about doing this a while back, but decided we didn't need it for our current project. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
, indenting, bullet points, etc, for plain text. I have tried this, with the source of the digests being in XHTML, but its harder than it first sounds. You really need to convert to a text format that does have all of these features, such as *roff... -- Matt/ /||** Director and CTO

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
ind (XHTML is the format we're happiest with). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
On Tue, 30 Jan 2001, Robin Berjon wrote: At 13:54 30/01/2001 +, Matt Sergeant wrote: On Tue, 30 Jan 2001, [EMAIL PROTECTED] wrote: Seriously - it should be possible to create a XSLT stylesheet that will output plain-text, then use XML::Sablotron or one of the other

RE: [RFC] mod_perl Digest path...

2001-01-30 Thread Matt Sergeant
can now have it as part of a pipe. This is no help as I would have to fork to use this (if I'm reading it properly). I'd rather write to a locked file... :) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: This list... formatted headerS?

2001-01-30 Thread Matt Sergeant
I've seen to date of this is the group firsttuesdayedinburgh that I'm a member of - you can imagine how little of the subject I get to see with that!). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: [RFC] mod_perl Digest path...

2001-01-31 Thread Matt Sergeant
reasonable output. Sadly Pod::Text needs a filename or STDIN (we may be able to fudge it to work on a temp filehandle), which makes the coding a little more complex, but still doable. Its just a matter of time and effort. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
way of reading such file into a perl-structure (hash or object)? I have solved it by just reading the file and use regexps to filter the information. It works, but the code will be hard to maintain. Looks like a job for XML::Simple. -- Matt/ /||** Director and CTO

Take23 DNS

2001-01-31 Thread Matt Sergeant
Yes, we're having some trouble with the Take23 DNS - it doesn't seem to exist any more in Telstra's DNS servers. I've emailed them, but being in australia it might be some time before anything can be done. Meanwhile you can still access the site at http://modperl.sergeant.org/ -- Matt

Re: Take23 DNS

2001-01-31 Thread Matt Sergeant
On Thu, 1 Feb 2001, Peter Brown wrote: Matt Sergeant writes: Yes, we're having some trouble with the Take23 DNS - it doesn't seem to exist any more in Telstra's DNS servers. I've emailed them, but being in australia it might be some time before anything can be done. that sounds about

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
On Wed, 31 Jan 2001, Paul J. Lucas wrote: On Wed, 31 Jan 2001, Matt Sergeant wrote: Looks like a job for XML::Simple. Except we've had no end of trouble with it dumping core in a mod_perl environment. Thats well explained in the AxKit FAQ: http://axkit.org/faq.xml

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
On Wed, 31 Jan 2001, Paul J. Lucas wrote: On Wed, 31 Jan 2001, Matt Sergeant wrote: My XML::Tree is far faster, much smaller, and doesn't dump core: http://homepage.mac.com/pauljlucas/software/xml_tree/ But its not as simple to use as XML::Simple, which is perfect

Re: parsing an apache-like conf-file

2001-01-31 Thread Matt Sergeant
speaks for itself (especially when compared with say XML::DOM or Grove or even XPath). -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site

Re: Rate limiting in Apache

2001-01-31 Thread Matt Sergeant
want to get around to putting some of that on my server, especially the offline downloader blocks). Check http://www.stonehenge.com/merlyn/WebTechniques/ -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: [RFC] mod_perl Digest path...

2001-02-02 Thread Matt Sergeant
... currently, the digest does not have a HTML home. Matt at take23.org has graciously agreed to host it and work on the XML stylesheets required for the site. This is a very good thing - but unfortunately, there is no easy way to derive a decent plain text version from an XML base

Re: INIT Blocks under mod_perl

2001-02-03 Thread Matt Sergeant
;INIT {" and the corresponding "}" line from the Geography/States.pm file, the code ran fine. Just remind me - what's an INIT block? Its a perl 5.6 addition, its like BEGIN, but called after compilation and before execution. -- Matt/ /||** Director and CTO ** //||

Re: modperl + FrontPage Server Extensions

2001-02-05 Thread Matt Sergeant
compiled with mod_perl-1.24_01 running Apache-ASP-2.03. Well the question is if Installing FrontPage Server Extensions will conflict?. Thanks in advance Regards -Jose [EMAIL PROTECTED] www.datacourse.com -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

Re: Environnement stability and maturity

2001-02-05 Thread Matt Sergeant
just fine with 5.6.0. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: Content management tools

2001-02-08 Thread Matt Sergeant
ty huge, so its hard to recommend anything particular. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-08 Thread Matt Sergeant
/ :-) -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-08 Thread Matt Sergeant
On Fri, 9 Feb 2001, Robin Berjon wrote: At 23:01 08/02/2001 +, Matt Sergeant wrote: Personally I think CMS' are very important, but then I would: http://axkit.com/products/axkit-cms/ :-) I've been more or less following the AxKit CVS and saw a few things about AxKit-CMS. Nice looking

[TAKE23] New articles

2001-02-09 Thread Matt Sergeant
Embperl's OO features to build large scale web sites. AxKit, Part II - Building Static Sites http://take23.org/articles/2001/02/05/axkit.sxw 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

Config directives segfault

2001-02-11 Thread Matt Sergeant
last two lines there (because they were the only difference I could see from older mod_perls), the segfaults went away. For those wondering, this has been the cause of Take23 (and AxKit.com|org) outages this weekend. Many appologies. -- Matt/ /||** Founder and

Re: trouble with path_info

2001-02-13 Thread Matt Sergeant
information in path_info, you have to figure it out by hand. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** Personal Web Site: http://sergeant.org/ ** \\// //\\ // \\

Re: cron for mod_perl?

2001-02-13 Thread Matt Sergeant
e properly? Pretty much what you've already found out - Apache has no "cron" like daemon. One way you can do it is fork off a sub-process and run some sort of Cron perl module (I think there's a Cron module on CPAN, or you can run cron-like features with POE). -- Matt/ /||

Re: trouble with path_info

2001-02-13 Thread Matt Sergeant
On Tue, 13 Feb 2001, Pierre Phaneuf wrote: Matt Sergeant wrote: Does anyone has an idea about this? I think I have proper behavior from my perl handler by installing it at the root of the server, but this is no real solution! What I am doing wrong here??? I'm really

Re: trouble with path_info

2001-02-13 Thread Matt Sergeant
On Tue, 13 Feb 2001, Pierre Phaneuf wrote: Matt Sergeant wrote: That would make the Apache::TreeBrowser example in the eagle book wrong, isn't it? Yes, that example seems incorrect to me. Hmm... Strange... It actually *works* at http://modperl.com/tree/ and I downloaded its

Re: cron for mod_perl?

2001-02-13 Thread Matt Sergeant
On Tue, 13 Feb 2001, Pierre Phaneuf wrote: Matt Sergeant wrote: Pretty much what you've already found out - Apache has no "cron" like daemon. One way you can do it is fork off a sub-process and run some sort of Cron perl module (I think there's a Cron module on CPAN, or y

Re: trouble with path_info

2001-02-13 Thread Matt Sergeant
any dependency on having a valid DocumentRoot), and the current behavior would be a bug. Well you should read how Apache works. See http://httpd.apache.org/docs/sections.html It should clear things up for you. -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd

Re: are there any missing modules?

2001-02-14 Thread Matt Sergeant
a look at this list and tell me whether I've missed something and you want it to be on the list. Note that I've re-grouped the modules differently from the original Apache::* list. Thanks. You're missing Apache::MimeXML, a PerlTypeHandler (actually the only PerlTypeHandler on CPAN IIRC) -- Matt

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 PHP 4.0.4pl1 OK ?

2001-02-14 Thread Matt Sergeant
. Try with Sablot 0.50 which links to the same expat as XML::Parser. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news

Re: Is *anybody* running perl 5.6, modperl_1.25, apache_1.3.17 PHP4.0.4pl1 OK ?

2001-02-14 Thread Matt Sergeant
On Wed, 14 Feb 2001, tim fulcher wrote: Matt Sergeant wrote: On Wed, 14 Feb 2001, tim fulcher wrote: Hi finally build PHP4 as ./configure --with-apxs=/export/tools/apache/bin/apxs --prefix=/export/tools --with-ldap --disable-xml \ --with-sablot=/export/tools/Sablot

Re: Interested in writing for the O'Reilly Network?

2001-02-14 Thread Matt Sergeant
as any questions or comments you might have. We can't wait to hear from you! Thanks. Schuyler Erle Web Hacker / The O'Reilly Network -- Matt/ /||** Director and CTO ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: are there any missing modules?

2001-02-15 Thread Matt Sergeant
On Thu, 15 Feb 2001, Stas Bekman wrote: Quoting Matt Sergeant [EMAIL PROTECTED]: On Wed, 14 Feb 2001, Stas Bekman wrote: Well, I've finally have cracked this tedious task down. I've pretty much done with the modules chapter for the book (of course I didn't document all

Re: cron for mod_perl?

2001-02-15 Thread Matt Sergeant
rent on different OS's, and so might the shell be, so this is a real problem for some people - whereas if it were in Apache we'd know the platform). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving **

Re: cron for mod_perl?

2001-02-15 Thread Matt Sergeant
people who've had to write shrink-wrap apps? The question for me is dependencies. We add in Schedule::Cron or whatever and then you've got to add in LWP or HTTP::GHTTP or HTTP::Lite to do the request. Its just something that would be useful to a lot of people, IMHO. -- Matt/ /||** Director

Re: Difference between NN and IE

2001-02-16 Thread Matt Sergeant
into browsers and their ways, see for example "Professional JavaScript" ISBN 1-861002-70-X. Sorry to remain off topic, but I also have a book recommendation for these sorts of things - O'Reilly's "Dynamic HTML" (might be Dynamic XHTML these days :-). -- Matt/ /||** Founder an

Re: [OT] re:advocacy at perl.com

2001-02-16 Thread Matt Sergeant
On Fri, 16 Feb 2001, Gunther Birznieks wrote: At 10:25 AM 2/16/01 -0500, DeWitt Clinton wrote: On Fri, Feb 16, 2001 at 03:14:37PM +, Matt Sergeant wrote: I wonder if I should write them an article about take23, and then use the funds to pay for articles for take23 :-) Geez

[ANNOUNCE] AxKit 1.3

2001-02-16 Thread Matt Sergeant
to become a workable reality. Taglibs allow you to do things like: except:try mail:send-mail mail:to[EMAIL PROTECTED]/mail:to mail:from[EMAIL PROTECTED]/mail:from mail:subjectAxKit Rocks!/mail:subject mail:body Matt, I just wanted to say that I think AxKit is really co

Re: Passing control from one apache module to another

2001-03-01 Thread Matt Sergeant
let the list know (presuming anybody is interested). Provided you do this in a mod_perl handler before mod_mime is called (i.e. before the type handler phase), then it should just work. I suggest doing it in a Trans (uri translate) handler, and return DECLINED. -- Matt/ /||** Founder

RE: security!

2001-03-01 Thread Matt Sergeant
a security hole in its own right) but I think it would be worthwhile. I certainly don't like the way we're all assuming mod_perl 2.0 is going to solve all our problems. It won't. It will just give us some fresh ones (like making all modules thread safe). -- Matt/ /||** Founder and CTO

RE: security!

2001-03-02 Thread Matt Sergeant
to register it in whatever request phase. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http

Re: [H/OT] time to vote

2001-03-03 Thread Matt Sergeant
NFORMATION IS INTENDED FOR HUMOR PURPOSES ONLY. NO ACTUAL BALLOT STUFFING SHOULD OCCUR. THAT WOULD BE UNFAIR. darn, $ killall ballotstuff.pl :-) -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||

Re: $query-path+info is not what i thought it would be

2001-03-03 Thread Matt Sergeant
of the Environment String of PATH_INFO which as it happens is the last document requested and would sometimes be /wap/. Try http://take23.org/docs/guide/porting.xml/4#4 -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application

Re: Apache, mod_perl, mysql, php segfault!

2001-03-05 Thread Matt Sergeant
ll connect to MySQL). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\

Re: [OT] JMS-like event framework for Perl

2001-03-10 Thread Matt Sergeant
or certain "events", and have perl code throw those events causing the object to be run automatically (publish / subscribe model). POE works a bit like this. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML

Re: to clarify (getting what was printed in PerlHandler)

2001-03-13 Thread Matt Sergeant
On Tue, 13 Mar 2001, JR Mayberry wrote: I actually dont want to change whats outgoing -- I just want to know what it is.. And the answer remains the same. Apache::Filter. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML

[OT] do { local *FH; }

2001-03-15 Thread Matt Sergeant
? -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\

Re: VeryOT: help needed

2001-03-16 Thread Matt Sergeant
are pretty simple with XPath. Contact me offline if you have further questions. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP

Re: [OT] ApacheCon BOF

2001-03-19 Thread Matt Sergeant
list or to me personally. Then again, things are so slow here lately ;) Well I figure since things are slow... How about having take23 somewhere on the shirt?... /me awaits response about being Mr Marketeer again... -- Matt/ /||** Founder and CTO ** ** http://axkit.com

[Take23] New IRC channel

2001-03-21 Thread Matt Sergeant
I've created an IRC channel for Take23 on irc.openprojects.net. Please feel free to come along and say Hi. http://take23.org/news/2001/03/21/irc.xml -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: [Very OT] Politically Correct-ness (was: RE: [OT] ApacheCon BOF)

2001-03-21 Thread Matt Sergeant
you can't exactly spatter the t-shirt with trademark declarations (or hrefs!). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP

Re: how to get underlying request_rec * ??

2001-03-22 Thread Matt Sergeant
sv_setref_pv($arg, \"${ntype}\", (void*)$var); INPUT T_APACHEOBJ r = sv2request_rec($arg, \"$ntype\", cv) Then in your XS file, the sub looks like: int my_func (r, other) Apache r char * other CODE: RETVAL = OUTPUT:

Re: Charset?

2001-03-23 Thread Matt Sergeant
On Fri, 23 Mar 2001, Dave Rolsky wrote: Is there a mod_perl way to set the character set besides doing: $r-content_type('text/html; charset=foo'); ??? No, that's the way you have to do it. -- Matt/ /||** Founder and CTO ** ** http://axkit.com

Re: [ANNOUNCE} mod_perl moduile you may be interested in

2001-03-25 Thread Matt Sergeant
/examples/ -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\

Re: mod_perl BOF

2001-03-28 Thread Matt Sergeant
On Wed, 28 Mar 2001, Dave Rolsky wrote: Why was this scheduled during Matt Sergeant's AxKit presentation? Why not during a time slot when there are no mod_perl presentations? This is not rocket science here. I'm creating my own "Beer BOF", every night in the hotel bar. Yo

RE: mod_perl BOF

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night? That's a no-brainer. The hotel bar! (I'm not really obsessed with beer, honest guvnor) -- Matt/ /||** Founder and CTO ** ** http://axkit.com

Re: PerlRestartHandler

2001-03-29 Thread Matt Sergeant
the ebook cheaper than the actual book, and then if you decide to buy the treebook it's that much cheaper. http://safari.oreilly.com/ -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http

Re: Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Matt Sergeant
a disconnect() and then try and execute something on that disconnected handle. Try doing DBI-trace(2) in your command line script to see if something odd is happening. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application

Re: mod_perl BOF

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, [EMAIL PROTECTED] wrote: Which hotel? The Westin Santa Clara - where the conf is being held. On Thu, Mar 29, 2001 at 02:55:35PM +0100, Matt Sergeant wrote: On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night

Re: Apache::Filter doesn't filter right

2001-04-11 Thread Matt Sergeant
it into AxKit (otherwise it wouldn't process its output correctly), but is still making its way to the browser. Any ideas? It could be the bug in AxKit, which is fixed by 1.3_90 (and _91). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd

Re: [OT] Apachecon folks

2001-04-11 Thread Matt Sergeant
On Wed, 4 Apr 2001, G.W. Haywood wrote: Hi Gunther, On Wed, 4 Apr 2001, Gunther Birznieks wrote: Did you check under the bar...? :) Thanks for brightening my day, Gunther. Wish I was under the bar with Matt. For what it's worth, I'm now back out from spending a week and a bit

Re: negative LocationMatch syntax?

2001-04-12 Thread Matt Sergeant
On Thu, 12 Apr 2001, Perrin Harkins wrote: Matt Sergeant wrote: Is there a way I could use LocationMatch to specify a not condition? as in LocationMatch !~ "/(thisfile|thatDir|whatever).*" SSLVerifyClient require /LocationMatch That would let me list the

Re: negative LocationMatch syntax?

2001-04-12 Thread Matt Sergeant
k - I haven't tested it). See regex.7 in src/regex in the apache distribution for more docs on what you can do. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XS

Re: Fast DB access

2001-04-17 Thread Matt Sergeant
On Tue, 17 Apr 2001, Differentiated Software Solutions Pvt. Ltd., wrote: H/W : Celeron 433 with 64 MB RAM, IDE HDD using RH 6.1, perl 5.005, Postgres 6.5.3 This is a very very old version of postgresql. Try it again with 7.1 for more respectable results. -- Matt/ /||** Founder

Re: Fast DB access

2001-04-18 Thread Matt Sergeant
On Wed, 18 Apr 2001, Differentiated Software Solutions Pvt. Ltd., wrote: Hi, There are 4 responses to our results. We will answer them to the best of our ability. MATT This is a very very old version of postgresql. Try it again with 7.1 for MATT more respectable results. Accepted. We

Re: Fast DB access

2001-04-18 Thread Matt Sergeant
Agreed 100%. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news and resources: http://take23.org ** \\// //\\ // \\

<    2   3   4   5   6   7   8   9   10   >