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
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
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
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
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:
> >
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
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
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
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
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
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
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
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)
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,
>
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
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
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
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
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
>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
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 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
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)
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
> 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
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
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)
> 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
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
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
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
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
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
[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
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
"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
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
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
38 matches
Mail list logo