Re: Problem configuring and making mod_perl

2003-07-16 Thread C. Jon Larsen
nssl/kssl.h:165: parse error before '*' token > /usr/include/openssl/kssl.h:167: parse error before "enctype" > In file included from mod_ssl.h:116, > from mod_ssl.c:65: > /usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX" &

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

2003-02-05 Thread Jon
(Just an informational post to round off the thread.) The following worked for me, I now have a working mod_perl 1.99! At 15:08 15/01/2003 +0100, Jérôme Augé wrote: To compile mod_perl-1.99_xx on RedHat 8.0 I used : $ perl Makefile.PL MP_APXS=/usr/sbin/apxs First, I removed the original mod_p

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

2003-01-15 Thread Jon
in I could see the path in @INC, the module was chown'ed to the user apache is running as, and it has wide-open file permissions. 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

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

2003-01-15 Thread Jon
read-multi/ModPerl/Registry.pm ... but this is going into the realms of general Perl questions ... I'm wondering what I need to tweak to get the RPM to work, or a working parameter to pass to Makefile.PL jon At 15:08 15/01/2003 +0100, you wrote: On Wed, Jan 15, 2003 at 01:32:30PM +, Jon

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

2003-01-15 Thread Jon
0%] package mod_perl-1.99_05-3 is already installed Nice. Essentially I just want to get mod_perl 2 working again and forget using the old Apache:: modules, either using the 1.99_08 binary or the 1.99_05-3 RPM. Any suggestions much appreciated! TIA, Jon

RE: development techniques - specifically debug methods

2003-01-09 Thread C. Jon Larsen
refresh browser -> > > possibly look at the error log -> edit code -> ... > > Honestly, this method has always been very efficient for us and most of the > time we don't need anything more sophisticated for devel/debug. Now for > more formal testing, that g

win32 testing only?

2002-12-05 Thread Jon Reinsch
At http://perl.apache.org/docs/1.0/guide/getwet.html#Installing_mod_perl_for_Window it says: "we recommend that mod_perl on Windows be used only for testing purposes, not in production" Does this apply to mod_perl 1.0 only, or to 2.0 as well? If both, is it likely to change anytime soon? (I re

Knowing the connection status

2002-11-07 Thread Jon
to keep track of my status in a safe way? If you're thinking refuse to do it, go to the makers of the API and beat them untill they fix it up or snort/strace the API and make your own API based of what they send, I've allready thought about it and I've come to the conclusion they're not options :) /Jon

Re: PerlRun and text/xml data: zero bytes

2002-09-20 Thread Jon
> print "Content-length: $length\n"; > print "\n"; > print $plainText; > > The content length is 0! I guess you've checked that $plainText isn't of length 0? /Jon

Seg Fault with PHP and Perl together

2002-09-04 Thread Jon Harris
y and do things like this on a RAQ something breaks something else, usually its the GUI and I get about 50 phone calls. perl is version 5.005_03, Apache 1.3, PHP 4.21 TIA Jon Harris [EMAIL PROTECTED]

Re: Hiding perl code

2002-07-22 Thread Jon
At my former employer's, we built an Enterprise Management System out of mod_perl. He wants to distribute it to clients w/o risking theft of his code. --Jon R. PGP Key fingerprint = 12 DA FC 06 AB 4C D6 A4 DE 03 E0 77 D6 DE E0 73 PGP public key available by fingering [EMAIL PROTECTED] O

Re: Sending Mail

2002-06-13 Thread Jon Robison
Geesh, it's nice having the books author(s) on the mailing list here! --Jon R. Geoffrey Young wrote: > > Jon Robison wrote: > > > Can MIME::Lite do attachments? > > > > yes. there is an example in the cookbook that uses MIME::Lite: > > http://www.

Re: Sending Mail

