Re: [mp2] make test failure, apache/daemon.t and apache/server_const.t on solaris

2007-02-09 Thread Ollie
On Feb 9, 2007, at 12:52 PM, Fred Moyer wrote: Can you run ./t/TEST -VERBOSE ./t/apache/daemon.t and post the output along with the t/logs/error_log output? Thanks for your reply. Here's the information you requested, also with server_const.t test output. -Ollie hostname:/app/ollie/down

Re: [mp2] make test failure, apache/daemon.t and apache/server_const.t on solaris

2007-02-09 Thread Fred Moyer
On Fri, 9 Feb 2007, Ollie wrote: I've seen these individually in the list here, but haven't found any answers yet. The main question I have is: is it safe to ignore these failures and go ahead with "make install"? I _think_ you should be ok here. Gozer posted a patch [1] a few days ago that

Re: script to test Apache2::Request

2007-02-09 Thread Frank Wiles
On Thu, 8 Feb 2007 13:13:47 -0800 (PST) Jeff Y <[EMAIL PROTECTED]> wrote: > I installed Apache2::Request by using CPAN and > > # perl -MApache2::Request -e 'print "installed!\n"' > > returns the good result. Do you have a Perl script that can be used > to test if Apache2::Request wo

Re: Unaltered cgi upload

2007-02-09 Thread Stephan Jennewein
I changed the cleanup stuff to a perlcleanup handler, but I want to check if the temp directory, where the upload should store stuff, does already exist. and if it's exist quit immediately but since I switched to modperl it waits until the whole upload has finished before it quit. Changeing exit()

[mp2] make test failure, apache/daemon.t and apache/server_const.t on solaris

2007-02-09 Thread Ollie
I've seen these individually in the list here, but haven't found any answers yet. The main question I have is: is it safe to ignore these failures and go ahead with "make install"? -Ollie -8<-- Start Bug Report 8<-- 1. Problem Description: Failed Test

Re: apache MaxClients and locking up

2007-02-09 Thread John ORourke
Thanks for all the advice guys - due to pressure from the customer I'm going to concentrate on optimising the app and then look into the server optimisations. It's suffering from inner-platform-effect at the moment (http://thedailywtf.com/forums/69415/ShowPost.aspx ) so the DB is doing way too

Re: apache MaxClients and locking up

2007-02-09 Thread Kjetil Kjernsmo
On Thursday 08 February 2007 17:42, Jonathan Vanasco wrote: > Are you using a 2 sever setup, where mp runs on an alternate port and >   something on port 80 (or elsewhere on the LAN) proxies the request > ? If not, try setting that up.  That can squeeze out some > performance. You could just have a