Re: Beginner's FixupHandler question

2002-01-08 Thread Paul Lindner
or LocationMatch container. For example: LocationMatch ^/myapp/.*html$ will insure that your fixup handler is only called on requests that start with /myaap/ and end with .html. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http

Re: Error log executing scripts?

2002-01-04 Thread Paul Lindner
this in the early 90s... Long before vignette was even around.. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

RE: WYSIWYG Template Editor

2002-01-01 Thread Paul G. Weiss
Must be www.cafeconleche.org. -P -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 5:50 PM To: Les Mikesell Cc: Joachim Zobel; [EMAIL PROTECTED] Subject: Re: WYSIWYG Template Editor On Tue, 1 Jan 2002, Les Mikesell wrote: From: Matt

Re: Anyone know of specific problems with the malloc in Sun's libc?

2001-12-31 Thread Paul Lindner
-- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

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

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Paul Lindner
/,,); if (-f /usr/local/apache/cgi-bin/${uri}_mod_perl_me) { $uri = = /mod-perl/$uri $r-uri(/mod-perl/$uri); } return DECLINED; } -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human

Re: mod_perl vs. C for high performance Apache modules

2001-12-17 Thread Paul Lindner
is maps.yahoo.com. -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

Re: Comparison of different caching schemes

2001-12-15 Thread Paul Lindner
0.060.05 5 1 fcntl64 -- --- --- - - 100.000.008621 118 4 total -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http

Re: Can't call Apache::Request-new()

2001-12-14 Thread Paul Makepeace
via package Apache::Request (perhaps you forgot to load Apache::Request?) at /home/wwwrp/perl-bin/apr.cgi line 7. [Fri Dec 14 00:43:14 2001] [error] [client 172.30.0.3] Premature end of script headers: /home/wwwrp/perl-bin/apr.cgi :) 73, Ged. PS: Cute email address Paul. Heh thanks

Re: [SOLUTION] Can't call Apache::Request-new()

2001-12-14 Thread Paul Makepeace
was the problem. Directory /home/wwwrp/perl-bin Files *.cgi SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On /Files /Directory Thanks Matt all! D'oh, Paul [1] http

ANNOUNCE: Apache::CacheContent 0.12 available (1st CPAN release)

2001-12-13 Thread Paul Lindner
on the *CacheTTL* setting. For further customization you can write your own *ttl* function that can dynamically change the caching time based on the current request. AUTHORS Paul Lindner [EMAIL PROTECTED] Geoffrey Young [EMAIL PROTECTED] Randy Kobes [EMAIL PROTECTED] COPYRIGHT

Re: Can't call Apache::Request-new()

2001-12-13 Thread Paul Makepeace
So no replies to this -- could someone even confirm they have a working Apache::Request v0.33 on perl 5.6.1? That would be a big help in at least determining whether it's perhaps something amiss here. Else I'll file it as a bug. Cheers, Paul On Tue, Dec 11, 2001 at 09:11:50PM -0800, Paul

Re: [RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-11 Thread Paul Lindner
On Tue, Dec 11, 2001 at 01:50:52AM -0800, Ask Bjoern Hansen wrote: On Thu, 6 Dec 2001, Paul Lindner wrote: BTW -- I think where the docs are cached should be configurable. I don't like the idea of the document root writable by the web process. That's the price you pay

Can't call Apache::Request-new()

2001-12-11 Thread Paul Makepeace
Template Toolkit with a custom PerlHandler and a few scripts under Apache::Registry). I'm getting this error from both a fresh CPAN install and Debian's libapache-request-perl package (not installed at the same time!). Any suggestions where to start looking? Thanks, Paul PS Rather than cluttering

Re: Perl-status shows 1 Mb for File::Find!

