Mod Perl 1 Install Apache 1

2003-09-09 Thread Paul Kraus
I am trying to make mod perl one and keep getting the following error. Paul perl Makefile.PL APACHE_SRC=../apache_1.3.28/src APACHE_PREFIX=/srv/www DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 Make r.o): In function `Perl_reentrant_retry': reentr.o(.text+0x67b): undefined reference to `gethostent_r

Re: where to find request object in mod_perl2

2003-08-29 Thread Paul G. Weiss
The doc you reference says that Apache-request should be avoided because it is expensive. But does it in fact work? -Paul On Fri, 29 Aug 2003 10:17:57 -0700, Stas Bekman [EMAIL PROTECTED] wrote: Igor Ivoilov wrote: Hello all, I have perl programs running under Apache::Registry. Now I need

Re: each considered harmful?

2003-06-15 Thread Paul Johnson
. Whether or not you appreciate the aesthetics is perhaps quite another matter. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: each considered harmful?

2003-06-14 Thread Paul Johnson
, and values function calls in the program; it can be reset by reading all the elements from the hash, or by evaluating keys HASH or values HASH. perldoc -f each -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

[mp2] win2000 + Apache::DBI + Oracle

2003-06-09 Thread Paul Simon
. Is that correct? Paul

RE: [ANNOUNCE] Practical mod_perl is out!

2003-06-05 Thread Wilt, Paul
Stas / Eric: Congratulations on a job well done! Paul E Wilt Senior Principal Software Engineer ProQuest Information and Learning - http://www.proquest.com mailto:[EMAIL PROTECTED] 300 North Zeeb Rd Phone: (734) 302-6777 Ann Arbor

Problem adding mod_perl to my web server config.

2003-04-06 Thread Paul Adair
with errors while doing the make test and the ./apachectl startssl Any help appreciated. Thanks, Paul. - Start make test tia:root /opt/mod_perl-1.99_08make test cd src/modules/perl make -f Makefile.modperl mksh

Re: Problem adding mod_perl to my web server config.

2003-04-06 Thread Paul Adair
My appologies, forgot the bug report t/REPORT script output. Here is the bug report. Paul. -8-- Start Bug Report 8-- 1. Problem Description: [DESCRIBE THE PROBLEM HERE] 2. Used Components and their Configuration: *** using lib/Apache/BuildConfig.pm

[mp2] make test errors

2003-04-03 Thread Paul Simon
] [info] removed PID file /usr/src/mod_perl-1.99_08/t/logs/httpd.pid (pid=57444) [Thu Apr 03 19:46:40 2003] [notice] caught SIGTERM, shutting down END in modperl_extra.pl, pid=57444 Thanks Paul = 'Ideals are like stars. We may never reach them, but we use them to chart our course.' -- Unknown

compile apache with mod_perl

2003-02-12 Thread Jozwiak, Paul
the LoadModule perl_module libexec/libperl.so, in my httpd.conf file, it works like a champ. Thanks, Paul NOTICE This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any

compile apache with mod_perl

2003-02-12 Thread Jozwiak, Paul
the LoadModule perl_module libexec/libperl.so, in my httpd.conf file, it works like a champ. Thanks, Paul NOTICE This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any

Perl interface to the Apache server API

2003-01-25 Thread Paul Dyer
as it relates to the Perl interface. Thanks, Paul

Re: Re-installing 1.99_08 binary or 1.99_05 RPM in Red Hat 8 [mp2]

2003-01-15 Thread Paul Simon
--- Jon [EMAIL PROTECTED] wrote: This RPM was working before, so all my messing around has broken something I can't find. If the recommendation is to ditch the RPM and proceed with the new binary then that's fine. thanks again, jon Red Hat's RPM seems very friendly at first then it

Re: 1.3.27 DSO hassles

2003-01-15 Thread Paul Weiss
Hi-- I also had this problem when I built on Solaris (2.7). Here is how I fixed it: The symbol is in libgcc.a. Use gcc -print-libgcc-file-name to see where that file is. Now, delete mod_negotiation.so and re-make. See how make does the link. Then, just re-link adding the file to the command

