Re: [OT] Content- & user management, publishing

2000-08-28 Thread Matt Sergeant
On Mon, 28 Aug 2000, Perrin Harkins wrote: > On Mon, 28 Aug 2000, Matt Sergeant wrote: > > Just to correct things here, Mediasurface is only Java in the client > > editing front end bit > > They actually told me they were using Java servlets for various things, > and seem to be downplaying the p

Re: HTML Template Comparison Sheet ETA

2000-08-28 Thread Nelson Correa de Toledo Ferraz
Hi Drew, > I'm the one who volunteered, and then I went on vacation for a 2 weeks. > I have decided I will have a bare minimum draft done within a week. And > then, as Matt suggested, people can just send > suggestions/corrections/additions and the document will grow. When I > have a draft, I'll

Re: HTML Template Comparison Sheet ETA

2000-08-28 Thread Drew Taylor
Matt Sergeant wrote: > > If nobody is working on it, I suggest just getting 1 or 2 paragraph > synopsis from template authors about thier product. Just compile those > together and then let it evolve as people see other people's paragraphs > and think "Hey I should have mentioned X too...". I wou

Re: HTML Template Comparison Sheet ETA

2000-08-28 Thread Drew Taylor
Matt Sergeant wrote: > > On Tue, 15 Aug 2000, Gunther Birznieks wrote: > > > Is there an ETA on when this will be out? > > > > I know everyone is busy, but I just figured I would ask. There have been > > hundreds of template messages generated in the last weeks on this topic, > > and then it see

Re: Apache::Session and performance question

2000-08-28 Thread Chris Brooks
Perrin, Thanks for the replies. Adding an index made a significant improvement on performance -- it's still three or four times slower than without Apache::Session, but much faster than without the index. Thanks again, Chris Perrin Harkins wrote: > On Mon, 28 Aug 2000, Chris Brooks wrote: > >

Re: PerlAuthenHandler invalid command

2000-08-28 Thread Stas Bekman
On Mon, 28 Aug 2000, Frank Plunkett wrote: > Geoff >I did build with perl Makefile.PL PERL_AUTHEN=1 > >That was the first thing I thought also. How about 'make install' in apache/src directory? > > Frank > > > -Original Message- > From: Geoffrey Young <[EMAIL PROTECTED]> > T

Re: Apache::Request growing httpd

2000-08-28 Thread Jim Winstead
On Aug 28, Dave Thomas wrote: > I applied the patch from the archives but the httpd child process is > still > growing by the size of the file. Is that normal, or is there an update > to the patch that Jim Winstead placed out there > > The system that I am running on is: > SunOS 5.6 on a sparc U

Re: Apache::Session and performance question

2000-08-28 Thread Perrin Harkins
On Mon, 28 Aug 2000, Chris Brooks wrote: > I went back through the documentation on Apache::Session, > Apache::Session::DBIStore, and Apache::DBI, and I haven't found a > problem in the way we have implemented this. Does anyone else have > suggestions, or has anyone else experienced a similar per

Re: [OT] Content- & user management, publishing

2000-08-28 Thread Perrin Harkins
On Mon, 28 Aug 2000, Matt Sergeant wrote: > Just to correct things here, Mediasurface is only Java in the client > editing front end bit They actually told me they were using Java servlets for various things, and seem to be downplaying the perl aspects of the server. Could be just marketing thou

Apache::Request growing httpd

2000-08-28 Thread Dave Thomas
I applied the patch from the archives but the httpd child process is still growing by the size of the file. Is that normal, or is there an update to the patch that Jim Winstead placed out there The system that I am running on is: SunOS 5.6 on a sparc Ultra-1 Thanks in advance for any he

RE: PerlAuthenHandler invalid command

2000-08-28 Thread Stas Bekman
On Mon, 28 Aug 2000, Geoffrey Young wrote: > build mod_perl with > > perl Makefile.PL EVERTHING=1 > or PERL_AUTHEN=1 EVERYTHING=1 of course :) I don't think MakeMaker uses Soundex module yet :) > > HTH > > --Geoff > > > -Original Message- > > From: Frank Plunkett [mailto:[EMAIL P

Re: PerlAuthenHandler invalid command

2000-08-28 Thread Frank Plunkett
Geoff I did build with perl Makefile.PL PERL_AUTHEN=1 That was the first thing I thought also. Frank -Original Message- From: Geoffrey Young <[EMAIL PROTECTED]> To: 'Frank Plunkett' <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, August 28, 2000 3:40 PM S

