Re: RFC: Apache::FileMan

2000-12-18 Thread George Sanderson
At 04:55 PM 12/18/00 -0800, you wrote: >On Dec 18, George Sanderson wrote: >> At 01:40 PM 12/18/00 -0800, you wrote: >a matter of taste, of course. it also depends on your target audience. > The user interface is the most sacred information ground. It's application depends on the requirements (mar

Re: RFC: Apache::FileMan

2000-12-18 Thread Jim Winstead
On Dec 18, George Sanderson wrote: > At 01:40 PM 12/18/00 -0800, you wrote: > >you should take a look at the interface of the file management of > >some of the free webspace providers. > > I have looked at some of these. They do not look and feel like a file > manager. They tend to be fragmented

Re: RFC: Apache::FileMan

2000-12-18 Thread George Sanderson
At 01:40 PM 12/18/00 -0800, you wrote: >you should take a look at the interface of the file management of >some of the free webspace providers. > I have looked at some of these. They do not look and feel like a file manager. They tend to be fragmented and wordy. > >i haven't really looked at the

RE: Unset PerlAuthenHandler (I wish)

2000-12-18 Thread Jesse Erlbaum
Hey Jeff -- For that same situation, I've rolled my own Authz handler which provides a "require nothing" directive. In my Authz handlers, if you put "require nothing" in your .htaccess file, all requests will be Authorized. This is essential for things like the login screen, etc. Rolling your

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Andreas Marienborg
On Mon, 18 Dec 2000, Aaron E. Ross wrote: > at a time earlier than now, Andreas Marienborg wrote: > > I just can't seem to find any info on how to specify that Apache::Session > > should create session_id's that are shorter than 32 hex chars? could > > someone point me in the right direction?? >

Re: Unset PerlAuthenHandler (I wish)

2000-12-18 Thread Jim Winstead
On Dec 18, Jeff Sheffield wrote: > Ok, essentially I want all but one directory on the > server to be password protected. > I want 1 directory to have the "I forgot my password" > functionality. > > I am using Mason. > and setting SetHandler default-handler has undesired results. > i.e. mason

Unset PerlAuthenHandler (I wish)

2000-12-18 Thread Jeff Sheffield
Ok, essentially I want all but one directory on the server to be password protected. I want 1 directory to have the "I forgot my password" functionality. I am using Mason. and setting SetHandler default-handler has undesired results. i.e. mason files do not get parsed. Essentially I want to d

JOB: NYC Perl Programmers needed!

2000-12-18 Thread Jesse Erlbaum
NYC Perl Programmers needed! Vanguard Media is looking for skilled, detail-oriented Perl/CGI programmers to work on Web-Application development projects! Skills Required: * Perl 5 * CGI * SQL * CGI.pm * Apache * mod_perl * UNIX * Object-Oriented Programming methodologies * OOP in Perl 5 * Refere

Re: RFC: Hello World 2000 Benchmark

2000-12-18 Thread Perrin Harkins
On Mon, 18 Dec 2000, Joshua Chamas wrote: > The rand() is only in there to prevent a language compiler > from rendering the whole thing static if it were able to > guess that all of the variables would be knowable by > unwinding the for loops. Instead of using a random number, why don't you pa

Re: ANNOUNCEMENT: NEW VERSION: HTML::Template 2.1

2000-12-18 Thread Sam Tregar
On Mon, 18 Dec 2000, Eric Cholet wrote: > > ANNOUNCEMENT: NEW VERSION: HTML::Template 2.1 > > Does it support ELSIF yet? Nope, but you can build your own now with the new filter option. I expect someone to post up an "ELSIF" => "ELSE IF" filter to the HTML::Template mailinglist any time now. -

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Aaron E. Ross
at a time earlier than now, Andreas Marienborg wrote: > I just can't seem to find any info on how to specify that Apache::Session > should create session_id's that are shorter than 32 hex chars? could > someone point me in the right direction?? Just write a module to sub class Apache::Session. A

RE: Apache::Compress patch

2000-12-18 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 14, 2000 8:34 AM > To: 'Ken Williams' > Cc: '[EMAIL PROTECTED]' > Subject: Apache::Compress patch > > > hi ken... > > > something has been bugging me in Apache::Compress for a while now

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-18 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: > > On Mon, Dec 18, 2000 at 10:37:16AM -0800, Joshua Chamas wrote: > > > > Please feel free to run the tests yourself, and if you give > > me the results, I'll be sure to post them at a later date > > at http://www.chamas.com/bench/ . You can grab the benchmarks > > from

Problems doing uploads

2000-12-18 Thread Per 'stripe' Moeller
Following the examples in perldoc for Apache::Request regarding uploading files through a webpage, I have had the following problems: 1. Apache uses 140Mb of memory when I upload a 10Mb file. 2. Apache does not free up any of that memory, after it has finished processing the request. 3. Getting t

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-18 Thread newsreader
On Mon, Dec 18, 2000 at 10:37:16AM -0800, Joshua Chamas wrote: > > Please feel free to run the tests yourself, and if you give > me the results, I'll be sure to post them at a later date > at http://www.chamas.com/bench/ . You can grab the benchmarks > from http://www.chamas.com/bench/hello.tar