Apache::MP3

2003-01-03 Thread paul . barker
} =~ /^CGI-Perl/ or die GATEWAY_INTERFACE not Perl!; use Apache::Registry (); use Apache::Constants(); use DBI (); use DBD::mysql (); use CGI qw(-compile :all); use CGI::Application; use GD; use MP3::Info; use Apache::MP3; 1; Cheers Paul

Apache::DBI

2003-01-02 Thread Paul Simon
pro) is restarted. The last time this happened the box Oracle resides on needed a cold reboot! So far, I haven't had to restart apache. Could Apache::DBI or mod_perl2 cause this behavior? Paul

windows and apache/mod_perl?

2002-12-16 Thread Paul Simon
Is it worth installing apache 1.x and mod_perl 1.x on windows if apache2/mod_perl2/perl5.8 run on windows? Thanks

Re: Perl Cookbook modperl chapter

2002-12-11 Thread Paul Lindner
. My only concern? If the Perl Cookbook gets any larger I might throw out my back carrying it around :) -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http

syntax and sanity check?

2002-11-12 Thread Paul
get too complicated for the topic, hence such non-portable features as the DNS literal, etc), but suggestions are still very welcome. Thanks all, Paul __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-28 Thread Wilt, Paul
DeAngelo: I have not heard any reply to this email. We currently build mod_perl 1.27 for SGI IRIX64 using standard techniques and do *not* experience any build problem. If you send me the output of the par command I may be able to help you pinpoint your problem. Thanks Paul E Wilt Senior

RE: Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread Wilt, Paul
*DOES* need the commas to pass this cc command-line parameter to the linker backend. Later this week I will examine our builds to see why this does *not* seem to cause the same problem on our end. Thanks Paul E Wilt Senior Principal Software Engineer Proquest Information and Learning

RE: Irix64 mod_perl compile problems - SOLVED.

2002-10-28 Thread Wilt, Paul
need to have Stas add an extra message about compiling on IRIX. Paul E Wilt Senior Principal Software Engineer Proquest Information and Learning - http://www.proquest.com mailto:paul.wilt;il.proquest.com 300 North Zeeb Rd Phone: (734

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-25 Thread Wilt, Paul
DeAngelo: Have you run the par command I sent you? par -s -SS -o debug.out -a 128 make This should help figure out which file is missing. Thanks Paul E Wilt Senior Principal Software Engineer Proquest Information and Learning - http

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Wilt, Paul
but may give you some ideas as to where to look. The following is the command you would execute (if it is the make that fails): par -s -SS -o debug.out -a 128 make Thanks Paul E Wilt Senior Principal Software Engineer Proquest Information and Learning

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Wilt, Paul
with PREP_HTTPD=1 then you must go your Apache source directory and configure / compile it there with the following option included on the configure: --activate-module=src/modules/perl/libperl.a Then make the Apache server. Thanks Paul E Wilt Senior Principal Software Engineer Proquest Information

Re: Problems writing binary uploaded data...

2002-10-23 Thread paul . barker
Hmm, I've tried your code on my system and it does exactly what it's supposed to. I get the same filesizes reported at the destination end and in the script as the file is on my PC HDD. Have you tried a different file ? Do you always loose the same amount ? Cheers Paul

Re: current state of conf/code, feedback?

2002-10-16 Thread Paul Simon
:/Perl/site/lib/Apache/DBI.pm line 64. What's going on? Perrin Harkins [EMAIL PROTECTED] wrote: Paul Simon wrote: I currently have CGI pages caching on the client side, which is helping some, but I'm also going to experiment with CGI::Cache. There are some mod_perl specific version of this too

current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
pl and Snoopy.pm (besides being redundant)?Since Snoopy.pm is the meat and pototoes, should it also be in startup.pl? Does declaring Class variables, such as the DBI handle, offer any benefits (or pain)of a shared connection? Are there anyobvious (or not soobvious)issues with these configurations or codethatshould be knocking me in the head? Thanks,Paul

Re: Apache::DBI for persistent connections