2002-06-13 Thread Jon Robison
Can MIME::Lite do attachments? --Jon Joe Breeden wrote: > > We use MIME::Lite seems to work well for us. > > > -Original Message----- > > From: Jon Robison [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 13, 2002 8:57 AM > > To: [EMAIL PRO

Sending Mail

2002-06-13 Thread Jon Robison
iewed page in a textual format, and send the mail. I'm just looking for recommendations on a good perl mailing module for this kind of use. --Jon Robison

Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Jon Robison
Don't recall offhand, but I know there is an http.conf momd_perl config command that will set 'auto-header' for you. Perhaps that is already on? --Jon Robison Issac Goldstand wrote: > > umm... If you send them twice. Aside from happening by doing > $r->send_http_

Re: separating C from V in MVC

2002-06-13 Thread Jon Robison
mt = "There is no such action as \'" . $act . "\'\n"; $r->pnotes('error', $stmt); $r->push_handlers(PerlHandler => 'FES::Error::Error'); $r->handler('perl-script'); return DONE; } ## end else [ if (my $h = $actions{$act... } 1; That's how I impliment at least _part_ of my controller without resorting to huge IF statements. Is this what was meant guys? --Jon R. If this is overly simplistic, or not what you meant, feel free to smack me around.

Re: MVC Topic Joy

2002-06-10 Thread Jon Robison
from $html_obj->view_data. It just adds the result to $body. It's the html module's job to fill the return from view_data with the correct information. Hope this explanation serves. Like I said, I can't lay claim to being a guru ;-) --Jon Perrin Harkins wrote: > > Jon

MVC Topic Joy

2002-06-10 Thread Jon Robison
he overall system, I know I need to re-think what I am doing. Simplistic, yes. Workable, yes. It meets the KISS principle, at least. ;-) Comments, disagreements, smacks across the virtual face willingly accepted. --Jon Robison

Re: RPM for apache/mod_perl/mod_ssl

2002-06-05 Thread Jon Robison
fliptop, I'll take a copy of that spec file, if you don't mind!!! --Jon Robison fliptop wrote: > > Fran Fabrizio wrote: > > > > > We're currently struggling for an easy way to distribute our > > apache/mod_perl/mod_ssl-based application to our da

Re: Apache::TicketAccess

2002-05-31 Thread Jon Robison
You might want to consider Apache::AuthTicket, which IS in CPAN. It's an expanded version of the Eagle book's modules, and very capable, yet also relatively simple. --Jon Robison Per Einar Ellefsen wrote: > > At 21:50 31.05.2002, Arnold van Kampen wrote: > > >

Re: [OT] Refs don't work, like I want

2002-05-17 Thread Jon Robison
AAA BBB CCC /; my $i; for ($i =0; $i < scalar(@args); $i++) { $vars->{$args[$i]} = $vals[$i]; } $var->{'key1'} = "some other value"; This would not have overwritten the $var->{'key2'} assignment. --Jon Robison "F.Xavier Noria" wrote: > > On F

Re: Scope of Perl Special Variables

