Re: low shared memory

2006-04-18 Thread Perrin Harkins
On Tue, 2006-04-18 at 14:23 -0400, Osmani Gomez wrote: > The interesting thing is there is another server with the same OS, > pretty same config with the same code, but apache was installed there > some time ago, I do not know the compile parameter. This one show a high > shared memory about 40

Problem with apache2 config file

2006-04-18 Thread Dan Peterson
Disclaimer: I don't know much perl :) I've got a client who's running an OLD version of apache 1.3 and would like to migrate to apache2.  They had someone set up their site long ago and he is now elsewhere.  They have this in their apache2.conf (running on Debian Sarge) and it's resulting this err

low shared memory

2006-04-18 Thread Osmani Gomez
Hello List, I have a weird problem, related to shared memory. I am using OS: RedHat 7.3 Apache 1.3.34 mod_perl 1.29 the compile options were the standard: DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 for apache configure: activate-module=src/modules/perl/libperl.a --enable-shared=perl ... perl: 5.6

Re: Apache::FakeRequest for automated tests

2006-04-18 Thread Geoffrey Young
Jay Buffington wrote: > Hi, > > I have a handful of fairly simple mod_perl 1 handlers that I want to > test. I've tried using Apache::FakeRequest, but its lacking in a lot > of areas. > > After subclassing it I was able to write a test that looked for the > correct headers_out, but it was a pa

Apache::FakeRequest for automated tests

2006-04-18 Thread Jay Buffington
Hi, I have a handful of fairly simple mod_perl 1 handlers that I want to test. I've tried using Apache::FakeRequest, but its lacking in a lot of areas. After subclassing it I was able to write a test that looked for the correct headers_out, but it was a pain and kind of sloppy. Does a more comp

Re: SVN::Client problem under mp2

2006-04-18 Thread Enno
On Tue, 18 Apr 2006, Tom Schindl wrote: > Enno wrote: > > Hey list, > > > > I ran into a nasty problem with SVN::Client under mp2.0.2. I simply want > > it to connect to an ssl svn server with a specified username and password. > > > > When I run the needed code from cmdline, everything works pe

Re: SVN::Client problem under mp2

2006-04-18 Thread Enno
No, ofcourse my apache does not have access to /root, it is why I wrote the _simple_prompt provider. It should take care of that. which it does from the cmdline, as I dont even have a ~/.subversion dir on the server in question. Enno On Tue, 18 Apr 2006, Tom Schindl wrote: > Has the user your ap

Re: SVN::Client problem under mp2

2006-04-18 Thread Tom Schindl
Enno wrote: > Hey list, > > I ran into a nasty problem with SVN::Client under mp2.0.2. I simply want > it to connect to an ssl svn server with a specified username and password. > > When I run the needed code from cmdline, everything works perfect, but > when I try to run it using an mp2 handler,

Re: SVN::Client problem under mp2

2006-04-18 Thread Tom Schindl
Has the user your apache is running in permissions to: - directory - file ? Tom signature.asc Description: OpenPGP digital signature

SVN::Client problem under mp2

2006-04-18 Thread Enno
Hey list, I ran into a nasty problem with SVN::Client under mp2.0.2. I simply want it to connect to an ssl svn server with a specified username and password. When I run the needed code from cmdline, everything works perfect, but when I try to run it using an mp2 handler, it craps out with the fol

Net-SSH-Perl

2006-04-18 Thread Patrick Hartemann
Hello List, I'm working on RHEL4 U03 system with Apache 2.0.52.22 and mod_perl 2.0.2-100. I'm writting cgi script using Net-SSH-Perl and I'm getting an issue when I use mod_perl : --- #!/usr/bin/perl -w use