Re: Creating a proxy using mod_perl

2002-03-15 Thread Steven Cotton
On Fri, 15 Mar 2002, Igor Sysoev wrote: On Fri, 15 Mar 2002, Marius Kjeldahl wrote: Any other ways of accomplishing the same without the added overhead of my perl module? You can use 1. mod_proxy: ProxyPass /images/http://image.site/image/ I'd go for this, perhaps with

Re: parsing an apache-like conf-file

2001-01-31 Thread Steven Cotton
On Wed, 31 Jan 2001, Matt Sergeant wrote: On Wed, 31 Jan 2001, Jonas Nordstrm wrote: I have a proxy-application that I want to make as generic as possible by using configure files. Looks like a job for XML::Simple. Or Config::General::Extended. -- steven 1;

Re: Recompiling modperl ?

2000-12-13 Thread Steven Cotton
On Wed, 13 Dec 2000, Petter Larsson wrote: Hi, Is it possible to recompile mod_perl to add features (for example PERL_AUTHEN=1) without having to recompile apache itself ? Only if you load mod_perl via DSO. -- steven 1;

mod_perl IPC under Solaris 7

2000-12-08 Thread Steven Cotton
Hi, Anyone here any good with debugging IPC "No space left on device" errors? I can't find anything on the web or in deja, and am basically at a loss. Using Storable 0.703 and ShareLite 0.08 I'm getting a lot of the above errors when I have around 40 httpd children. Has anyone else used IPC

Re: mod_perl IPC under Solaris 7

2000-12-08 Thread Steven Cotton
Well, I ended up trussing the processes: semop(0, 0xFF0C4E70, 3) Err#28 ENOSPC man semop produces: ENOSPCThe limit on the number of individual processes requesting an SEM_UNDO would be exceeded. So, I thought changing the shminfo_semmnu to a

Re: mod_perl IPC under Solaris 7

2000-12-08 Thread Steven Cotton
On Fri, 8 Dec 2000, Mark Doyle wrote: I suppose the first place to look is to use the Solaris commands ipcs and ipcrm... Also, I believe you have to update the kernerl parameters for shared memory. The default is pretty skimpy. Look at adding things like: to /etc/system. Yes, I have made

Re: Sharing vars across httpds

2000-11-06 Thread Steven Cotton
On Mon, 6 Nov 2000, Differentiated Software Solutions Pvt. Ltd wrote: Hi, We want to share a variable across different httpd processes. Our requirement is as follows : Look at the IPC::* modules, IPC::ShareLite will do exactly what you need. -- steven

Re: IPC::Shareable (was Re: Perl module - LWP)

2000-10-22 Thread Steven Cotton
On Sat, 21 Oct 2000, Alexander Farber (EED) wrote: Is anybody successfully using it under Solaris or OpenBSD? "make test" hangs for me on these platforms and the module author is unreachable :-( What version of Perl are you using? I had some problems with make test, one of the tests doesn't

IPC::Shareable problems

2000-09-06 Thread Steven Cotton
n't turned up anything. I'm running Apache 1.3.12 and Perl 5.6.0. Thanks, -- Steven Cotton [EMAIL PROTECTED]