Re: (Beginner) mod_Perl hosting scarce?

2000-12-18 Thread Stas Bekman
On Mon, 18 Dec 2000, Garry Heaton wrote: > I'm considering studying mod_Perl with the O'Reilly book "Programming Apache > Modules with Perl & C" . I've heard it's the only way to run Perl at > performance speeds comparable to other popular template-based technologies > such as JSP and ASP. Howeve

Re: backtick behavior

2000-12-18 Thread Reini Urban
Joshua Chamas wrote: > If you want to make that console go away I believe there is > something you can do to a windows executable to take away > the console requirement if it has one, but I can't remember > off the top of my head. I would check with the ActiveState > perl win32 lists. MSVC: e

Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Andreas Marienborg
I just can't seem to find any info on how to specify that Apache::Session should create session_id's that are shorter than 32 hex chars? could someone point me in the right direction?? thanks in advance Andreas -- Andreas Marienborg +47 92 28 63 82 [EMAIL PROTECTED]

Re: RFC: Hello World 2000 Benchmark

2000-12-18 Thread Joshua Chamas
Gunther Birznieks wrote: > > And a partridge in a pear tree :) Sorry... it's just stupid xmas carols. > You've got the spirit. :) > Anyway, if you are splitting out the DB side for later then why not do the > same for language features and template features? Here they are both rolled > int

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-18 Thread Joshua Chamas
JR Mayberry wrote: > > I strongly dislike the benchmarks on the below URL, its very > misleading.. > > The Modperl handler benchmark, which was done on a dual P3 500mhz on > Linux does serious injustice to mod_perl. Anyone who uses Linux knows > how horrible it is on SMP, I think some tests show

RE: (Beginner) mod_Perl hosting scarce?

2000-12-18 Thread Fred Read
Hi. I've been following the mod_perl list for a little while, but have been fairly quiet. I work with a guy named Steve Vetzal at Dabax Inc. We do development with mod_perl/Mason, and host all our stuff with a company called Web In Motion. They don't list their pricing for the mod_perl stuff onlin

Re: is morning bug still relevant?

2000-12-18 Thread ed phillips
Please use the MySQL modules list. Responses are timely. ;-) ed Subscribe: Vivek Khera wrote: > > "SV" == Steven Vetzal <[EMAIL PROTECTED]> writes: > > SV> Greetings, > >> to say "ping doesn't work in all cases" without qualifiying why and/or > >> which drive

Re: (Beginner) mod_Perl hosting scarce?

2000-12-18 Thread Rod Butcher
Garry, I can offer you free mod_perl hosting for low volume study-related stuff. If you go commercial I'd have to charge. regards rod - Original Message - From: "Garry Heaton" <[EMAIL PROTECTED]> To: "mod_Perl" <[EMAIL PROTECTED]> Sent: Tuesday, December 19, 2000 3:01 AM Subject: (Beginne

Re: (Beginner) mod_Perl hosting scarce?

2000-12-18 Thread Philip Mak
On Mon, 18 Dec 2000, Garry Heaton wrote: > My projects would typically involve small business online databases. If I'm > going to have trouble finding hosts it might be best to use JSP or ASP. > What's the current situation on this one? It is true that less hosts offer mod_perl hosting due to th

(Beginner) mod_Perl hosting scarce?

2000-12-18 Thread Garry Heaton
I'm considering studying mod_Perl with the O'Reilly book "Programming Apache Modules with Perl & C" . I've heard it's the only way to run Perl at performance speeds comparable to other popular template-based technologies such as JSP and ASP. However, as a Perl beginner it will be a steep learning

Re: Precompile to protect code?

2000-12-18 Thread Matt Sergeant
On Mon, 18 Dec 2000, Jason Leidigh wrote: > I have a mod_perl module which I would like to protect. The code is > very "private" and I would like to have it exist only as perl byte > code... which can be used each time the server may be restarted... is > this possible? How? Thanks in advance a

[JOB] Sr Web Developers

2000-12-18 Thread Tony Demark
[ Crossposted: mason and modperl mailling lists ] I am in the process of obtaining talent to fill-out our Technology Group here at GoodCompany. We are looking for experienced Perl programmers with web and SQL experience who are seeking a position where they will be able to provide critical input

Re: Precompile to protect code?

2000-12-18 Thread Ernest Lergon
Jason Leidigh wrote: > > I have a mod_perl module which I would like to protect. The code > is very "private" and I would like to have it exist only as perl byte > code... which can be used each time the server may be restarted... is > this possible? How? Just out of my head: Make a directory

RE: is morning bug still relevant?

