Re: Mason vs embperl

2001-12-20 Thread dom
So I installed and compared. I preferred the syntax of Mason, the flexible way to build components, the caching ... it have to be said here that I choose Mason ... I agree, the caching is very good and one gets up and running in no time with Mason. However, I find it imposes too much of a

RE: Tips tricks needed :)

2001-12-20 Thread Matt Sergeant
-Original Message- From: Tatsuhiko Miyagawa [mailto:[EMAIL PROTECTED]] On Wed, 19 Dec 2001 16:01:22 - Matt Sergeant [EMAIL PROTECTED] wrote: Actually I was wondering about writing an Apache::Singleton class, that works the same as Class::Singleton, but clears the

ANNOUNCE: Apache:Singleton 0.01 (Re: Tips tricks needed :))

2001-12-20 Thread Tatsuhiko Miyagawa
On Thu, 20 Dec 2001 08:57:32 - Matt Sergeant [EMAIL PROTECTED] wrote: Yeah, just like that. Why don't you wrap it up and stick it on CPAN? Saves me another module :-) Okay ;) The URL http://bulknews.net/lib/archives/Apache-Singleton-0.01.tar.gz has entered CPAN as file:

Re: Tips tricks needed :)

2001-12-20 Thread Mark Fowler
(sorry to break threading but I'm getting this from multiple lists) that IE 6 (beta at the time) considered my cookies to be third party because I used frame-based domain redirection and by default would not accept them. You need to include a P3P header in your HTTP header that contains a

Re: [OT] Tips tricks needed :)

2001-12-20 Thread Mark Maunder
Mark Fowler wrote: I'd really appreciate it other people could check this and confirm that IE6 is not offering any actual privacy level protection and is just discriminated against people that don't have P3P headers. I tried a few header combinations before I got IE6 to send cookies in

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Philip Mak
On Thu, 20 Dec 2001, Jeremy Howard wrote: Note that mod_accel can also be called by utilising the mod_rewrite [P] directive, just like with mod_proxy. If I put [P] in a RewriteRule, how does Apache know whether I want it to use mod_proxy or mod_accel? AccelSet* adds X-* headers to the

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Jeremy Howard
Philip Mak wrote: In ftp://ftp.lexa.ru/pub/apache-rus/contrib/ (where I have been told to download mod_accel/mod_deflate from before), I see another file called mod_realip-1.0.tar.gz just released one week ago. From looking at the keywords in the documentation, it looks like a module to be

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Philip Mak wrote: On Thu, 20 Dec 2001, Jeremy Howard wrote: Note that mod_accel can also be called by utilising the mod_rewrite [P] directive, just like with mod_proxy. Even more. You can use mod_accel/mod_rewrite/mod_include: RewriteRule ^/one.html$

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Jeremy Howard wrote: Thank you, Jeremy. Here is some comments. OK, enough evangelism. On to practical matters. Many of the following snippets and comments were provided to me by Igor in private email, so thank him, not me. Firstly, here's how to compile everything

Re: Tips tricks needed :)

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Mark Fowler wrote: (sorry to break threading but I'm getting this from multiple lists) that IE 6 (beta at the time) considered my cookies to be third party because I used frame-based domain redirection and by default would not accept them. You need to include a

Re[2]: Mason vs embperl

2001-12-20 Thread C.Hauser - IT assistance GmbH
So I installed and compared. I preferred the syntax of Mason, the flexible way to build components, the caching ... it have to be said here that I choose Mason ... I agree, the caching is very good and one gets up and running in no time with Mason. However, I find it imposes too much of

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Thomas Eibner wrote: On Thu, Dec 20, 2001 at 07:04:50AM -0500, Philip Mak wrote: AccelSet* adds X-* headers to the request to the backend. This is useful to know what the original request details were. In ftp://ftp.lexa.ru/pub/apache-rus/contrib/ (where I have

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Igor Sysoev wrote: On Thu, 20 Dec 2001, Thomas Eibner wrote: On Thu, Dec 20, 2001 at 07:04:50AM -0500, Philip Mak wrote: AccelSet* adds X-* headers to the request to the backend. This is useful to know what the original request details were. In

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Stas Bekman
Jeremy Howard wrote: Igor Sysoev mentioned recently on this list that he has written a module called 'mod_accel' that provides a caching HTTP accelerator, as well as a mod_gzip replacement called 'mod_deflate'. These modules are both used on Kaspersky labs' busy sites, as well as at the

Re: [VERY OT] How to Use Apache as a FTP server

2001-12-20 Thread George Sanderson
I somehow missed the first part of this email thread (from anandr). The Apache::OpenIndex module (when loaded on the Apache server) provides a way to upload and download files using a http browsers. A demo is available at: http://www.xorgate.com/Apache/OpenIndex At 03:55 PM 12/19/2001 +0200,

Re: Tips tricks needed :)