2002-10-15 Thread Paul Simon
I was under the impression that Apache::DBI isn't compatible for this set up: win2000 + apache2.0.42 + perl5.8 + mod_perl1.99 For a multi threaded environment, isn't Apache::DBIPool necessary? I'd rather use Apache::DBI. Rafiq Ismail [EMAIL PROTECTED] wrote: On Tue, 15 Oct 2002, Paul Simon wrote

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
and supporting it. I wrecked that bike on my home from the universitysome years ago... It was my first and last motorcycle. Thanks for the feedback,Paul Ged Haywood [EMAIL PROTECTED] wrote: Hi there,On Tue, 15 Oct 2002, Paul Simon wrote: I'm currently running a pilot app under win2000 + apache

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
for me... In the meantime, I'm going to try the CGI::Cache. Got some work to do :) Thanks for the tips and explanations,Paul Perrin Harkins [EMAIL PROTECTED] wrote: Paul Simon wrote: I currently have CGI pages caching on the client side, which is helping some, but I'm also going to experiment

Does Apache::NavBar exist ?

2002-10-14 Thread paul . barker
Hi I've just been perusing the docs on perl.apache.com and in the Cute Tricks section there is mention of a module called Apache::NavBar being available from CPAN. I may be blind but I can't find it. Does it exist ? Regards Paul

Re: [Very, VERY OT] Re: [Mason] ANNOUNCE: Mason 1.15

2002-10-14 Thread Paul
Dave, just interesting. What does ginsu knives means :? throw in a set of free ginsu knives (think sushi) for people who would buy some crap on the TV shopping program. We have this kind of TV ads on German TV now, too. Badly dubbed. So badly it's getting worth watching if you have a

Re: migrating from Apache to iPlanet; any mod_perl counterpart? [FOUND?]

2002-10-14 Thread Paul
didn't want them shared; I trust the rest of the note is sufficiently impersonal that he won't mind me reposting it to the list. Paul --- Dennis Daupert address deleted wrote: Hi Paul, Although I've not had the time or mandate to get into the perl/nsapi connection, I run several iPlanet web

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-13 Thread Paul
*They* don't know what they mean, but we're getting a variance for Perl (supposedly). No such luck for mysql or apache --- Lupe Christoph [EMAIL PROTECTED] wrote: On Wednesday, 2002-10-09 at 18:22:24 -0400, Steve Grazzini wrote: On Wed, Oct 09, 2002 at 02:43:18PM -0700, Paul wrote

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
handy. Paul __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
--- Perrin Harkins [EMAIL PROTECTED] wrote: Paul wrote: What I mean is that before I had a custom access handler installed to use MySQL without resorting to state management other than the http NCSA Basic Authentication header You should be able to do that with FastCGI. Not sure about

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
--- Perrin Harkins [EMAIL PROTECTED] wrote: Paul wrote: Looks like the FastCGI binaries are only available for Windows versions. We'll be on Sun Solaris, but I can probably recompile the source, if that doesn't cause the open-source police to come get me. I'm afraid it's

unsubscribe RTFM's not working, lol....

2002-10-11 Thread Paul
Okay, at least twice now I've sent this person explicit (and even polite) instructions on how to unsubscribe, once even including an explicit link for each of these two email addresses. Both times I included instructions on how to get more instructions, both via email, and with reference links.

Re: OT: Are things really this bad?

2002-10-11 Thread Paul
--- Todd Finney [EMAIL PROTECTED] wrote: I was looking at jobs.perl.org this afternoon, and there are a lot of things on there like this: - we'll pay you when we have some money - $20-$30 an hour - Do all this, we'll give you $75. I'm not *really* in the market, but more

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-10 Thread Paul
--- Perrin Harkins [EMAIL PROTECTED] wrote: Perrin Harkins wrote: Paul wrote: I know there are servlets, but I was led to believe that I would almost be able to drop my mod_perl modules into the iPlanet server, as if it has some equivelent functionality. If so, I can't find any

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-10 Thread Paul
--- Perrin Harkins [EMAIL PROTECTED] wrote: Paul wrote: The problem isn't so much the registry as the API. Any use of the Apache API would have to be rewritten. There is no way around that. That's what I figured. I don't know how I'm going to do all that with iPlanet/LDAP without

[OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-09 Thread Paul
free stuff that's *ALREADY* working. If anyone has a miraculous suggestion, I will light many candles in your honor. *sigh* Paul __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com

Re: Response Headers

2002-10-04 Thread Paul Simon
Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote: How do HTTP headers work under Registery::ModPerl? set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0 I had to comment out the following in the CGI script: #print "Expires: " . time2str(

Re: Response Headers

2002-10-04 Thread Paul Simon
Ok. I answered my own question, using mod_expires. A little off OT... Paul Simon <[EMAIL PROTECTED]>wrote: Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote: How do HTTP headers work under Registery::ModPerl? set up: windows2000 apache2.0.42 mod_perl/1.99

Another header question

2002-10-04 Thread Paul Simon
Is it possible for me to create aContent-Length header for aCGI script via ModPerl::Registry or Apache? PaulDo you Yahoo!? New DSL Internet Access from SBC & Yahoo!

install/config mod_perl-2(1.99_08)

2002-10-03 Thread Paul Simon
Is there something in the configuration not jiving? Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm) In http.conf I have:Include conf/test.confAddHandler cgi-script .cgiIn test.conf I have:PerlRequire "C:/Apache2/conf/startup.pl"Location /test/ Options +ExecCGI SetHandler perl-script

Re: install/config mod_perl-2(1.99_08)

2002-10-03 Thread Paul Simon
Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote: Is there something in the configuration not jiving? Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm) In http.conf I have: Include conf/test.conf AddHandler cgi-script .cgi In test.conf I have: PerlR

Response Headers

2002-10-03 Thread Paul Simon
How do HTTP headers work under Registery::ModPerl?set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0 I had to comment out the following in the CGI script: #print "Expires: " . time2str( time() + 432000 ) . "\n";#print "Content-type: text/html\n\n"; because it would print out as

[mp2] Build problems on HPUX11.00 with HP ANSI C (aCC)

2002-09-26 Thread paul . barker
out there successful build on HPUX 11 ? I have attached the output of t/REPORT. Many thanks in advance. Paul -8-- Start Bug Report 8-- 1. Problem Description: 2. Used Components and their Configuration: *** using lib/Apache/BuildConfig.pm