2001-12-10 Thread Paul Lindner
. In my case I checked out /proc/PID/status on my linux box. In this case it shows VmSize: 8036 kB Next, uncomment out the directive line, restart and look at the memory usage... In my case it shows as: VmSize: 8380 kB So, about 300k in this instance.. YMMV -- Paul Lindner [EMAIL

[RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-06 Thread Paul Lindner
Paul Lindner [EMAIL PROTECTED], Geoffrey Young, Randy Kobes SEE ALSO The example mod_perl method handler the CacheWeather manpage. The mod_perl Developer's Cookbook -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http

Re: have a memory leaking

2001-12-06 Thread Paul Lindner
and starting the server. This command has worked for me in the past. apachectl stop; sleep 1; apachectl start -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http

Re: [RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-06 Thread Paul Lindner
that generates the filename might be useful. -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

Re: [RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-06 Thread Paul Lindner
to the docs to make sure that people do not inadvertently misconfigure their servers.. -- Paul Lindner [EMAIL PROTECTED]| | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

Re: PerlWarn and syslog

2001-12-06 Thread Paul Lindner
when syslog is used? I've seen various problems with Apache's built in syslog under mod_perl. The solution that I've been using lately is: ErrorLog | logger -p local3.debug If you just print to STDERR you might want to look at Apage::LogSTDERR on CPAN. -- Paul Lindner [EMAIL PROTECTED

RE: :mysql and libmysqlclient.so.10

2001-11-29 Thread Wilt, Paul
Don't you need to add a PerlPassEnv LD_LIBRARY_PATH for this to work? Paul E Wilt Principal Software Engineer

RE: Apache::Session Problem -- Addendum

2001-11-22 Thread Paul DuBois
At 10:43 AM + 11/22/01, Jonathan M. Hollin wrote: Thank you everyone for the quality of help I've so far received and your rapid responses. However... :-( At the rist of making a shameless plug, you can visit http://www.kitebird.com/mysql-perl/ and grab the webdb source distribution there.

RE: Apache::Compress - any caveats?

2001-10-29 Thread Paul G. Weiss
My bad experience was with Netscape 4.7. The problem was if the *first* compressed thing it saw was *not* html, e.g. if it was Javascript when the corresponding html file was not compressed. Once it saw compressed html, though, it could then reliably uncompress Javascript as long as you kept

RE: [OT] P2EE Redux was: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Wilt, Paul
PEP! (Perl Enterprise Project)! I like it! Paul E Wilt Principal Software Engineer XanEdu, Inc. (division of Proquest Information and Learning) http://www.xanedu.com mailto:[EMAIL PROTECTED] 300 North Zeeb Rd Phone

Re: [Announce] MSIISProbes.pm v1.03

2001-09-20 Thread Paul DuBois
Hello, thanks to patches from Brice D. Ruth and others, a new version of MSIISProbes.pm is available at http://www.tonkinresolutions.com/MSIISProbes.pm.tar.gz Changes: v1.03 Added code to get e-mail for the SOA of the host (Brice D. Ruth) Cut the DNS Resolver's timeout to 20

[OT] A tangible contribution

2001-09-18 Thread Paul
on our economy succeed. And though I despise spams and chain letters, feel free to pass this along if you think it's worthy. Paul __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US

Re: mod_perl memory consumption

2001-08-30 Thread Paul DuBois
[EMAIL PROTECTED] (Perrin Harkins) wrote: I guess that DBI gets all records if you use fetchall_array|hashref and that it is else OK. No, the behavior that I saw was when fetching a row at a time. Behind the scenes, DBI would fetch ALL the rows into RAM and then iterate over them. This may

Re: mod_perl memory consumption

2001-08-30 Thread Paul DuBois
At 2:55 PM +1000 8/31/01, Jeremy Howard wrote: Paul DuBois wrote: mysql_store_result/mysql_use_result determine whether or not the server sends all the rows to the client at once, or one at a time as the client asks for them. mysql_store_result is therefore more memory intensive

compiling troubles on Solaris 8

2001-08-05 Thread Paul Phillips
() chmod 644 Leak.bs LD_RUN_PATH= cc -o ../blib/arch/auto/Apache/Leak/Leak.so -G Leak.o cc: Leak.o: No such file or directory cc: No input files *** Error code 1 make: Fatal error: Command failed for target `../blib/arch/auto/Apache/Leak/Leak .so' Current working directory /home/paul/mod_perl-1.26

OT: building a server -- advise needed

2001-08-03 Thread Paul Lombardo
, Solaris8 [what else]) New Server (Make, Model, OS, etc) Any other advice you can recommend Thanks in advance for your help. Paul

Re: [Problem] Can't return Content-type with SERVER_ERROR

2001-07-30 Thread Paul Kulchenko
wishes, Paul. --- Stas Bekman [EMAIL PROTECTED] wrote: On Sun, 29 Jul 2001, Paul Kulchenko wrote: Hi, All! Code is simple, but I can't return custom content-type with SERVER_ERROR: sub handler { . $self-response is HTTP::Response object if ($self-response-is_success

RE: [Problem] Can't return Content-type with SERVER_ERROR

2001-07-30 Thread Paul Kulchenko
wishes, Paul. --- Geoffrey Young [EMAIL PROTECTED] wrote: -Original Message- From: Paul Kulchenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 2:53 AM To: Stas Bekman Cc: [EMAIL PROTECTED] Subject: Re: [Problem] Can't return Content-type with SERVER_ERROR [snip

[Problem] Can't return Content-type with SERVER_ERROR

2001-07-29 Thread Paul Kulchenko
is the correct way to specify custom content-type? Everything works fine with 200OK. Thanks a lot. Best wishes, Paul. __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

[ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
), SMTP/POP3, TCP, IO, JABBER, MQ tested on Perl 5.00503, 5.6.0, 5.6.1, 5.7.1 and 5.7.2 updated documentation and added new examples Module is available from http://www.soaplite.com/ and from CPAN. I'll be in SanDiego next week and will answer my emails slowly. Best wishes, Paul

Re: [ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
asking whether you got my reply :)). I though you're busy to answer :)). Fortunately I have a copy. Here it is. --- Paul Kulchenko [EMAIL PROTECTED] wrote: Date: Fri, 13 Jul 2001 10:19:24 -0700 (PDT) From: Paul Kulchenko [EMAIL PROTECTED] Subject: Re: adding to dispatch_to To: Matt Sergeant

Re: CGI module or Apache

2001-07-09 Thread Paul
--- Kevin Schroeder [EMAIL PROTECTED] wrote: Hello, I've been using the CGI PERL module for a while now and I like using it a lot. But I was wondering if using that module with mod_perl will slow things down because of the extra module being used. If so, is there a way to use the

Re: CGI module or Apache

2001-07-09 Thread Paul
--- Kevin Schroeder [EMAIL PROTECTED] wrote: For the complex programs on the site I'm building I will be using CGI.pm, but there are a few parts of the site where there is little browser-server interaction other than to send a certain page based on the query string and a cookie. Because

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread paul
/usr/bin/pod2man: Improper man page - no dash in NAME header in paragraph 67 of Embperl/Syntax/RTF.pm [ ... followed by many similar messages ...] Regards Paul Breslaw.

Re: lookup_uri() returns 200 when 404 expected

2001-07-06 Thread Paul Sharpe
barries wrote: On Thu, Jul 05, 2001 at 04:03:00PM +0100, Paul Sharpe wrote: barries wrote: On Thu, Jul 05, 2001 at 03:21:12PM +0100, Paul Sharpe wrote: Here's my handler... package Foo::Test; use strict; use warnings; use Apache::Constants qw(:common HTTP_OK

lookup_uri() returns 200 when 404 expected

2001-07-05 Thread Paul Sharpe
Server: Apache/1.3.20 (Unix) mod_perl/1.25 Connection: close Content-Type: text/html; charset=iso-8859-1 Connection closed by foreign host. $ GET http://localhost:8000/test lookup_uri(foo.html) status = 200 Can any one enlighten me? paul -- Paul Sharpe Tel: +44 (20) 7407 5557

Re: lookup_uri() returns 200 when 404 expected

2001-07-05 Thread Paul Sharpe
barries wrote: On Thu, Jul 05, 2001 at 03:21:12PM +0100, Paul Sharpe wrote: Here's my handler... package Foo::Test; use strict; use warnings; use Apache::Constants qw(:common HTTP_OK); sub handler { my $r = shift; my $uri = 'foo.html'; $r-content_type('text/plain

Re: lookup_uri() returns 200 when 404 expected

2001-07-05 Thread Paul Sharpe
barries wrote: On Thu, Jul 05, 2001 at 04:03:00PM +0100, Paul Sharpe wrote: barries wrote: On Thu, Jul 05, 2001 at 03:21:12PM +0100, Paul Sharpe wrote: Here's my handler... package Foo::Test; use strict; use warnings; use Apache::Constants qw(:common HTTP_OK

RE: Solaris mod_perl DSO...

2001-06-21 Thread Paul G. Weiss
I've done it with 5.6.1. There was a fairly detailed thread on it last week on how it was done. In order to avoid a memory leak on restart you need to build with a bleed modperl though. If you can start and stop your server you're fine with 1.25. -Original Message- From: Sean

Re: Install mod_perl on Solaris 2.7

2001-06-18 Thread Paul Reynolds
What versoin of mod_perl are you using? I tend to stay away from 1.25. Try installing a version between 1.17 and 1.25, excluding 1.25. - Original Message - From: Joseph Francois To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 10:09 AM Subject: Install mod_perl on Solaris 2.7 Hello,

Re: Install mod_perl on Solaris 2.7

2001-06-18 Thread Paul Lindner
On Mon, Jun 18, 2001 at 11:03:10AM +0100, Paul Reynolds wrote: What versoin of mod_perl are you using? I tend to stay away from 1.25. Try installing a version between 1.17 and 1.25, excluding 1.25. The attached script works for our project. Just replace the @x@ values with stuff that you

Confusion resolved (was: mod_perl DSO leaking on restart)

2001-06-18 Thread Paul G. Weiss
as a dso. I've not been able to avoid a leak with a USE_APXS build. -Paul On Sun, 17 Jun 2001, Paul G. Weiss wrote: Now I'm really confused. I built the whole thing statically and it still leaks: the static build (using the same Perl): ~/test/prefix/bin/perl Makefile.PL EVERYTHING=1

Re: mod_perl DSO leaking on restart?

2001-06-17 Thread Paul G. Weiss
what are you doing differently? Let me know so I can do the same thing. The Perl I'm using is 5.6.1 and the modperl is modperl_20010614113010.tar.gz. -P On Fri, 15 Jun 2001, Paul G. Weiss wrote: Don't be so willing to bet. Still leaking. I did as you said and just rebuilt Perl and mod_perl

Re: mod_perl DSO leaking on restart?

2001-06-17 Thread Paul G. Weiss
with it, do you? I haven't heard of any leaks with a static build. -P On Sun, 17 Jun 2001, Paul G. Weiss wrote: Doug, I'm confused as to how you managed to *not* leak when I'm still leaking. I've tried these tests on both a Solaris 2.7 system and a Linux 7.1. Here is a summary

Re: mod_perl DSO leaking on restart?

2001-06-15 Thread Paul G. Weiss
../apache_1.3.19/src/httpd make kill_httpd kill `cat t/logs/httpd.pid` rm -f t/logs/httpd.pid rm -f t/logs/error_log On Thu, 14 Jun 2001, Doug MacEachern wrote: On Fri, 15 Jun 2001, Paul G. Weiss wrote: alignbytes=8, usemymalloc=y, prototype=define ^ ok

DSO mod_perl HUP memory leak

2001-06-14 Thread Paul G. Weiss
the net in vain. -Paul Weiss -Arity Corp

Re: mod_perl DSO leaking on restart?

2001-06-14 Thread Paul G. Weiss
don't know if that makes a difference. -Paul On Thu, 14 Jun 2001, Doug MacEachern wrote: On Wed, 25 Apr 2001, Philip Mak wrote: On Thu, 26 Apr 2001, Stas Bekman wrote: There is also the strange case of mod_perl leaking memory on graceful restarts when compiled as DSO. But I

Re: mod_perl DSO leaking on restart?

2001-06-14 Thread Paul G. Weiss
/env_nothreads \ USE_APACI=1 USE_DSO=1 EVERYTHING=1 \ APACHE_PREFIX=/vol1/home/tecadmin/envs/env_nothreads/apache \ APACHE_SOURCE=../apache_1.3.19 \ APACI_ARGS='--enable-module=all --enable-shared=max' DO_HTTPD=1 -Paul P.S. By the way, the CFLAGS='-O -g' appears to have no affect at all. I

RE: [OT] Content-Disposition to change type and action?

2001-05-30 Thread Wilt, Paul
this problem. What a bummer! Paul E Wilt Principal Software Engineer XanEdu, Inc. ( a division of Bell+Howell InformationLearning) http://www.XanEdu.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 300 North Zeeb Rd

Re: Real Widgets and Template Languages

2001-05-24 Thread Paul Lindner
to create a proxy class.. Closures are excellent in hiding implementation details of simple operations, and I think in this case they fit quite well. The system can even be written to work just fine without the user using closures if they're using CGI.pm, as in my previous example. -- Paul Lindner

Reverse engineered HTML

2001-05-15 Thread Paul Cotter
Does a package exist that will read an HTML document and generate an Apache::Registry cgi script? Even better if it accepts an !--Perltag. Regards - Paul Cotter

Re: Internal server Error for Index.html

2001-05-15 Thread Paul
--- qazi Ahmed [EMAIL PROTECTED] wrote: Hi... On trying to access index.html from my server i get the following error in the page. index.html is given below: HTML HEAD TITLEAutomated Test System/TITLE /HEAD BODY H1Automated Test System/H1 /BODY /HTML Looks like you've got it

Re: Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

2001-05-10 Thread Paul Lindner
with the time on the client you will end up with these problems. I had to deal with this all the time when I used a NetApp Filer with an old firmware that didn't support ntp.. -- Paul Lindner [EMAIL PROTECTED]

Re: install perl-win32-bin-0.6.exe on win98

2001-05-09 Thread Paul Cotter
::SaveConfig = 1; __END__ /Perl I realise this does not solve your problem unless you want to have a go at using the binaries from the university of Winnipeg. If so I will try and find the url you need. Paul Cotte - Original Message - From: David Lanzarote GarcĂ­a [EMAIL PROTECTED] To: Randy Kobes

[OT] *O*L*D* messages!

2001-05-03 Thread Paul
For no reason I can explain, a sudden flurry of year-old messages I sent seems to have just resurfaced. While I have no idea what might've caused it, please take a moment to note the timestamp on messages you see from me, so as not to waste too much of your time. Thanks, all. Paul --- Eric

RE: Apache Processes hanging

2001-05-03 Thread Paul G. Weiss
I can't help you, but I have been having the same problem. ( I had thought it was because we're running old code - Stronghold with mod_perl 1.24. I'm really hoping it goes away when we upgrade to 1.3.19 w 1.25, or at least I can have a better chance debugging it. ) My solution for the

Re: hang time, segfaults

2001-05-03 Thread Paul
-ASCII conversion functions in C, but I rolled my own in Perl. =o) Paul __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com

Re: Apache Processes hanging

2001-05-03 Thread Paul Cotter
This answer has nothing to do with modperl - sorry. I have had the same problem on a Sybase database with a 'normal' application. This situation can occur due to a database (b)locks, particularly if a transaction is composed of more than one update, or it fires a referential trigger which has

Urgent: remove password from server cert?

2001-05-02 Thread Paul
the password to the startup query. This really needs to be automated. Help? =o) Paul = Friends are those who, when you must inconvenience them, are less bothered by it than you. ;o] __ Do You Yahoo!? Send instant messages get email alerts with Yahoo

Re: Exception modules

2001-04-30 Thread Paul Lindner
compared the performance and features of the various exception packages? I'd like to move to something that is a bit better supported than Experimental::Exception, and don't feel like converting thousands of lines of try {} catch {} to eval {}; if Thanks. -- Paul Lindner [EMAIL PROTECTED]

Much Todo about nothing

2001-04-27 Thread Paul Cotter
. Obviously easy to bypass.Regards - Paul Cotter

Re: readdir()

2001-04-25 Thread Paul J. Lucas
fine under glibc2.1. - Paul

Re: Extracting required files

2001-04-20 Thread Paul Johnson
"halting problem"? What modules does this program use? $ perl -ne 'chomp; require' -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: deprecated our() indicated in perldoc of Getopt::Std

2001-04-20 Thread Paul Johnson
? I don't think it did. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: deprecated our() indicated in perldoc of Getopt::Std

2001-04-20 Thread Paul Johnson
On Fri, Apr 20, 2001 at 03:01:25PM -0700, Alan E. Derhaag wrote: Paul Johnson [EMAIL PROTECTED] writes: You installed 5.6.1, read the docs, used "our" and found it didn't work on 5.00503, right? That's because it's new with 5.6. From where did you get the idea that it is

Passing Tied Filehandles

2001-04-18 Thread Paul Cotter
ver, I have tried the complete Heinz 57 varieties of passed referenced and dereferenced variables.All have failed.After I get this example working I can modFTP::Net to accept tied Filehandles.Can anyone give me a few pointers? I prefer them to references (C background, you know)Paul Cotterwww.powermagic.net

negative LocationMatch syntax?

2001-04-12 Thread Paul
Hi all. I need to leave a few areas of our site freely accessible, but most of the site is restricted, and I'd like the default behavior to be restrictive. I don't want to have to remember to change the config if I add new directories, as in adding Location SSLVerifyClient require /Location Is

Re: [DIGEST] mod_perl digest 04/07/01

2001-04-10 Thread Paul Johnson
On Tue, Apr 10, 2001 at 09:36:45AM -0400, Geoffrey Young wrote: o Perl - stable: 5.6 (released March 23, 2000) [5] - development: 5.7 [6] That'll be 5.6.1 and 5.7.1 now. (perl.com is out of date) -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: [DIGEST] mod_perl digest 04/07/01

2001-04-10 Thread Paul Johnson
On Tue, Apr 10, 2001 at 10:05:30AM -0400, Geoffrey Young wrote: well, 5.6.1 at least - my bleedperl still says 5.7.0 (and so does http://www.cpan.org/src/index.html) http://www.cpan.org/authors/id/JHI/perl-5.7.1.tar.gz OK, so it's less than 12 hours old :-) -- Paul Johnson - [EMAIL

Re: Authhandler

2001-04-10 Thread Paul
; if it does get used, it's covering your assets from some other error somewhere else. =o) Paul __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

re: earlier post

2001-04-10 Thread Paul
I just realized I earlier posted here recommending that someone use a push_handler referenced with an argument. Please don't throw rotten tomatos. IF that person is reading this, use Mike's suggestion of Apache-request instead. Thanks. We now return to your regularly scheduled spam.

Cutting down on the DEBUG bloat...

2001-04-10 Thread Paul Lindner
e opens up everyone's eyes. Just goes to show that your debug statements might actually be slowing your mod_perl application. Cheers. -- Paul Lindner [EMAIL PROTECTED]

RE: HELP: DBI Issues

2001-04-06 Thread Paul Singh
Brendan, It's scary how closely your situation mirrors what we encountered a few months back... and i'm afraid I don't have a very positive answer for you. Though the specific errors you are receiving are slightly different, I have a feeling it's a similar problem... unfortunately, I can't

accessing SSL environment data in Perl*Handler

2001-04-04 Thread Paul
Though I feel rather foolish, the fact remains that I can't seem to find my SSL environment variables. httpd.conf has Directory / SSLVerifyClient require SSLOptions+StdEnvVars # ... /Directory Exactly when and where are they set? For example, SSL_CLIENT_S_DN. Once set,

Re: mirroring data across a server cluster

2001-04-02 Thread Paul Cotter
[OT] - but... Do not throw out database replication as a solution. Trying to maintain synchronicity across multiple databases is not a trivial task. You have to cope with single point failure at the transaction level, (eg the server 'one' update works, but server 'two' fails) clashes (same

Re: Strange Problem with opendir / readdir

2001-03-30 Thread Paul J. Lucas
? As far as I can tell, it's a mod_perl, glibc2.2 compatibility bug. - Paul

RE: [Very OT] ApacheCon BOF

2001-03-28 Thread Paul
--- julie wang [EMAIL PROTECTED] wrote: [...] Why hasn't anyone made tanktops for the ladies? T-tops! woo-hoo! Actually, I really do think it's a great idea. =o) __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail.

RE: [OT] ApacheCon BOF

2001-03-21 Thread Paul
--- Geoffrey Young [EMAIL PROTECTED] wrote: actually, we may have a winner with the Native American and lamp idea. A coworker suggested a peace pipe (picture an indian smoking perl) instead of a lamp, since you don't see warriors holding lamps often. maybe some smoke signals? Thought

[Very OT] Politically Correct-ness (was: RE: [OT] ApacheCon BOF)

2001-03-21 Thread Paul
--- Nick Tonkin [EMAIL PROTECTED] wrote: On Tue, 20 Mar 2001, Dave Rolsky wrote: . . . I for one would appreciate a design that doesn't fetishize a culture and people that have already had enough abuse at the hands of 'American' people. Hear, hear. Personally I find the very name

%ENV via PerlTransHandler

2001-03-21 Thread Paul Evad
e full ENV variables I would have expected. Is there a better way to get at ENV stuff than subprocess_env? - paul -- - Kudosnet Technologies Inc. - Support: [EMAIL PROTECTED] Accounts: [EMAIL PROTECTED] Sales: [EMAIL PROTECTED]

book recommendations?

2001-03-20 Thread Paul Evad
ence books to get? (I have most of the Perl library already). - paul -- - Kudosnet Technologies Inc. - Support: [EMAIL PROTECTED] Accounts: [EMAIL PROTECTED] Sales: [EMAIL PROTECTED] 1-877-885-8367 --

[OT]Re: my()speed (was: [DIGEST] mod_perl digest 03/17/01)

2001-03-19 Thread Paul
) Paul __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re: [OT] ApacheCon BOF

2001-03-19 Thread Paul
--- "Randal L. Schwartz" [EMAIL PROTECTED] wrote: "Geoffrey" == Geoffrey Young [EMAIL PROTECTED] writes: Geoffrey What I don't have are any ideas for a shirt theme. The Geoffrey sponsor will be taking care of all the graphics work Geoffrey required - just your mental capital is needed.

[OT?] %ENV question, mod_rewrite vs. mod_perl?

2001-03-19 Thread Paul Evad
/module that already does URI rewriting that I can use for reference? Or, Does anyone know how I could possibly make the %ENV available to foo.cgi in a case like the above? Thanks for any and all pointers if answering with ROTFM, please point me to a URL or chapter ;-) - Paul

Re: Shared variables, inner subs and our

2001-03-16 Thread Paul
not really answering your questions, but Ragarding moving the "our()" statement out of the function -- --- Steve Hay [EMAIL PROTECTED] wrote: (b) because I can't actually do what I just did above in my mod_perl script! Couldn't you, if you put the func's into a module and our()'d it

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-15 Thread Paul
Many thanks to everyone, Malcolm in particular, for humoring my curiosity and assisting my esoteric research. Hope it helped someone else, too, and sorry for cluttering up the board. But it *dod* say it was Very[OT]. ;o) Paul --- Malcolm Beattie [EMAIL PROTECTED] wrote: Paul writes

Re: List your software with new feature-based search engine

2001-03-15 Thread Paul
lol Spamming a technical list seems less than prudent, doesn't it? Jeez, I mean, just one anti-social teenager can make nasty packages like the "I Love You" virus what could several thousand experienced hackers with literally hundreds (minimally) of commercial-grade servers at their

Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
Anybody know offhand *why* my() lexicals are supposedly faster? If they're stored on a scratchpad for the scope, which is an array, (technically a stack of them to accommodate recursion,) then exactly how does Perl go about finding which data location you mean when you say $x for a lexical? $::x

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
--- Robert Landrum [EMAIL PROTECTED] wrote: I could be wrong, but as I recall, when your program enters a scope, perl immediatly identifies the the scratchpad to use. Then, it need only search backwards up the tree of scratchpads to find the variable "$x", which is faster than iterating

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
--- Elizabeth Mattijsen [EMAIL PROTECTED] wrote: At 03:52 PM 3/14/01 -0800, Paul wrote: But nothing about the structural/algorithmic mechanics. : From the perlsub docs: Variables declared with my are not part of any package and are therefore never fully qualified with the package

Re: [OT] JMS-like event framework for Perl

2001-03-11 Thread Paul Kulchenko
, ideas, thoughts? Best wishes, Paul. Date: Sun, 11 Mar 2001 15:24:30 +0800 From: Gunther Birznieks [EMAIL PROTECTED] Subject: Re: [OT] JMS-like event framework for Perl Although SOAP::Lite interfaces with SMTP and POP3, I don't know if SOAP::Lite really qualifies to be in the same class

Re: Forbidden access

2001-03-07 Thread Paul Cotter
- Original Message - From: "Stas Bekman" [EMAIL PROTECTED] To: "Daniel" [EMAIL PROTECTED] Also there's a typo: It has been confirmed by the original author that the typo was only in the email sample. There was also a /Locatiom but I guess this was a transcription error also.

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: mod_perl startup sequence?

2001-03-06 Thread Paul Cotter
running and two cidaemons. I could understand a fallback apache, bit I cannot see why the code is executed twice for the same pid.Can someone explain this behaviour - or tell me where I should go to read about it. (politely!-)TVM - Paul Cotter

<    1   2   3   4   >