2001-12-20 Thread Perrin Harkins
Like this? (using register_cleanup instead of pnotes) Better to use pnotes. I started out doing this kind of thing with register_cleanup and had problems like random segfaults. I think it was because other cleanup handlers sometimes needed access to these resources. - Perrin

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Vivek Khera
IS == Igor Sysoev [EMAIL PROTECTED] writes: IS There is one drawback in setting r-connection-remote_addr. IS If you want to disable direct access to backend then you can't do it IS with mod_access - you need to configure firewall. I always bind my back-end to a private IP space (either

Re: Tips tricks needed :)

2001-12-20 Thread Joachim Zobel
At 10:50 19.12.01 +0200, you wrote: 4. [...] Ok, let's say we even somehow make these formulas general enough to use, but where shall the calculation take place? Postgres stored procs or in perl code/module (i think this) or even in TT? Constans will be in db. I tend to do calculations involving

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Igor Sysoev
On Thu, 20 Dec 2001, Stas Bekman wrote: Jeremy Howard wrote: Igor Sysoev mentioned recently on this list that he has written a module called 'mod_accel' that provides a caching HTTP accelerator, as well as a mod_gzip replacement called 'mod_deflate'. These modules are both used on

Re: Tips tricks needed :)

2001-12-20 Thread Rob Nagler
By the way, is there a perl module to do calculations with money? We use Math::BigInt to do fixed point. We couldn't get the other math modules to work a few years back. Our wrapper (Bivio::Type::Number) normalizes the rounding and allows subclasses to specify precision, decimals, min, max,

Re: Tips tricks needed :)

2001-12-20 Thread Perrin Harkins
By the way, is there a perl module to do calculations with money? There's Math::Currency. - Perrin

File handle, STDOUT, help

2001-12-20 Thread Tripp Donnelly
Please forgive me if this is in the documentation somewhere. I have been unable to find it. Also, please note, although I am not a novice at Perl, the more interesting uses of file handles, STDOUT, redirection and such are over my head. I'm having a problem with a mod_perl app I'm working on.

Fwd: SULFNBK.EXE Hoax

2001-12-20 Thread Paul
Symantec Security Response encourages you to ignore any messages regarding this hoax. It is harmless and is intended only to cause unwarranted concern. http://www.symantec.com/avcenter/venc/data/sulfnbk.exe.warning.html (Please forgive the spam.)

apologies

2001-12-20 Thread Paul
-With sincere apologies, I just sent a message to my entire distribution list, forgetting that it included listservers. I'll try to avoid this mistake in the future. Paul __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of

Re: PerlWarn and syslog

2001-12-20 Thread Lance Uyehara
On Thu, Dec 06, 2001 at 02:11:28PM -0800, Lance Uyehara wrote: I am using apache+mod_perl and have: ErrorLog syslog PerlWarn On However the warning don't come out. If I change to ErrorLog /var/log/logfile or something similar then the warning start appearing. How do I get the

Re: PerlWarn and syslog

2001-12-20 Thread Geoffrey Young
If you just print to STDERR you might want to look at Apage::LogSTDERR on CPAN. I took at look on CPAN and was unable to find this module or any reference to it. Any idea if it has been merged into some other module or if it has just gone away? over the years, the folks at critical

Re: Report on mod_accel and mod_deflate

2001-12-20 Thread Stas Bekman
Igor Sysoev wrote: On Thu, 20 Dec 2001, Stas Bekman wrote: Jeremy Howard wrote: Igor Sysoev mentioned recently on this list that he has written a module called 'mod_accel' that provides a caching HTTP accelerator, as well as a mod_gzip replacement called 'mod_deflate'. These modules are

mixing cgi-bin mod_perl

2001-12-20 Thread Miroslav Madzarevic
The scenario: There are two folders /cgi-binwith plain perl cgi /mod-perl with Apache::Registry scripts The application is being moved from cgi to mod_perl (Apache::Registry) one script at a time. My friend has a strange idea. He wants to mix cgi-bin mod_perl by testing all of

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Thomas Eibner
On Thu, Dec 20, 2001 at 09:41:31PM +0100, Miroslav Madzarevic wrote: The scenario: There are two folders /cgi-binwith plain perl cgi /mod-perl with Apache::Registry scripts The application is being moved from cgi to mod_perl (Apache::Registry) one script at a time. My

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Perrin Harkins
He wants to mix cgi-bin mod_perl by testing all of the scripts in cgi-bin and putting one cgi-script at a time into mod-perl folder. A very simple way to do this is to use Location directives to add them to PerlRun one at a time: Location /cgi-bin/some_scr.pl SetHandler perl-script

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Paul Lindner
On Thu, Dec 20, 2001 at 09:41:31PM +0100, Miroslav Madzarevic wrote: The scenario: There are two folders /cgi-binwith plain perl cgi /mod-perl with Apache::Registry scripts The application is being moved from cgi to mod_perl (Apache::Registry) one script at a time. My