Re: newbie: file uploads not working :(

2002-09-12 Thread Paul de Repentigny
should read: input type=file name=see_below Note: If you ever use them in file posts, don't forget to clean the file names, especially when it comes from Windows machine... Paul. Alan écrivit: Hi folks. I'm new to the list, and relatively new to mod_perl, but a big project thrown my way

Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Paul Lindner
http://httpd.apache.org/docs/misc/rewriteguide.html Look at the examples that show how to combine a cookie with the URI and you can use regexes to control which host is chosen. Also check out mod_backhand (discussed on this list, check the archives) http://www.backhand.org/ -- Paul Lindner

Re: Apache::Util::ht_time outputs dates in local language

2002-09-06 Thread Paul Lindner
there. Consult the strftime() man page for details on the interaction between the environment variables and the time output. Cheers, Paul -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights

win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
Hi all I upgraded from apache2.0.39 to 40 and removed, installed mod_perl-2 via ppm. NowmyApache::Registry directory is not responding. The browser just hangs. Any tips on how I can troubleshoot this? Everything isset up the way I had it workingfor2.0.39 and mod_perl-2 Thanks,paulDo You Yahoo!?

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
a simple hello worldhandler, skipping ModPerl::Registry, and see if that works... Thanks Randy Kobes <[EMAIL PROTECTED]>wrote: On Fri, 16 Aug 2002, Paul Simon wrote: Hi all I upgraded from apache2.0.39 to 40 and removed, installed mod_perl-2 via ppm. Now my Apache::Registry directory is not resp

PerlResponseHandler ?

2002-08-15 Thread Paul Simon
Hi All Can somebody answer this for me? Here are two directivesfor separate directories(1 and 2) torun under ModPerl::Registry (ModPerl::Registry is being called in via a perl startup.pl): Location /mydir1 SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders

Re: variables not changing with modperl??

2002-08-13 Thread Paul Simon
Hi darren Did you try starting apache with "httpd -X". It spawns only one process and that helps keep things inorder, as far as variable values. You can try trouble shooting with that. darren chamberlain <[EMAIL PROTECTED]>wrote: * Michael Drons <[EMAIL PROTECTED]>[2002-08-13 01:55]: Thanks for

Re: Mail::Sender modperl.

2002-07-23 Thread Paul Lindner
The request took 305.710375070572 seconds -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/

Re: Help with apache::sandwich

2002-06-13 Thread Paul de Repentigny
Éric, Try: Directory /web/httpd/htdocs/elterry ... snip ... /Directory instead. Location is used for URIs, not directories. An alternative would be: Location /elterry ... snip ... /Location if DocumentRoot is set to /web/httpd/htdocs for Apache. Paul Eric Terry écrivit

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Paul G. Weiss
I should also mention -- my perl is patched with the patch to DynaLoader.pm that Doug MacEachern posted in this list. -P -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:06 AM To: Paul G. Weiss Cc: [EMAIL PROTECTED] Subject: Re

RE: Perl_Tstack_sp_ptr

2002-06-11 Thread Paul G. Weiss
suppose I could have done --enable-threads in Apache with --with-mpm=prefork and it might have worked. Is that considered kosher? Anyway this seems good enough for now. -P -Original Message- From: Paul G. Weiss Sent: Tuesday, June 11, 2002 1:22 PM To: 'Doug MacEachern' Cc: [EMAIL

htaccess, rewrite and redirect help please

2002-06-03 Thread Paul Williams
://www.my_site.com/hello.html - Am i on track? Thanks, Paul -- == http://www.StuckMic.com/america -- The American Code Remembering the attack on America http://www.StuckMic.com -- MIVA Powered Aviation and Air

Re: HTML::Entities chokes on XML::Parser strings

2002-05-07 Thread Paul Lindner
to do here? Which module, if any, is at fault? Is there some combination of Perl Unicode-related use statements that will help me here? Has anyone else run into this problem? -John -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook

Re: HTML::Entities chokes on XML::Parser strings

2002-05-07 Thread Paul Lindner
On Tue, May 07, 2002 at 11:13:43AM -0400, John Siracusa wrote: On 5/7/02 10:58 AM, Paul Lindner wrote: The output from your example looks like UTF-8 data (Atilde; is a commonly seen UTF-8 escape sequence). XML::Parser converts all incoming text into UTF-8. You will need to convert

Re: SOAP and web services

2002-05-02 Thread Paul Lindner
40233 duesseldorf -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/

Help needed tracking down 'Callback called exit' problem

2002-04-29 Thread Paul Dlug
I have a problem I can't seem to track down, showing up in our logs is: Out of memory! Callback called exit. Typically there are two or three of these right after one another. Depending on server load they show up every 15min. to an hour. I followed the guidelines for allocating an emergency

Re: XML::RPC

2002-04-21 Thread Paul Lindner
. If all you need is simple RPC calls I find that XML-RPC provides a much more straightforward environment. Even with my background in http based rpc systems it took me a while to pick up on the idiosyncrasies of SOAP. -- Paul Lindner[EMAIL PROTECTED

Re: Apache::DProf seg faulting

2002-04-17 Thread Paul Lindner
Geoffrey and I tested our environments today and the recipe given in the book seems to work just fine: PerlModule Apache::DB PerlModule Apache::DProf -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org

htaccess

2002-04-14 Thread Paul Williams
A) nothing or, B) some text like Not Found? Paul Williams -- == http://www.StuckMic.com/america -- The American Code Remembering the attack on America http://www.StuckMic.com -- MIVA Powered Aviation and Air Traffic Control discussion and chat. http

Help us make the mod_perl Developer's Cookbook better.

2002-04-09 Thread Paul Lindner
PROTECTED] asap. Thanks again! -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/

