RE: WindowsNT Explorer like look and feel??

2000-04-19 Thread Kees Vonk 7249 24549
Does anyone know of an easy way to get a WindowsNT explorer (expanding directory/folder) lokk and feel using modperl? I know this is off topic, but have a look at http://www.alchemy-computing.co.uk/joust/ which is a (free) javascript implementation that gives you more or less what you want

Re: Implementing security in CGI

2000-04-19 Thread Differentiated Software Solutions Pvt. Ltd.
Hi, My question is much more basic than that. I wanted to validate my design ideas on a programmatic security. I would like somebody to go through the following and tell me that I'm on the right track. The idea I had was, at the time of login, I generate the session id which I write to the

Re: mod_perl/apache and db/content server

2000-04-19 Thread Stas Bekman
On Tue, 18 Apr 2000, Angel R. Rivera wrote: hanks a lot that does help. We will not be using apache/mod_perl or DBI on the DS20. It will only be a content server (containing the actual HTML pages) and database server (PostgreSQL and Oracle) everything else will handled by unix and linux

Re: Implementing security in CGI

2000-04-19 Thread Adi
Murali, Yes I have a site that uses the exact mechanism that you state. As Jeff said though, you should have an "auto-logout" feature. I implemented this as a cron job that runs every 30 minutes and checks each session for the last time it has been accessed. I'm sure there are other ways to

[ANNOUNCE] Apache::XPath::NotXSLT

2000-04-19 Thread Matt Sergeant
I've written a little XML temlate processing system that uses XPath to locate nodes. This makes it a bit like XSLT, but not totally. It's pretty quick, using caching to achieve 50rps on my humble PIII550 (apache stock untuned install). http://xml.sergeant.org/notxslt.xml (not on CPAN - and I

Re: [OT] mysql-modules for Win32 platform

2000-04-19 Thread Erich Markert
Randy, Thanks. I tried doing an install of this remote file but kept getting a SOAP/parser.pm error. I then downloaded this ppd file to my local hard drive and tried to install but it failed again. I set verbose=yes and tried again and got the following error: mismatched tag at line 12,

Re: perl in configs /perl