Re: [OT] Content- & user management, publishing

2000-08-28 Thread Stas Bekman
On Mon, 28 Aug 2000, Christian Jaeger wrote: > Hello! > > I don't know a better place to discuss this, please tell me if you know > (mailing lists preferred). > > Here at ETH Zurich (swiss federal institute of technology) we want to build > a daily online journal. One of the suggestions (mine)

RE: PerlAuthenHandler invalid command

2000-08-28 Thread Geoffrey Young
build mod_perl with perl Makefile.PL EVERTHING=1 or PERL_AUTHEN=1 HTH --Geoff > -Original Message- > From: Frank Plunkett [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 28, 2000 3:31 PM > To: [EMAIL PROTECTED] > Subject: PerlAuthenHandler invalid command > > > Hi modperites, >

PerlAuthenHandler invalid command

2000-08-28 Thread Frank Plunkett
Hi modperites, I keep receiving the following error message when starting httpd: Syntax error on line 99 of /usr/local/apache/conf/httpd.conf: Invalid command 'PerlAuthenHandler', perhaps mis-spelled or defined by a module not included in the server configuration my httpd.co

Re: [OT] Content- & user management, publishing

2000-08-28 Thread Matt Sergeant
On Mon, 28 Aug 2000, Perrin Harkins wrote: > On Mon, 28 Aug 2000, Christian Jaeger wrote: > > - is anything like the mentioned things already existent? (mainly: database > > based content management system, and something of a sophisticated user > > management) (We would probably even pay for it i

Re: Apache::Session and performance question

2000-08-28 Thread Chris Brooks
Hi again to the list, I went back through the documentation on Apache::Session, Apache::Session::DBIStore, and Apache::DBI, and I haven't found a problem in the way we have implemented this. Does anyone else have suggestions, or has anyone else experienced a similar performance hit? Thanks, Chr

Re: Bug in Apache::ASP XMLSubs when an argument includes '>'-characte rs?

2000-08-28 Thread Joshua Chamas
My personal feeling about XMLSubs is that it should take the code out of the HTML to some perl library. So to use an XMLSub with perl expression as the args to the tag though possible is not what I would recommend. To do what you want below, I would recommend having all of the logic in the perl

Re: [OT] Content- & user management, publishing

2000-08-28 Thread Perrin Harkins
On Mon, 28 Aug 2000, Christian Jaeger wrote: > - is anything like the mentioned things already existent? (mainly: database > based content management system, and something of a sophisticated user > management) (We would probably even pay for it if that matters) There are lots, but the only ones I

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Dmitry Beransky
>I'm still using good ol' 5.005 :) I just tried your Debug=1 suggestion >(BTW, it doesn't appear to be documented in XML::XPath) and the output >seems identical for both the ASP and the "offline" versions of the >script. I guess I'll have to dive into XPath internals and place a few >trace stat

Apache::Icon SIGHUP does not read directives

2000-08-28 Thread George Sanderson
I have very strange problem. With a minimum configuration, (httpd -l) gives: Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_dir.c mod_alias.c mod_access.c mod_perl.c suexec: enabled; valid wrapper /usr/local/apache/bin/suexec and wi

Apache::SSI Date formats

2000-08-28 Thread Simon_Wilcox
Apache 1.3.12, mod_perl 1.24, Apache::SSI 2.13, Date::Format 2.08 I've had problems with date formats in Apache::SSI. The behaviour of mod_include is to apply the configuration directive to all date formats. Apache::SSI does not seem to be applying the format. Examining the

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Paul Lindner
On Mon, Aug 28, 2000 at 07:11:17AM -0700, Dmitry Beransky wrote: > > I don't know why its working on the command line and not in your web > > page. Seems very odd to me. Have you tried setting $XML::XPath::Debug=1 > > and seeing if that shows anything suspect (expect LOTS of stuff to come > > out)

Re: Getting data from external URL

2000-08-28 Thread Matt Sergeant
On Mon, 28 Aug 2000, Jeff Beard wrote: > I just wrote a function yesterday that uses IO::Socket to interact with an > outside CGI program. It appears to work the way I want but this is my first > foray into writing TCP client code. > > It's basically this: > > sub tcp_client { > my ( $rh

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Dmitry Beransky
> I don't know why its working on the command line and not in your web > page. Seems very odd to me. Have you tried setting $XML::XPath::Debug=1 > and seeing if that shows anything suspect (expect LOTS of stuff to come > out). Also note that XML::XPath doesn't work with Perl 5.6 yet. I'm > uploadi

Re: Getting data from external URL

2000-08-28 Thread Jeff Beard
I just wrote a function yesterday that uses IO::Socket to interact with an outside CGI program. It appears to work the way I want but this is my first foray into writing TCP client code. It's basically this: sub tcp_client { my ( $rhost, $rport, $query_string ) = @_; my $socket = IO

Re: [OT] Content- & user management, publishing

2000-08-28 Thread Matt Sergeant
On Mon, 28 Aug 2000, Christian Jaeger wrote: > Hello! > > I don't know a better place to discuss this, please tell me if you know > (mailing lists preferred). > > Here at ETH Zurich (swiss federal institute of technology) we want to build > a daily online journal. One of the suggestions (mine)

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Dmitry Beransky
> Why don't you use XMLSubs to catch the data with a custom > tag, and then process the data with XPath... you could register > the data in a global, and then process it later in your script > if you like? It just killed me to see this kind of construct > in an ASP script: Actually, that's exact

[OT] Content- & user management, publishing

2000-08-28 Thread Christian Jaeger
Hello! I don't know a better place to discuss this, please tell me if you know (mailing lists preferred). Here at ETH Zurich (swiss federal institute of technology) we want to build a daily online journal. One of the suggestions (mine) is to build it with perl. It should be based on XML, and the

RE: Bug in Apache::ASP XMLSubs when an argument includes '>'-characte rs?

2000-08-28 Thread Bryan McGuire
What 'bout $sv=$$hashref{key} instead of $sv=$hashref->{key}? It's one less character of typing so it's easier on your fingers too! -Original Message- From: Henrik Tougaard [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 4:59 AM To: '[EMAIL PROTECTED]' Cc: 'Joshua Chamas' Subject

Re: Getting data from external URL

2000-08-28 Thread Stas Bekman
On Mon, 28 Aug 2000, Steve Reppucci wrote: > > Just a word of warning: LWP::Simple doesn't follow redirects (at least, > the last I checked, not sure if it's been changed in the 3 or 4 > months since I've last used it...), so you need to be certain that you're > using it in a context where you'r

Re: Getting data from external URL

2000-08-28 Thread Steve Reppucci
Just a word of warning: LWP::Simple doesn't follow redirects (at least, the last I checked, not sure if it's been changed in the 3 or 4 months since I've last used it...), so you need to be certain that you're using it in a context where you're fetching something that won't return a redirect. HT

RE: Bug in Apache::ASP XMLSubs when an argument includes '>'-characte rs?

2000-08-28 Thread Henrik Tougaard
Joshua Chamas wrote: > > I think > is just about the only thing that you can't use as > a character in the attributes for an XMLSubs and that's because > it gets parsed with an aggressive ( or stupid ;) regexp like: > > $$data =~ s|\<\s*($self->{xml_subs_match})([^\>]*)/\> Pity! I would

Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread David Hodgkinson
[EMAIL PROTECTED] writes: > In modperl, you wrote: > > > >"Ime Smits" <[EMAIL PROTECTED]> writes: > > > >> You should compose a multi-part mime message in that case. I'm not sure if > >> there are modules around to do that in perl... > > > >That would be Mime::Lite. > > Actually, that would be

Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread marcel
In modperl, you wrote: > >"Ime Smits" <[EMAIL PROTECTED]> writes: > >> You should compose a multi-part mime message in that case. I'm not sure if >> there are modules around to do that in perl... > >That would be Mime::Lite. Actually, that would be MIME::Lite. -- Marcel Gr\"unauer - Codewerk pl

Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread David Hodgkinson
"Ime Smits" <[EMAIL PROTECTED]> writes: > You should compose a multi-part mime message in that case. I'm not sure if > there are modules around to do that in perl... That would be Mime::Lite. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highwa

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Matt Sergeant
On Sun, 27 Aug 2000, Dmitry Beransky wrote: > Hi, > > Well, it's not that it doesn't work, rather I can't get it work and this > has been driving me nuts for two weeks (on and off). I must be missing > something obvious, but I can't figure out what it is. Anyway, here's the > problem: > > Whe

Re: XML::XPath in APache::ASP -> doesn't work

2000-08-28 Thread Joshua Chamas
Dmitry Beransky wrote: > > Hi, > > Well, it's not that it doesn't work, rather I can't get it work and this > has been driving me nuts for two weeks (on and off). I must be missing > something obvious, but I can't figure out what it is. Anyway, here's the > problem: > > When the following asp