Re: [OT?] What exactly is forwarding?

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

Re: BerkeleyDB Problems

2002-03-12 Thread Paul Lindner
is very, very cool. Good Luck -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/

Re: performance testing - emulating real world use

2002-03-12 Thread Paul Lindner
framework there in as well look on freshmeat for siege it does testing too -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/

Re: Breaks in mod_perl, works in Perl

2002-03-06 Thread Paul Lindner
DBD calls, that might involve modifying some XS code, (or it might not).. Propose a 'callback' interface on dbi-users, you'll probably get a warm reception. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org

Re: Breaks in mod_perl, works in Perl

2002-03-05 Thread Paul Lindner
block\n; print $y; warn Restored ok\n; __END__ now capturing captured text 'captured ok' shouldn't have appeard capture didn't block captured ok Restored ok -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Paul Lindner
to your unix UID. This keeps developers from using clashing port numbers. httpd -c Port $UID -c Listen $UID etc.. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http

Re: Formatted Printing

2002-02-26 Thread Paul Lindner
to the browser. There are also PDF modules on CPAN if you're not into templates... If fancy printing is not your thing, or you want full cross-platform compatibility consider text/plain output.. You can even send that to that 20 year old daisy wheel printer.. -- Paul Lindner[EMAIL PROTECTED

[PATCH] mod_perl 1.26 port to POSIX 1003.1-2001 hosts

2002-02-24 Thread Paul Eggert
environment that insists on the new standard, so I tend to run into these problems before other people do. Here is a proposed patch to mod_perl. 2002-02-22 Paul Eggert [EMAIL PROTECTED] Port to POSIX 1003.1-2001 hosts, where tail -1 doesn't work. * apaci/libperl.module, apaci

Re: Frontier::Responder question

2002-02-18 Thread Paul Lindner
. The Frontier::RPC package was last modified in 1999. Check out RPC::XML. It is very well implemented, and includes Net::Server/HTTP::Daemon based server code, and a full client implementation. Highly recommended.. -- Paul Lindner[EMAIL PROTECTED

Re: mod_perl cookbook ... next steps

2002-02-18 Thread Paul Lindner
mod_perl 2.0 compatibility.. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

Re: [BUG] Memory Courruption (was: RE: [Q] SIGSEGV After fork())

2002-02-15 Thread Paul Lindner
. A simple use sigtrap; The default signal handler used in this module gives you a stack trace before the core dump.. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http

Re: inheritance and Apache::Request

2002-02-14 Thread Paul Lindner
the universal isa and can methods while you're debugging and trying stuff out. Good luck! Wes Sheldahl -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http

Re: About PerlLogHandler phase

2002-02-11 Thread Paul Lindner
this: $r-notes('RPC_NAME', $cow); $r-notes('RPC_ARGS', $moo); $r-notes('RPC_RESULTS', $milk); -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org/ Human Rights Declaration http://www.unhchr.ch/udhr

Re: [Straying from the Topic] Installing from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-06 Thread Paul Lindner
at showing a novice how to compile and install apache+mod_perl (though not mod_ssl... alas) The complete chapter is online at http://www.modperlcookbook.org/ Regards, Paul On Thu, Feb 07, 2002 at 12:04:19AM +, Ged Haywood wrote: Hi there, On Thu, 7 Feb 2002, Rod Butcher wrote

Re: modifying apache config at runtime

2002-02-04 Thread Paul Lindner
;); # but on unauthorized requests, send to a local file $r-custom_response(FORBIDDEN, /landlubber.html); You'll have to do this for every request, because you're cannot change the global config, only the child's localized configuration.. -- Paul Lindner[EMAIL PROTECTED

Re: modperl growth

2002-02-03 Thread Paul DuBois
At 11:02 + 2/3/02, Dave Hodgkinson wrote: Paul DuBois [EMAIL PROTECTED] writes: Mac OS X includes Apache, and mod_perl works there, too. That's another group of potential new mod_perl-ized servers. I think all the recent RedHats come with mod_perl as a DSO by default. I just looked

Re: [OT] Re: mod_perl Developer's Cookbook (and Amazon)