What phase am I in?

2001-12-20 Thread Dave Rolsky
I've looked through the mod_perl docs and guide and am unable to find something that I can use in a handler to figure out what the current phase is. This seems like such an obvious thing that I can't believe it doesn't exist. Therefore I will conclude that I'm completely blind. Anyone care to

Re: What phase am I in?

2001-12-20 Thread Perrin Harkins
I've looked through the mod_perl docs and guide and am unable to find something that I can use in a handler to figure out what the current phase is. This seems like such an obvious thing that I can't believe it doesn't exist. Therefore I will conclude that I'm completely blind. Anyone care

Re: What phase am I in?

2001-12-20 Thread Dave Rolsky
On Thu, 20 Dec 2001, Perrin Harkins wrote: I've looked through the mod_perl docs and guide and am unable to find something that I can use in a handler to figure out what the current phase is. This seems like such an obvious thing that I can't believe it doesn't exist. Therefore I will

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Luciano Miguel Ferreira Rocha
I would just use: find . -type f -print0 | xargs -0 perl -spi -e 's/cgi-bin\/some_scr.pl/mod-perl\/some_scr.pl/g;' Regards, Luciano Rocha -- Luciano Rocha, [EMAIL PROTECTED] The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen

[JOB] Webmaster with lite programming

2001-12-20 Thread Aaron Johnson
The job is on site in Chicago and would require a wide range of talent, including , but not limited to: Ability to create/write/edit content for the web site Ability to work in a FreeBSD or Linux server environment Able to troubleshoot and modify existing code that someone else has created Able

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Randal L. Schwartz
Luciano == Luciano Miguel Ferreira Rocha [EMAIL PROTECTED] writes: Luciano I would just use: Luciano find . -type f -print0 | xargs -0 perl -spi -e 's/cgi-bin\/some_scr.pl/mod-perl\/some_scr.pl/g;' Ewww. Why two processes? use File::Find; @ARGV = (); find sub { push @ARGV,

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Luciano Miguel Ferreira Rocha
On Thu, Dec 20, 2001 at 03:16:48PM -0800, Randal L. Schwartz wrote: Luciano find . -type f -print0 | xargs -0 perl -spi -e 's/cgi-bin\/some_scr.pl/mod-perl\/some_scr.pl/g;' Ewww. Why two processes? Because I would rather type only a single line to do what a 8 line program will do. What's

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Hans Poo
El Jue 20 Dic 2001 20:46, Luciano Miguel Ferreira Rocha escribió: On Thu, Dec 20, 2001 at 03:16:48PM -0800, Randal L. Schwartz wrote: Luciano find . -type f -print0 | xargs -0 perl -spi -e 's/cgi-bin\/some_scr.pl/mod-perl\/some_scr.pl/g;' Ewww. Why two processes? Because I would

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Luciano Miguel Ferreira Rocha
On Thu, Dec 20, 2001 at 09:29:26PM -0300, Hans Poo wrote: I think Randall is just trying to show a cool application of File::Find, and int the menatime save some CPU and memory cycles. Sorry, I didn't mean to be or sound harsh... My apologies to Randall and everybody on this list

Re: Tips tricks needed :)

2001-12-20 Thread Tatsuhiko Miyagawa
On Thu, 20 Dec 2001 11:51:30 -0500 Perrin Harkins [EMAIL PROTECTED] wrote: Like this? (using register_cleanup instead of pnotes) Better to use pnotes. I started out doing this kind of thing with register_cleanup and had problems like random segfaults. I think it was because other

Employment Inquiry

2001-12-20 Thread Medi Montaseri
Reluctantly posting this inquiry. Pardon in advance. I'm a GNU software and infrastructure engineer looking for work in Northern California (Bay area). Please let me know if I can help out in a full time or per project basis. See http://.CyberShell.com/resume Thank you --

cvs commit: modperl-site/guide install.html

2001-12-20 Thread stas
stas01/12/20 23:43:38 Modified:guideinstall.html Log: s|www.perl.com/CPAN-local|www.cpan.org|g as the later doesn't feature multiplexing Revision ChangesPath 1.23 +1 -1 modperl-site/guide/install.html Index: install.html