2000-04-19 Thread J. J. Horner
On Wed, 19 Apr 2000, w trillich wrote: having seen the possibilities from /usr/share/doc/libapache-mod-perl/examples/perl_sections.txt (schwartz's neat virtual host setup) i thought i'd give it a whirl. I don't have this. Can someone point me to a link, or maybe send it via email to

Re: perl in configs /perl

2000-04-19 Thread Stas Bekman
On Wed, 19 Apr 2000, J. J. Horner wrote: On Wed, 19 Apr 2000, w trillich wrote: having seen the possibilities from /usr/share/doc/libapache-mod-perl/examples/perl_sections.txt (schwartz's neat virtual host setup) i thought i'd give it a whirl. I don't have this. Can someone

mod_perl DSO coexisting with mod_php DSO ?

2000-04-19 Thread James Graham
Has anyone been able to get this arrangement to work ? I have built my setup using apache 1.3.12 mod_perl-1.21 php-3.0.16 under redhat linux 5.2. Everything has been compiled from source, no rpms involved at all. Now when I startup the httpd with both modules (php and perl) Load and Add

[ANNOUNCE] Apache-RequestNotes_0.03

2000-04-19 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes_0.03.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes_0.03.tar.gz size: 3662 bytes md5: abdd6047af7a4bdcb10e042adbdc9714 Changes: 0.03 4.19.2000 - only add COOKIES

[ANNOUNCE] Apache-DebugInfo_0.04

2000-04-19 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-DebugInfo_0.04.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-DebugInfo_0.04.tar.gz size: 6380 bytes md5: d0de31070ef2b954f7632a57b384acf4 Changes: 0.04 4.19.2000 - fixed bug in constructor

Re: perl in configs /perl

2000-04-19 Thread Stas Bekman
i've seen the manpages for mod_perl -- your rendition has a bit more flesh to it, but my comprehension still suffers the same problem schwartz complained about (also in the same file as the example i quoted, namely /usr/share/doc/libapache-mod-perl/examples/perl_sections_2.txt.gz from

RE: Modperl/Apache deficiencies... Memory usage.

2000-04-19 Thread Valter Mazzola
From: "Jeff Stuart" [EMAIL PROTECTED] To: "Gunther Birznieks" [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Modperl/Apache deficiencies... Memory usage. Date: Tue, 18 Apr 2000 02:07:24 -0400 I understand that. :) And that was something that I had to learn myself. :) It's a BAD thing

JOB: Terrific Perl mod_perl Developer Opportunities

2000-04-19 Thread Ray Everngam
Become part of an exciting new start-up venture called HealthCite. The company is looking for innovative Applications Developers to design, develop, test, deploy, maintain, and document new, innovative Web capabilities. Would work in Baltimore office. Desired qualifications include a work

RE: Proxy hijackers?

2000-04-19 Thread Eric Cholet
(Off topic again, but lots of people here are using reverse proxy). For a while I had 'ProxyRequests On' in my httpd.conf mistakenly thinking that it was necessary to make ProxyPass and mod_rewrite proxying work. Then I noticed entries in my logfile where remote sites were sending full

RE: Proxy hijackers?

2000-04-19 Thread Marc Slemko
On Wed, 19 Apr 2000, Eric Cholet wrote: (Off topic again, but lots of people here are using reverse proxy). For a while I had 'ProxyRequests On' in my httpd.conf mistakenly thinking that it was necessary to make ProxyPass and mod_rewrite proxying work. Then I noticed entries in my

Re: perl in configs /perl KAPUT

2000-04-19 Thread w trillich
In a running httpd you can see how you have configured the CPerl sections through the URI L/perl-status|debug/Apache_Status_Embedded_Inter, by choosing IPerl Section Configuration from the menu. In order to make this item show up in the menu you should set C$Apache::Server::SaveConfig to a

Perl Section...

2000-04-19 Thread Bryan J. Opfer
Anyone know what this error would mean: DBI handle cleared whilst still active at /usr/lib/perl5/site_perl/5.005/i386-linux/DBI.pm line 195. dbih_clearcom (h 0x83b1900, com 0x81b6d50): FLAGS 0x211: COMSET Warn AutoCommit TYPE 1 PARENT undef KIDS 0 (0 active)

RE: Perl Section...

2000-04-19 Thread Geoffrey Young
-Original Message- From: Bryan J. Opfer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 3:27 PM To: Modperl List Subject: Perl Section... Anyone know what this error would mean: DBI handle cleared whilst still active at

SUMMARY Re: mod_perl/apache and db/content server

2000-04-19 Thread Angel R. Rivera
Would like to thank everyone who has answered publicly and privately. Special thanks to Stas Bekman for 'splaining it so I would understand. Apache::DBI uses DBI, it doesn't matter where the db is located as long as you can connect to it thru DBI. If I understand your decription correctly, you

Re: perl in configs /perl

2000-04-19 Thread w trillich
Stas Bekman wrote: I still don't know your name, so I'll just use 'you' :) or trillich (or even 'will' on my birthday). First, please keep the replies posted to the list. We don't want to answer something more than once, when it goes to the list, someone will answer you and it'll be

Re: perl in configs /perl

2000-04-19 Thread Stas Bekman
It's incorrect! The files are located in the *mod_perl distribution*, and they are located just where I've said and not where your binary distribution has happen to include them. You have been looking in all wrong places, you could ask the list first and even better to search the

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread Matt Carothers
On Tue, 18 Apr 2000, Stas Bekman wrote: Let's assume that you have two different sets of scripts/code which have a little or nothing in common at all (different modules, no base code sharing), the basic mod_perl process before the code have been loaded of three Mbytes and each code base

apache 2.0 port?

2000-04-19 Thread Brian Martin
Hey everybody, I was just wondering if there is anyone working on porting mod_perl to apache 2.0. I couldn't seem to find any mention of this on the web page or list archives. If noone else is working on this I'm willing to take a crack at it. Brian PGP signature

Re: Perl Section...