2000-12-18 Thread Vivek Khera
> "SV" == Steven Vetzal <[EMAIL PROTECTED]> writes: SV> Greetings, >> to say "ping doesn't work in all cases" without qualifiying why and/or >> which drivers that applies to. SV> We've had to write our own ->ping method for the MySQL DBD SV> driver. Our developer tried to track down a mainta

Precompile to protect code?

2000-12-18 Thread Jason Leidigh
I have a mod_perl module which I would like to protect.  The code is very "private" and I would like to have it exist only as perl byte code... which can be used each time the server may be restarted... is this possible?  How?  Thanks in advance and to those wo responded to may last question

[news] tpc5cfp, perl5.6.1trial, mod_perl/AP

2000-12-18 Thread Stas Bekman
Forwarding relevant to us interesting bits: -- Forwarded message -- Date: Mon, 18 Dec 2000 09:01:03 -0500 (EST) From: Perl News Proprietor <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Perl News List <[EMAIL PROTECTED]> Subject: [Perl News] December 18, 2000 18 December 200

ANNOUNCE: Apache::VMonitor 0.6

2000-12-18 Thread Stas Bekman
The uploaded file Apache-VMonitor-0.6.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-VMonitor-0.6.tar.gz size: 18845 bytes md5: 2c224f8cce354833ebc9c23944f83d0a please allow a few hours for CPAN mirror to catch up with this update Changes: * patch for perl5.005

RE: Apache::Reload and environment variables

2000-12-18 Thread Mark Doyle
On Monday, December 18, 2000, at 09:23 AM, Geoffrey Young wrote: > well, it's not the same - what he means is for you to export ORACLE_HOME in > /etc/passwd or somesuch > > DBD::Oracle needs ORACLE_HOME set at compile time - for Registry scripts its > ok to PerlSetEnv so that when your .cg

[DIGEST] mod_perl digest 12/10/2000

2000-12-18 Thread Geoffrey Young
-- mod_perl digest December 10, 2000 - December 16, 2000 -- Recent happenings in the mod_perl world... Features

RE: Apache::Reload and environment variables

2000-12-18 Thread Geoffrey Young
> -Original Message- > From: Mark Doyle [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 15, 2000 4:06 PM > To: Jimi Thompson > Cc: [EMAIL PROTECTED] > Subject: Re: Apache::Reload and environment variables > > > > On Friday, December 15, 2000, at 04:01 PM, Jimi Thompson wrote: > >

Re: Linux Hello World Benchmarks: +PHP,JSP,ePerl

2000-12-18 Thread JR Mayberry
I strongly dislike the benchmarks on the below URL, its very misleading.. The Modperl handler benchmark, which was done on a dual P3 500mhz on Linux does serious injustice to mod_perl. Anyone who uses Linux knows how horrible it is on SMP, I think some tests showed it uses as litle as 25% of the

Re: RFC: Hello World 2000 Benchmark

2000-12-18 Thread Gunther Birznieks
At 03:53 PM 12/17/00 -0800, Joshua Chamas wrote: >Hey, > > > 2+ levels of code layering > 1 rand() value per request > 6 for loops executed > 20 additions (float & integer) > 10 lval assignments > 200 variables inline > 202+ chuncks of static html rendered > Over 2900 byte template

RE: backtick behavior

2000-12-18 Thread Rufus . Cable
I'm curious about this, as I did exactly the same under CGI just a couple of days ago. The console behaviour is different under mod_perl... With regular CGI, the backticks capture STDOUT with no extra code - the same code in a mod_perl handler always brings up a console window. I've tried using th

Re: How to ...

2000-12-18 Thread Stas Bekman
On Mon, 18 Dec 2000, Kok Wei wrote: > How do I unsubcribe from this mailing list? The instructions are in the header of the message and on the site: list-help: list-unsubscribe: list-post: > Koh Kok Wei > Web D

Re: why is it so gay?

2000-12-18 Thread Piers Cawley
What does the happiness or otherwise of mod_perl have to do with anything? And if you're referring to its sexuality then I'm even more confused. It's a *thing*, it isn't sexually attracted to anything. -- Piers

How to ...

2000-12-18 Thread Kok Wei
How do I unsubcribe from this mailing list? Koh Kok Wei Web Developer Biodata Information Technology (Malaysia) Sdn. Bhd. Level 59, Tower 2, Petronas Twin Towers Kuala Lumpur City Centre 50088 Kuala Lumpur MALAYSIA Mobile: +60122310095 Tel: +6033820667 E-Mail: [EMAIL PROTECTED] http://www.biodat

Re: RFC: Hello World 2000 Benchmark

2000-12-18 Thread Joshua Chamas
Perrin Harkins wrote: > > This sounds great, but the code snippet you included makes it look like > the rand() value will have an effect on the number of bytes returned. > This is probably not a good idea, since that would allow many other > factors to affect the results. I suggest making sure t