2002-05-05 Thread Jon
I thought that using 'local' would successfully scope those globals to within a sub, so you could,k for example, slurp an entire file by doing: local $/ = undef; my $file = ; Or am I wrong in that? I use it frequently, and don't seem to have any troubles. --Jon R. PGP Key fing

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Crud! Well, at least I hadn't said "spell" checker! --Jon fliptop wrote: > > Jon Robison wrote: > > > No it is not. It should read "not so great if you need your hands held." > > i think he was referring to the fact that you spelled grammar incorrectly.

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Oye! Hmmat least I have the excuse that I'm not a writer ;-) --Jon Fran Fabrizio wrote: > > > "Wiswell, Virginia" wrote: > > > >>>>Somebody get this reviewer a grammer checker! > >>> > >>this is a joke, righ

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
No it is not. It should read "not so great if you need your hands held." --Jon R "Wiswell, Virginia" wrote: > > >> Somebody get this reviewer a grammer checker! > > this is a joke, right? > > -Original Message- > From: Jon Robison [mai

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Not sure I would want this person evaluating my books . . . "not so great if you need your hands holded." Somebody get this reviewer a grammer checker! --Jon Robison Stas Bekman wrote: > > For a nice review of the latest and the greatest mod_perl co

Re: Apache::OK error

2002-04-25 Thread Jon Robison
maybe a "use Apache::Constants qw/ :common /;" ???? --Jon Robison "Lihn, Steve" wrote: > > Hi, > I am testing the Apache::Echo connection handler for Apache2 and mod_perl 2. > But encounter the following error: > > [Thu Apr 25 15:32:15 2002] [error] f

Re: full-featured online database apps

2002-04-24 Thread Jon Robison
administering mysql databases. www.webmin.com --Jon Robison Adi Fairbank wrote: > > Does anyone know of a good customizable, user-friendly, online database > application, preferably mod_perl-based? I want to migrate a small Access > database to MySQL with a web interface, for added featu

RE: Content management systems

2002-04-08 Thread Jon Coulter
Yeah, the system that runs slashdot (and many other major sites), 'slashcode' is in modperl: www.slashcode.com I think the 'everything' system that runs perlmonks.org is in mod_perl too, might want to check it out (just see the perlmonks' site) Jon Coulter [EMAIL P

Re: mod_perl and open files limit

2002-04-06 Thread jon schatz
awhile. > What kind of diagnostics can be done to find out what causes the > problem? try lsof(8), which will list all open files (and the process they belong to). -jon -- [EMAIL PROTECTED] || www.divisionbyzero.com gpg key: www.divisionbyzero.com/pubkey.asc think i have a virus? www.divisio

Apache 2.0 gold -- now when mod_perl 2.0?

2002-04-05 Thread Jon Coulter
It looks like Apache 2.0(.35) is 'gold', so when can we expect a 'gold' version of mod_perl 2.0 so we can actually make apache 2 fun? ;p Jon Coulter [EMAIL PROTECTED]

Apache::VMonitor not showing requests (might be Apache::Scoreboard problem)

2002-04-04 Thread Jon Molin
nitor::Config{PROC_REGEX} = join "|", qw(httpd mysql); #END And here's my system: Embedded Perl version v5.6.0 for Apache/1.3.23 (Unix) mod_perl/1.26 $Apache::VMonitor::VERSION = '0.6'; Apache::Scoreboard version: $VERSION = '0.10'; So is there anything obivous I've missed out? /Jon

Re: AddModule mod_perl.c

2002-03-27 Thread jon schatz
also check this out ("Apache Compile HOWTO"). Walks you through compiling apache + mod_perl + mod_ssl + php + just about everything else you need. i keep it bookmarked because i always forget the openssl commands to generate a self-signed certificate. http://www.delouw.ch/linux/a

Re: Accessing Apache master process pid

2002-03-26 Thread Jon Jensen
On Wed, 20 Mar 2002, Geoffrey Young wrote: > > > Jon Jensen wrote: > > > > > > > > Within mod_perl, I would like to know the pid of the master Apache daemon, > > well, here's one other way: > > > $Apache::Server::SaveConfig = 1; > $

Re: Asia To USA Shipping Rates

2002-03-25 Thread Jon Molin
to this address if you wanna be removed too'? ;) /Jon > we are the ones with the power. . .we are the GEEKS! And the NERDS! I mean > those two words in the best of light, with the greatest of respect and > pride. :D > > Cheers, > Ward >

Re: Accessing Apache master process pid

2002-03-19 Thread Jon Jensen
On Wed, 20 Mar 2002, Stas Bekman wrote: > Jon Jensen wrote: > > > > Within mod_perl, I would like to know the pid of the master Apache daemon, > > perldoc -f getppid Thanks, Stas. I should've found that. I'm still interested in getting the PidFile setting at r

Accessing Apache master process pid

2002-03-19 Thread Jon Jensen
d seems totally unavailable. (Apache::Scoreboard, for example.) Does anyone know of a nice way to do this? Thanks, Jon

Re: Net::LDAP::Extension

2002-02-27 Thread Jon Molin
Murugan K wrote: > > Hi > Can please you direct me to the Net::LDAP::Extension > Documentation. > http://search.cpan.org/search?mode=module&query=Net%3A%3ALDAP%3A%3AExtension > Thanks in advance. > > Regards > K.Murugan

Re: how to pass data in internal redirects?

2002-02-26 Thread Jon Robison
$r->pnotes persist across internal_redirects, I believe. --Jon Robison Igor Sysoev wrote: > > On Tue, 26 Feb 2002, F. Xavier Noria wrote: > > > I suppose that controllers would use internal redirects to call the > > views, is there a way to pass Perl data this w

Re: Apache::Session

2002-02-26 Thread Jon Robison
As an add-on to this, does anyone know if one could use MySQL HEAP (memory resident) tables for the session table? --Jon Robison Rob Bloodgood wrote: > > > I am using Apache::Session with Postgresql. Unfortunately I had > > never worked with a huge amount of data before I sta

Re: Configuration problem -- HTML embeded cgi script calls not working [using default MDK/Linux 8.1 (Apache 1.3)]

2002-02-18 Thread Jon Robison
The exec flag on the file tells Apache to parse it for ssi. --Jon R. Ryan Parr wrote: > > http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermitssi > for more information than I'm writing out... > > You need to have (somewhere in the main configur

Re: POST without any content - sometimes

2002-02-16 Thread jon
en, maybe > there's the problem? I don't know about Personal Firewall, but Norton Internet Security does indeed strip off referer tags. We discovered this at work while debugging a similar problem. This is part of the "Privacy Control" component -jon -- [EMAIL PR

Re: POST without any content - sometimes

2002-02-15 Thread jon schatz
On Fri, 2002-02-15 at 16:20, jon schatz hit the send button to quickly: > runs on *nix and win32. using something like this makes it easier t meant to say "makes it easier to see the actual HTTP conversation, not just the tcp traffic". oops. -jon -- [EMAIL PROTECTED] || www.divis

Re: POST without any content - sometimes

2002-02-15 Thread jon schatz
On Fri, 2002-02-15 at 16:07, Ged Haywood wrote: > [snip,snip] > > to use tcpdump in this case, Any hints? > > You can use tcpdump to record the entire conversation between the > browser and the server. To find out how to use it you can just type > 'man tcpdump'. although tcpdump output isn't

Re: Question...

2002-02-13 Thread Jon Robison
On page leave? Well I think you can of course use javascript on all the links on the page, but I don't believe you can do much about the user typing in a new url in the browser. . . but that's just IMHO. --Jon Ryan Parr wrote: > > I think I'm missing something... >

Re: Question...

2002-02-12 Thread Jon Robison
Cookies! /me is in smartass mode today. --Jon Ron Beck wrote: > > Hello all, > I need to know how to clear the $ENV variables. For example, I use a > .htaccess file for specific directories which requires the user to enter > userID and password. When they exit the page, I wa

Re: [OT] callisto software graphics

2002-02-07 Thread Jon Robison
Obviously one of those "Use our program to build your web site in just 1 hour!" things. Maybe NOFusion? It used to come with a bunch of those "Fast Templates" --Jon R. Aaron Ross wrote: > > http://callistocms.com v http://w.moreover.com/ > > hmmm >

Re: Tracing script with problem

2002-01-25 Thread Jon Molin
e request is done, otherwise could that easily be used for checking the parameters, and not only loging. /Jon > _ > Stas Bekman JAm_pH -- Just Another mod_perl Hacker > http://stason.org/ mod_pe

Tracing script with problem

2002-01-25 Thread Jon Molin
e it'd take me a long time finding the problem if i only knew the name. /Jon

Re: DECLINED unless 'text/html' but images never make it

2002-01-14 Thread Jon Robison
How about trying: return DECLINED unless $r->is_initial_req; Image calls are not initial requests, they are sub requests. --Jon Robison "R.Munden" wrote: > > I've a script (controlled by a directive) that wraps a standard > header and footer around an HTML page &

Re: Apache and Perl togheter

2002-01-09 Thread Jon Molin
Alan Civita wrote: > > is it possible that i have to do something special > in compiling apache to activate the perl mode? have you read at perl.apache.org? or about executing cgi's in apache? /Jon

Re: Apache and Perl togheter

2002-01-09 Thread Jon Molin
; More information about this error may be available in the > server error log have you checked the error log? /Jon > > The CGI script is a stupid test " hello world" CGI script > ... > > Script written in sh script work. > Can someone solve my problem please... > Thx to all > Alan

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-02 Thread Jon Robison
As far as the cacheing goes, we have had extremely good luck with IPC::ShareLite used to share info across mod_perl processes. --Jon R. Chip Turner wrote: > > "Bruce W. Hoylman" <[EMAIL PROTECTED]> writes: > > > Ciao! > > > > I would like some inpu

PushHandler and Cookies

2002-01-01 Thread Jon Robison
;Ticket'}->value; return \%ticket; } 1; ##3 I have tried switching from CGI::Cookie to Apache::Cookie (and modifying the commands to suit) - no luck. Same thing. Can anyone see something obvious that I am doing wrong? I realized that this is probably a "newbie" question, but I could use the help. I have re-written the Logout.pm a dozen times, to no avail. --Jon Robison

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread C. Jon Larsen
otype very quickly. When you prove that the prototype works you don't need to rewrite - mod_perl scales up better than any other web application technology available - period. -jon On Fri, 14 Dec 2001 [EMAIL PROTECTED] wrote: > > > -- Jeff Yoak <[EMAIL PROTECTED]> on 12/14/0

Re: Doing Authorization using mod_perl from a programmersperspective

2001-12-10 Thread Jon Robison
during user interface development, etc. where menus differ based on some criteria for users) --Jon Robison David Young wrote: > > fliptop wrote: > > Joe Breeden wrote: > >> > >> How does this work in an environment with two (or more) computers with the > >> exa

[OT] eval

2001-12-10 Thread Jon Molin
27;); #EOF when i run the script with row (<--- ODD ROW) it workds fine: bash-2.04$ perl constant.pl Oct -> 10 Dec -> 12 Mar -> 03 Feb -> 02 Jan -> 01 Nov -> 11 May -> 05 Aug -> 08 Sep -> 09 Jul -> 07 Apr -> 04 Jun -> 06 HASH(0x80f8270)=12 but if i remove that line i get: bash-2.04$ perl constant.pl HASH(0x80f8270)= ie it doesn't seems to find the variable...This seems like vodoo to me. Can anyone explain or point me to a place with an explanation? /Jon

Re: [modperl site design challenge] please vote

2001-12-04 Thread Jon Molin
org/~stas/site/candidates/allan-juul/ /Jon

Deleting a cookie

2001-11-27 Thread Jon Robison
I have created a login system using the wonderful Ticket system from the Eagle book. I have modified TicketAccess so that after authentication, it reviews the arguments in the query string and does push_handler, the handler being chosen based on the args. My only problem is that I want to provid

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
How about using an Apache::Sessions id instead of IP address? --Jon Robison "Randal L. Schwartz" wrote: > > >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes: > > fliptop> i have found that using the HTTP_USER_AGENT environment >

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
Randall, you want to expound upon that? --Jon Robison "Randal L. Schwartz" wrote: > > >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes: > > fliptop> i have found that using the HTTP_USER_AGENT environment > fliptop> variable

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread Jon Robison
fliptop wrote: > > Jon Robison wrote: > > > > The most relevant section for you is the Ticket system he describes. (I > > believe the section header says something about Cookies, but you'll know > > you have the right one when you see TicketAccess.pm, TicketToo

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-15 Thread Jon Robison
Jonathon, I am doing exactly this also. What works is this: Get a copy of "Writing Apache modules with perl and C" and read it. The most relevant section for you is the Ticket system he describes. (I believe the section header says something about Cookies, but you'll know you have the right on

Silly Newbie Question: cookies and such

2001-11-12 Thread Jon Robison
Unfortunatly, I find myself with a silly newbie question: I need to make an Apache module (not a Registry script) which will: 1. Check for a cookie, and if not there, pushhandler to a module for logging in (keeping the original request at hand for use after they succeed in logging in). 2. Extrac

Re: [JOB] Red Hat Network Web Engineer positions open

2001-11-08 Thread Jon Robison
Jiminy Crickets Chip! Yer makin me drool! If it weren't for the "Move to NC" part, I'd be doing my best to be your new closest buddy ;-) --Jon Robison Uniphied Thought, LLC Dearborn, MI Chip Turner wrote: > > Hello all, > > We have a couple openings doing

Re: [OT] FW: OWASP Update

2001-10-29 Thread Jon Molin
only me that get 404 Not Found ? both on http://www.owasp.org/projects/cov/index.htm and http://www.owasp.org is this the beginning of a new word? the site has been modperled :) /jon Matt Sergeant wrote: > > Not sure if this should really be considered off topic, as it should be >

Re: @INC

2001-10-23 Thread Jon Robison
"Plows, Sean (London)" wrote: > > How can I set this as my cgi's can't locate my libs? > > > Regards, > > > > Sean Plows Sean - try "use lib '/path/to/my/libs';" That should "append" your library path to @INC. Wo

Re: Touble getting apache going...

2001-09-10 Thread Jon Molin
Tim J Spriggs wrote: > > I am running Debian Linux(Woody) and installed apache-perl and all of the > supporting libraries. Whenever Apache is run I get the error message: > > --- > [Mon Sep 10 16:50:03 2001] [error] Can't lo

Re: tracing memory problem

2001-09-07 Thread Jon Molin
Stas Bekman wrote: > > On Fri, 7 Sep 2001, Jon Molin wrote: > > > Hi list, > > > > I have a memory leak in a script or module, the problem is that i've > > resently added many scripts and modules and can't easily isolate the > > problem. Is

tracing memory problem

2001-09-07 Thread Jon Molin
3.8 0:13 httpd doesn't help me too much... /Jon

Re: Apache::Request cookie handling methods?

2001-09-03 Thread Jon Nangle
>>>>> "princepawn" == princepawn <[EMAIL PROTECTED]> writes: princepawn> Could someone point me to the documentation for princepawn> apache-based cookie handling? perldoc Apache::Cookie Jon

Re: using mod_perl

2001-08-24 Thread Jon Molin
try looking at http://perl.apache.org/ /jon [EMAIL PROTECTED] wrote: > > Hi! I am wondering if anyone could tell me how to actually run > modperl on my webserver i have perl modules installed to run without > modperl and dont know how to invoke the process to get them working >

perlmagick and leaking memory

2001-08-21 Thread Jon Molin
18'); #fixing the size print "Content-Type: image/gif\n\n" ; $montage->Write();# the image doesn't come out out unless i use Write before print $montage->ImageToBlob(); undef $montage; undef $images; undef $image_obj; Anyone see any obvious mistakes? I also tried putting this before the undef's but it didn't do any difference: for (my $i = 0; $i <= 48; $i++) { undef $image_obj->[$i]; } /Jon

RE: Problem with ASP Pages

2001-04-17 Thread Bridges, Jon
>>"Bridges, Jon" wrote: >> >> I'm working on Windows 2000 and have finally managed to get the mod_perl and >> Apache::ASP extensions working. I can confirm this as when I open up .htm >> files with embedded asp everything works fine. >> >

Problem with ASP Pages

2001-04-12 Thread Bridges, Jon
l try and download them. Has anyone got any ideas on why this is happening Thanks Jon

Sr software engineer positions at AvantGo

2001-02-07 Thread Jon Swartz
es include experience with C and/or Perl, Apache, SQL, and a computer science or equivalent degree. All positions are full-time and on-site. Occasional work-at-home may be negotiated. Send your resume to [EMAIL PROTECTED] or [EMAIL PROTECTED] if interested. Cheers Jon

Re: can't flush buffers?

2000-12-23 Thread C. Jon Larsen
> > I posted something like this a week ago, but typos in my message kept > anyone from understanding the issue. > > I am trying to return each row to the client as it comes from the > database, instead of waiting for all the rows to be returned before > displaying them. Why woul

Apache::DBI

2000-11-13 Thread Jon Molin
ld DBI who won, without Apache::DBI. Am I doing something wrong? I've added 'PerlModule Apache::DBI' in httpd.conf and as I could understand it wasn't it nessicery to add anything else... /Jon

Re: Forking in mod_perl?

2000-10-04 Thread C. Jon Larsen
I use a database table for the queue. No file locking issues, atomic transactions, you can sort and order the jobs, etc . . . you can wrap the entire "queue" library in a module. Plus, the background script that processes the queue can easily run with higher permissions, and you don't have to wor

Re: reloading PerlHandlers

2000-08-11 Thread Jon Nangle
In-Reply-To: <2810230556.A628@isis> > But, when I tweak the code of a module I have to do an apachectl > graceful or something, very annoying. perldoc Apache::StatINC and read the guide: http://perl.apache.org/guide/ Jon

Re: [OT] Anyone know a good perl mailing list?

2000-07-19 Thread Jon Wyatt
groups through our company firewall. > Email I can get. > > Is there *not* a list? ~sigh~ > Could you not use deja or Remarq. Alternatively, for a small fee (per message) I will email you each and every message on your required NG and will mail any of your replies under the pseudonym 'Arthur Drainpipe'. Jon.

Re: HTML::Mason - declaration of subs outside out <%ONCE> sections?

2000-07-06 Thread Jon Nangle
p://netizen.com.au/mailman/listinfo/mason Jon

Re: How to configure Apache to make work CGI ???

2000-07-05 Thread Jon Wyatt
figure apache to allow execution of cgi scripts. If you already have achieved some of these then you need to be more specific about what isn't happening and what error messages you are getting. Jon.

Re: Virtual Hosts and POST

2000-07-03 Thread Jon Wyatt
Jay J wrote: > > Jon Wyatt wrote: > > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > Simple first stage question:- > > > > > > > > Your not using mod_rewrite at all (it took me 6 hours to work out that that &g

Re: Virtual Hosts and POST

2000-06-30 Thread Jon Wyatt
Jon Wyatt wrote: > > [EMAIL PROTECTED] wrote: > > > > Simple first stage question:- > > > > Your not using mod_rewrite at all (it took me 6 hours to work out that that was >causing the same problem for me). > > > > I wasn't but I am now and i

Re: Virtual Hosts and POST

2000-06-30 Thread Jon Wyatt
[EMAIL PROTECTED] wrote: > > Simple first stage question:- > > Your not using mod_rewrite at all (it took me 6 hours to work out that that was >causing the same problem for me). > I wasn't but I am now and it's made no difference. Next ;-) Jon.

Virtual Hosts and POST

2000-06-30 Thread Jon Wyatt
home/billy ServerAdmin billy@billy ServerName www.billy.com Alias /perl/ /home/billy/cgi-bin/ Alias /cgi-bin/ /home/billy/cgi-bin/ And the relevant section in my mod_perl.conf looks like SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI all from all PerlSendHeader On Jon.

Re: unsubscribe instructions

2000-05-23 Thread Jon Wasserman
Yeah!!! ME TOO. How the heck do I unsubscribe. The e-mail is increasing exponentially. >From: "Fabio Arciniegas A." <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: unsubscribe instructions >Date: Tue, 23 May 2000 09:46:53 -0400 > >Hello, >I'm sorry to send administrative questions to the

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 Apa

Re: performance mongers: since when is using CGI.pm or Apache::Registrydishonorable?

2000-03-31 Thread C. Jon Larsen
Setup a single appRequestHandler() that uses a hash table to map uris to functions. Becomes even more useful when you put your library code for sessions, headers, footers, etc in the wrapper routine. - my $info = { c jon larsen => 'ric

Re: performance mongers: since when is using CGI.pm or Apache::Registrydishonorable?

2000-03-29 Thread C. Jon Larsen
CGI.pm is a great piece of code, but its very monolithic. Lincoln/Doug's libapreq module is probably much faster (I have never run benchmarks) than CGI.pm, so it makes sense for those who like the Q->param type interface (I do) for working with CGI environment variables, but don't need all the h

RE: mod_perl on Apache 2.0

1999-11-03 Thread C. Jon Larsen
One of the main reasons I use mod_perl is because of the pre-fork caching I can do in the parent that the children can share cheaply. I take huge data structures and assemble them in ram as read-only databases (read hash tables) that are much faster and simpler to access than sql (I use sql only

Re: Any help showing examples of database only web site w/mod_perl/my sql

1999-10-26 Thread Jon J
an exercise to the reader. > -- > James Smith <[EMAIL PROTECTED]>, 409-862-3725 > Texas A&M CIS Operating Systems Group, Unix > > > --- "I keep banging my head on things," Tom said, bashfully. ---