2002-02-02 Thread Paul Lindner
case a big THANK YOU to all... We wouldn't even be having this discussion if it wasn't for this wonderful community. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http

Re: modperl growth

2002-02-02 Thread Paul DuBois
At 20:54 -0200 2/2/02, Jorge Godoy wrote: Matt Sergeant [EMAIL PROTECTED] writes: Wow, bizarre. Not sure why but the AxKit list has seen a massive spurt in traffic lately too. Perhaps due to the migration to xml.apache.org (well, just a link at the moment), but perhaps due to the above?

Re: New mod_perl Logo

2002-01-31 Thread Paul Cotter
, WebBlast, Insiouxiance, Perlandra, Exsight, Insite, HowtoSite - I really do not mind. Regards - Paul Cotter

Re: mod_perl Developer's Cookbook

2002-01-31 Thread Paul Lindner
consider funding perl-related projects like mod_perl? Perhaps if we had a big name (Ticketmaster?) we could get the ball rolling on such a thing.. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org

Re: slow regex [BENCHMARK]

2002-01-25 Thread Paul Mineiro
Paul Mineiro wrote: right. i probably should've mentioned earlier that CGAT x 5 is really fast in both mod_perl and command line. if anybody wants my actual $seq data, please let me know. i neglected to mention something big: the production version is identical but using perl

Re: slow regex [BENCHMARK]

2002-01-25 Thread Paul Mineiro
Rob Mueller (fastmail) wrote: I recently had a similar problem. A regex that worked fine in sample code was a dog in the web-server code. It only happened with really long strings. I tracked down the problem to this from the 'perlre' manpage. WARNING: Once Perl sees that you need one of

Re: slow regex [BENCHMARK]

2002-01-24 Thread Paul Mineiro
Perrin Harkins wrote: Your system has to be swapping horribly. I bet that the ulimit for whoever apache is running as has the memory segment set super low. apache is running as me on my unloaded desktop (no way this is going to production until i figure this out). my ulimit -v is unlimited.

Re: slow regex [BENCHMARK]

2002-01-24 Thread Paul Mineiro
Robert Landrum wrote: I just ran this on my system here... It's completely unloaded (load average: 0.11, 0.08, 0.02) Result: 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) @ 16.67/s (n=1) I ran it on a file that I created with perl -e print 'ABCGEFSK' x 25000 /tmp/seqdata

Re: slow regex [BENCHMARK]

2002-01-23 Thread Paul Mineiro
Paul Mineiro wrote: i've cleaned up the example to tighten the case: the mod perl code snippet is: --- my @cg; open DIL, '', /tmp/seqdata; print DIL $seq; close DIL; warn length seq = @{[length ($seq)]}; my $t = timeit (1, sub { while ($seq =~ /CG/g

Cross-site Scripting prevention with Apache::TaintRequest

2002-01-22 Thread Paul Lindner
this module could be used further are most welcome. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration http://www.unhchr.ch/udhr/index.htm

Re: Cross-site Scripting prevention with Apache::TaintRequest

2002-01-22 Thread Paul Lindner
before processing it. I've seen cases where people disguised scripting code with numeric entities.. jav...;script etc... -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http://www.modperlcookbook.org Human Rights Declaration

slow regex [BENCHMARK]

2002-01-20 Thread Paul Mineiro
hi. i'm running mod_perl 1.26 + apache 1.3.14 + perl 5.6.1 i have a loop in a mod_perl handler like so: my $stime = time (); while ($seq =~ /CG/og) { push @cg, pos ($seq); } my $etime = time (); warn time was: , scalar localtime ($stime), , scalar

Re: Single login/sign-on for different web apps?

2002-01-16 Thread Paul Lindner
for banking I've seen is from UBS. They send you a scratchlist of around 100 numbers. Every time you login you use one of the numbers and cross it off. Very slick. -- Paul Lindner[EMAIL PROTECTED] | | | | | | | | | | mod_perl Developer's Cookbook http

mod_perl in the Open Directory (www.dmoz.org)

2002-01-10 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

  1   2   3   4   >