mod perl + proxy returns Document has no data

2000-05-05 Thread lists
I am having a tricky problem with a mod_perl backend and a vanilla proxying front end I have set up: Apache 1.3.9 + Mod_perl 1.23 + Embperl 1.2.1 as a back-end server Apache 1.3.9 + mod_proxy as a front-end server. Occasionally the back-end server gets into a state where it returns empty doc

re: mod perl + proxy returns Document has no data

2000-05-05 Thread lists
Ok it's definitely a problem with the proxy... Set the backend running on its own with httpd -X, run a large (3MB) upload and everything is fine - so no mod_perl/embperl problem... (Thanks Gerald!) Set both the backend and frontend running, both with httpd -X, run the same upload: Frontend

Re: undefined symbol: PL_stack_base

2003-06-11 Thread NM Lists
On Wed, 2003-06-11 at 04:34, Stas Bekman wrote: > Are you sure that you compiled with the same perl that gets loaded? > > ldd /etc/apache/extramodules/libperl.so > > will show you which libperl.so (this time perl's) it's linked against. Then > you check that libperl.so to see if it has the symb

Problem with Apache-Roaming-0.1002

1999-10-27 Thread lists . modperl
I have problems with Apache::Roaming. 'make test' always shows: > Skip ./blib/lib/Apache/Roaming/LiPrefs/Config.pm (unchanged) > Skip ./blib/lib/Bundle/Apache/Roaming.pm (unchanged) > Skip ./blib/lib/Apache/Roaming/LiPrefs.pm (unchanged) > Skip ./blib/lib/Apache/Roaming.pm (unchanged) > PERL_DL_N

Text::Template, PACKAGES, ModPerl

2000-08-14 Thread goEbusiness.com Mail Lists
Ok, here's the scenarious. Runnign Text::Template with a PACKAGE. Let's just call it M. So, for example, I have a script $M::fill_me_in and Text::Template will fill that variable in. Anyway, I know that those are global variables, so when I enable mod_perl, they retain the previous values.

child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-23 Thread Jim Morrison [Mailing-Lists]
Hello, Could someone help!?.. I always thought that it was technically possible under mod_perl to share memory between Child processes.. Having spent the w/e getting to grips with startup.pl's and the such I'm beginning to discover that it's only possible to share read-only memory and as soon

RE: child-parent memory access / mod_perl / shared mem /inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
Perrin, > I suggest you look at IPC::MM or IPC::Shareable. IPC::Shareable is more > transparent, but IPC::MM has better performance. IPC::MM simply creates > a hash in shared memory and lets you write to it. Either of these will > allow you to share data between processes. Thanks, I'll have a

RE: child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
>> Hmm.. Yes, it sounds pretty sketchy to me too! Immediately what I am >> playing with is the idea of keeping parsed XML (XML::LibXML)in memory >> between requests. Is this a completely barmy idea? > Probably, because you'll confuse XML::LibXML's garbage collector. Sniff.. I've kind of got s

RE: child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
> > Jim Morrison [Mailing-Lists] wrote: > > Sniff.. I've kind of got something working... Enough such that one > > httpd can request an XYZ, and if a second httpd comes along a little > > later and requests the same XYZ then it will get it from shared memory. &g

Serving two pages consecutively

2003-03-05 Thread Jim Morrison [Mailing-Lists]
Hi, Anyone got a good/simple way of serving two pages consecutively with the minimum of load/hassle etc? Preferably just serving two pages from the same process. The reason being that I need to go off and get quite a bit of date from various places and I wanted to feed it back into the page piece

RE: Serving two pages consecutively

2003-03-05 Thread Jim Morrison [Mailing-Lists]
ays to serve the data > piecemeal > too. > > -Fran > > > -Original Message- > > From: Jim Morrison [Mailing-Lists] [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 05, 2003 11:07 AM > > To: [EMAIL PROTECTED] > > Subject: Serving t

Dual Processors & Mod Perl

2003-03-13 Thread Jim Morrison [Mailing-Lists]
Hey ho, Sorry if this is an FAQ or a little OT.. We're thinking of moving a couple of servers and one of the possibilities is a dual PIII box (Compaq AFAIK, probably pretty standard rack box) I'm just wondering how Linux (RedHat 7.2) deals with dual processors, and whether any of the following w

Oracle9.2 and mod_perl - advice sought

2003-03-25 Thread Jim Morrison [Mailing-Lists]
of what the best direction is... Any recommendations of modules, other lists etc.. would be very much appreciated.. Thank you kindly :-) Jimbo

RE: Oracle9.2 and mod_perl - advice sought

2003-03-26 Thread Jim Morrison [Mailing-Lists]
managed to get my XML'ing to a level that allows me to avoid > >databases thus far ;-) So I have little experience of what the best > >direction is... Any recommendations of modules, other lists etc.. would > >be very much appreciated.. > > > >Thank you kindly :-) > > > >Jimbo

mod_perl installation problem...

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Hello, I've just come a cropper trying to reinstall mod_perl, and I'm a little desparate! Any help would be greatly appreciated. (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie running along with) I'm trying to install: apache_1.3.28 + mod_perl-1.28 My config

RE: mod_perl installation problem... (A little more info)

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Further to the below.. Just found my error_log which might be of some use.. The bit that glares at me is: [Tue Jul 22 16:38:47 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/mod_perl-1.28/t/net/perl/api.pl line 11, line 1. Which is annoying because I ca

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
nse/TestApReq/request.pm line 14. [Wed Jul 23 09:42:14 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/libapreq-1.2/t/response/TestApReq/request.pm line 14. === > -Original Message- > Fr

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
Never got to the bottom of this, but have reverted to mod_perl-1.27 and libapreq-1.1 and all is now working dandy. Cheers for the help. Jim > -Original Message- > From: Jim Morrison [Mailing-Lists] [mailto:[EMAIL PROTECTED] > Sent: 23 July 2003 09:43 > To: [EMAIL PRO

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
> > Was a 'make' of libapreq successful, before the 'make test'? > And also, does the user you're running the tests as have the > proper permissions to be running tests within /usr/src/libapreq-1.2/? > > Make appeared to be successful yes (afaik)... I did wonder about the permissions thing b