2000-04-19 Thread Bryan J. Opfer
I have $sth-finish in there right before the disconnect and it sill gives me the message. If it is just a warning message then there must be something else wrong. Is there something else that would cause it not to work. I gave mod_perl the "PERL_SECTIONS=1" option when I compiled it. Here is

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread Stas Bekman
On Wed, 19 Apr 2000, Joshua Chamas wrote: Stas Bekman wrote: Geez, I always forget something :( You are right. I forgot to mention that this was a scenario for the 23 Mb of unshared memory. I just wanted to give an example. Still somehow I'm almost sure that there are servers

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread Stas Bekman
On Wed, 19 Apr 2000, Gerd Knops wrote: Stas Bekman wrote: On Wed, 19 Apr 2000, Matt Carothers wrote: On Tue, 18 Apr 2000, Stas Bekman wrote: Let's assume that you have two different sets of scripts/code which have a little or nothing in common at all (different modules, no

Apache 2.0 port?

2000-04-19 Thread Brian Martin
Hey everybody, I was just wondering if there is anyone working on porting mod_perl to apache 2.0. I couldn't seem to find any mention of this on the web page or list archives. If noone else is working on this I'm willing to take a crack at it. Brian PGP signature

Re: apache 2.0 port?

2000-04-19 Thread Stas Bekman
On Wed, 19 Apr 2000, Brian Martin wrote: Hey everybody, I was just wondering if there is anyone working on porting mod_perl to apache 2.0. I couldn't seem to find any mention of this on the web page or list archives. As Eric pointed out -- the work is in a full progress If noone else

Re: crypt() under windows

2000-04-19 Thread Tim Bishop
Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. http://search.cpan.org/search?dist=Crypt-UnixCrypt However we discovered that it is not *exactly* the same as linux crypt(). That is, for some passwords that contained

Re: crypt() under windows

2000-04-19 Thread Billy Donahue
On Wed, 19 Apr 2000, indrek siitan wrote: Date: Wed, 19 Apr 2000 13:02:00 -0500 From: indrek siitan [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: crypt() under windows Hi, seems like the standard crypt() function is not implemented under Windows. :( does

Re: crypt() under windows

2000-04-19 Thread Matt Sergeant
On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. Nonesense. Read README.win32 before building your perl. -- Matt/ Fastnet Software Ltd. High Performance Web Specialists Providing

crypt() under windows

2000-04-19 Thread indrek siitan
Hi, seems like the standard crypt() function is not implemented under Windows. :( does anyone have a perl source, that does the 3DES crypt() encryption? i only need it for a development version, so the speed doesn't matter. the production version will run under Linux and use the standard

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread C. Jon Larsen
My apache processes are typically 18MB-20MB in size, with all but 500K to 1MB of that shared. We restart our servers in the middle of the nite as part of planned maintenance, of course, but even before we did that, and even after weeks of uptime, the percentages did not change. We do not use

Re: Problem with CGI::Carp under mod_perl

2000-04-19 Thread Perrin Harkins
On Wed, 19 Apr 2000, Steve Hay wrote: Sounds like a difference in the way CGI scripts and mod_perl buffer. I fyou really want CGI::Carp to work, you need to make sure you don't send any output before it gets called. Maybe you have PerlSendHeader on? I did have PerlSendHeader On:

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread Gunther Birznieks
At 01:44 AM 4/20/00 +0300, Stas Bekman wrote: On Wed, 19 Apr 2000, Gerd Knops wrote: Stas Bekman wrote: On Wed, 19 Apr 2000, Matt Carothers wrote: On Tue, 18 Apr 2000, Stas Bekman wrote: Let's assume that you have two different sets of scripts/code which have a little or

Re: crypt() under windows

2000-04-19 Thread Gunther Birznieks
At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: On Wed, 19 Apr 2000, Tim Bishop wrote: Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. Nonesense. Read README.win32 before building your perl. Curiously, the precompiled

Re: Perl Sections and Virtual Host

2000-04-19 Thread Pierre-Yves BONNETAIN
my $realname = 'http://www.main.org'; my %vnames = ( 'sec.ondary.com' = 'second', 'third.dom.com' = 'third' ); ^^^ foreach (keys %vnames) { ^^^ $VirtualHost{'192.168.1.2:80'} = { ServerName = $_, RedirectPermanent = ( ['/',

Re: [RFC] Do Not Run Everything on One mod_perl Server

2000-04-19 Thread Stas Bekman
On Wed, 19 Apr 2000, Matt Carothers wrote: On Tue, 18 Apr 2000, Stas Bekman wrote: Let's assume that you have two different sets of scripts/code which have a little or nothing in common at all (different modules, no base code sharing), the basic mod_perl process before the code have been