Re: ANNOUNCE: AxKit 1.4 (fwd)

2001-06-05 Thread Matt Sergeant
On Tue, 5 Jun 2001, Matt Sergeant wrote: Finally out of beta!!! The next stable release of AxKit is now available for download. This is a major release, fixing many bugs, improving functionality, performance, and flexibility. There is another major update to XSP functionality, and all

[Take23] Jobs Page online

2001-06-04 Thread Matt Sergeant
Take23 now has a jobs page, thanks to Ask's efforts on jobs.perl.org, we mirror their RSS feed. http://take23.org/jobs/ -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: Real Widgets and Template Languages

2001-05-30 Thread Matt Sergeant
the .stor file. Otherwise, it just reads the .stor file. This appears to be about 3x faster. Not really worth it... XML::LibXML is about 10 times faster anyway. Although the syntax to access bits of the XML is XPath, rather than a perl hash, but you get used to that pretty quickly. -- Matt

Re: User tracking in IE 6

2001-05-26 Thread Matt Sergeant
more info on the compact policy of handling cookies. Have you been straight to the source? http://www.w3.org/TR/2000/CR-P3P-20001215/ and http://www.w3.org/P3P/ Lots and lots of info there. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd

Re: ANNOUNCE: Soup (0.2) (fwd)

2001-05-25 Thread Matt Sergeant
On Thu, 24 May 2001, brian moseley wrote: so who's doing the perl wrappers? /me raises a hand. Since it uses libxml, I might as well have a look. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: Connection to MySQL DB fails when mod_perl enabled...

2001-05-22 Thread Matt Sergeant
connecting to the mysql TCP/IP port using telnet localhost port (I don't know what the specific port is for MySQL, you'll have to read the docs). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http

Re: Real Widgets and Template Languages

2001-05-22 Thread Matt Sergeant
. It's quite a big task though, as we want widgets to also be intelligent in the way they are mapped to forms processing code. Has someone done this already? Struts. But you knew that already :-) -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd

Re: Real Widgets and Template Languages

2001-05-22 Thread Matt Sergeant
for it... (still unemployed here and getting poorer waiting for people to possibly say yay or nay on possible contracts...) -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: mod_perl and 700k files...

2001-05-12 Thread Matt Sergeant
out, so expect the next in a couple of weeks and then a month after that for the last one. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP

Re: modify Server header via a handler

2001-05-11 Thread Matt Sergeant
On Tue, 8 May 2001, Doug MacEachern wrote: On Wed, 2 May 2001, Matt Sergeant wrote: Right, but the problem is you can't do this after module initialization (which is where mod_perl adds it's bits), but the PerlModule's are loaded after that time, so you can't do it from Perl, at least

Re: mod_perl and 700k files...

2001-05-11 Thread Matt Sergeant
it? Boy you sure got some complex answers... I store a .stor file which is a storable dump of my XML tree. I check the mtime of that against the mtime of the .xml file. Whichever is newer I load that. Works fast and is very simple. -- Matt/ /||** Founder and CTO ** ** http

Re: really odd XML + CGI.pm + mod_perl + Macintosh + IE 4.5 problem

2001-05-08 Thread Matt Sergeant
thing to stop printing the xml tag... short of changing the 100's of times I use CGI::start_html? Just stop using CGI.pm to produce HTML. Use templates instead. Sorry, I know that sounds like harsh advice, but you won't regret it in the long run. -- Matt/ /||** Founder and CTO

Re: PHP4 causes DBI connections to fail silently in mod_perl

2001-05-07 Thread Matt Sergeant
machine somewhere else. I think there's an FAQ about this on the PHP4 site. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl

RE: :Parser Expat cause segfaults

2001-05-03 Thread Matt Sergeant
, but I found out that the same code as a mod_perl .cgi does not - it happens only when done under Mason. Make sure you comletely remove the old apache installation before your recompile. This has caught me once. -- Matt/ /||** Founder and CTO ** ** http://axkit.com

Re: modify Server header via a handler

2001-05-02 Thread Matt Sergeant
, because of that reason. -- 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: modify Server header via a handler

2001-05-02 Thread Matt Sergeant
On Wed, 2 May 2001, Richard Chen wrote: On Wed, May 02, 2001 at 03:22:51PM +0100, Matt Sergeant wrote: On Wed, 2 May 2001, Mark Maunder wrote: You can get the server string in the header down to a minimum (Just 'Apache') by putting ServerTokens ProductOnly on your httpd.conf

Re: XML::Parser Expat cause segfaults

2001-05-02 Thread Matt Sergeant
bits. Then mod_perl will compile and install Apache for you. That's the way I've found works best. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript

[JOB SEEKER] mod_perl expert for hire

2001-05-02 Thread Matt Sergeant
at something permanent if it was a really good company. Oh, and I'm based in Scotland, but have a leased line and permanent IP at home. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: modify Server header via a handler

2001-05-02 Thread Matt Sergeant
On Wed, 2 May 2001, Larry Leszczynski wrote: Hi Matt - Actually I lied! It is possible, though only from XS. I just added a module_init section to AxKit's config directives, and now I get: # HEAD http://axkit.org/ | grep Server Server: Apache/1.3.17 (Unix) AxKit (1.3_96) mod_perl

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-30 Thread Matt Sergeant
On Tue, 1 May 2001, Stas Bekman wrote: On Mon, 30 Apr 2001, Matt Sergeant wrote: On Mon, 30 Apr 2001, Stas Bekman wrote: cool, but this section in the guide was stating the CORE::format() doesn't work. And it's still doesn't under mod_perl. So doesn't CORE::write(). Right

Exception modules

2001-04-30 Thread Matt Sergeant
about this... It doesn't seem any different from Error.pm to me, except in syntax. Maybe you could expand on why/where it is different? -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http

Re: Exception modules

2001-04-30 Thread Matt Sergeant
On Mon, 30 Apr 2001, Jeffrey W. Baker wrote: On Mon, 30 Apr 2001, Matt Sergeant wrote: [1] for my Perl exception package (yes, another one :) which, in its development version, now mostly does the Right Thing for mod_perl. See http://sourceforge.net/projects/perlexception

Re: Exception modules

2001-04-30 Thread Matt Sergeant
another case of far too many ways to do it, causing people's perl code to look different everywhere, which is bad for maintainence. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org

Re: Exception modules

2001-04-30 Thread Matt Sergeant
this in my talk. -- 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: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-29 Thread Matt Sergeant
On Sun, 29 Apr 2001, Gunther Birznieks wrote: At 09:14 AM 4/28/01 +0100, Matt Sergeant wrote: On Sat, 28 Apr 2001, Gunther Birznieks wrote: As I think I mentioned, it's great that the people like you on this list have a passion for delivering cool software. [snipped] People

Re: CORE::format() and CORE::write() under 5.6.x

2001-04-29 Thread Matt Sergeant
, but it's in his directory on CPAN (not Text::Autoformat, btw). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT, XPathScript, XSP ** // \\| // ** mod_perl news

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-28 Thread Matt Sergeant
servers unless there is an application that fits their needs that they can use which happens to use these backend components. Actually there's an exception to this rule. Look at Zope. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd

Re: an unusual [job request] + taking mod_perl to the commercialworld

2001-04-28 Thread Matt Sergeant
On Sat, 28 Apr 2001, Bakki Kudva wrote: On Sat, 28 Apr 2001 09:14:10 +0100 (BST) Matt Sergeant [EMAIL PROTECTED] wrote: Amen to that and there is Enhydra on the Java side. To get the functionality of these two frameworks I'd have to integrate many many CPAN modules, keep track of various

Re: Apache growing (memory)

2001-04-25 Thread Matt Sergeant
-allocating memory) -- 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: FW: Tomcat or WebLogic's WebServer?

2001-04-24 Thread Matt Sergeant
On Tue, 24 Apr 2001, Wang, Pin-Chieh wrote: Hi modperl guys, Anybody can confirm about this performance issue? Sorry to sound rude, but why would we care? This is a Java issue, nothing to do with mod_perl. -- Matt/ /||** Founder and CTO ** ** http://axkit.com

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Matt Sergeant
MVC. I have another article on this coming soon that should make things a bit (or a lot) clearer. I'll keep the list informed when it's ready. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Matt Sergeant
people), Mason is more on the dynamic content side of things, and AxKit is more on the static content side of things, but both tools can be used for both types of content. (I hate getting into these things - I wish I'd never brought up Mason or EmbPerl) -- Matt/ /||** Founder and CTO

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Matt Sergeant
apps for multiple delivery targets. The alternative of course it to just plug them both together - AxKit and Mason play nicely together using Apache::Filter (though it's a bit slow). -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Matt Sergeant
with mostly static content? It might stave off more ignorant comments. I'll think about adding it to my .sig :-) -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http://axkit.org ** ** XSLT

Re: ANNOUNCE: Apache::Reload 0.07

2001-04-23 Thread Matt Sergeant
() directives in my modules. If you think so, maybe you should add something to this effect to the docs. I think Stas had something he was looking at for doing this. Stas? -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Matt Sergeant
it that I don't believe have been released yet. Actually that's a good prod - I'll try and put out a new release this weekend. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application Serving ** // ||** http:/

ANNOUNCE: Apache::Reload 0.07

2001-04-22 Thread Matt Sergeant
This is a minor update as promised with some patches from a couple of sources to help reload when "use lib" is in effect. Let me know if it works (or doesn't) please. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd

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 ** \\// //\\ // \\

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: 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: 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: 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

[OT] RE: Getting a Cache::SharedMemoryCache started

2001-03-28 Thread Matt
h in place, however. Removed the option, and IPC::ShareLite compiles and tests fine so my SharedMemoryCache now works as exampled. Thanks Matt

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

Getting a Cache::SharedMemoryCache started

2001-03-27 Thread Matt
( $options ); in my sub handler() { ... } ? If I've got it wrong, can someone give me a clue? Thanks in advance Matt

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: 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: 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:

[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: [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

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

[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: 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

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: 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: [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: 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: 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

DBI-connect SegFault blues

2001-02-25 Thread Matt
r solution to this problem? I can't down the production apache box without good cause as apart from my handler, the box is behaving as expected. BTW I can write trivial DBI scripts which when run from a shell, work fine, it's just when run under a handler (.pm). Any pointers are appreciated Thanks Matt

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

newbie mess

2001-02-16 Thread matt
18:56 0:00 grep httpd [mrogers@panda httpd]$ whoa! what is going on? how can restore this? any ideas would be appreciated!!! thanks, matt

Re: newbie mess

2001-02-16 Thread matt
response... matt 73, Ged.

Re: newbie mess

2001-02-16 Thread matt
that either. thanks again, matt 73, Ged.

[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: 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: 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: 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

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

[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

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

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: 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: [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: [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

<    1   2   3   4   5   6   7   8   9   10   >