Re: Apache Bench

2001-12-02 Thread William A. Rowe, Jr.
From: Joshua Chamas [EMAIL PROTECTED] Sent: Friday, November 30, 2001 11:08 AM Last I checked, ab which comes with Apache, had not yet been ported to NT/2000 officially. However, there does seem to be a port available here: http://www.remotecommunications.com/apache/ab/ Upon testing

Re: [OT] log analyzing programs

2001-12-02 Thread Brian Reichert
On Sat, Dec 01, 2001 at 11:49:23PM -0800, Bill Moseley wrote: Any suggestions for favorite ones? wusage seems to require a lot of resources -- maybe that's not unusual? It runs once a week. Here's a about six days worth of requests. Doesn't see like that many. I roll my own. It depends

Re: [OT] log analyzing programs

2001-12-02 Thread Matt Sergeant
On Sat, 1 Dec 2001, Bill Moseley wrote: Any suggestions for favorite ones? wusage seems to require a lot of resources -- maybe that's not unusual? It runs once a week. Here's a about six days worth of requests. Doesn't see like that many. %wc -l access_log 1185619 access_log PID

Re: [OT] log analyzing programs

2001-12-02 Thread Dave Hodgkinson
Bill Moseley [EMAIL PROTECTED] writes: Any suggestions for favorite ones? wusage seems to require a lot of resources -- maybe that's not unusual? It runs once a week. Here's a about six days worth of requests. Doesn't see like that many. analog - but _do_ read the words that go with it,

Re: [OT] log analyzing programs

2001-12-02 Thread Matthew Byng-Maddick
On Sun, Dec 02, 2001 at 12:52:11PM +, Dave Hodgkinson wrote: Bill Moseley [EMAIL PROTECTED] writes: Any suggestions for favorite ones? wusage seems to require a lot of resources -- maybe that's not unusual? It runs once a week. Here's a about six days worth of requests. Doesn't see

Re: Vhosts + mod_perl

2001-12-02 Thread Marius Feraru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 1 at 01:59, 'James' wrote: |J|But, with that e.g. that uses an IP address, from day to day I don't |J|know what my IP address will be, can't I use: |J|NameVirtualHost fred.trains.ath.cx |J|VirtualHost fred |J|... foo |J|/VirtualHost

Apache Bench

2001-12-02 Thread Nabarupa Banerjee
Dear Sir/Madam, I am trying to use Apache Bench to test an IIS web server on which an ASP application is residing ? Our server machine is a P IV WIN NT m/c and the client m/c's are PIII WIN 2000 m/c's. In the current set up is it possible for us to use Apache Bench for testing ? Does Apache

Re: [ANNOUNCE] OpenFrame 2.05

2001-12-02 Thread Jonas Liljegren
Leon Brocard [EMAIL PROTECTED] writes: This is the first wide announcement of the release of OpenFrame. I checked it out from CVS. But there is no INSTALL file. I guess I should do some Apache configuration or run a custom HTTP server. But I can't find anything about it in README or FAQ.

[OT] Re: Vhosts + mod_perl

2001-12-02 Thread James
Hi Marius, Everytime I make a new document root for a different website, say the subdomain loco on trains.ath.cx, do I need to update the DNS? For foo.trains.ath.cx and bar.trains.ath.cx do I need to make new DNS entries for foo and bar subdomains? Surely I don't? Because browsers will ask

µ´¹ï«K©yªº¾¥¤ô§X Epson ³Ì§C190[¼s§i«H]

2001-12-02 Thread modperl-return-20988-archive=jab . org

Re: [OT] log analyzing programs

2001-12-02 Thread Bill Moseley
At 10:09 AM 12/2/2001 +, Matt Sergeant wrote: PID USERNAME THR PRI NICE SIZE RES STATE TIMECPU COMMAND 17223 operator 1 442 747M 745M cpu14 19.2H 45.24% wusage Ouch. Try analog. PID USERNAME THR PRI NICE SIZE RES STATE TIMECPU COMMAND 17223 operator 1

Re: [OT] log analyzing programs

2001-12-02 Thread Rick Myers
On Dec 02, 2001 at 07:33:55 -0800, Bill Moseley wrote: Date: Sun, 02 Dec 2001 07:33:55 -0800 To: [EMAIL PROTECTED] From: Bill Moseley [EMAIL PROTECTED] Subject: Re: [OT] log analyzing programs At 10:09 AM 12/2/2001 +, Matt Sergeant wrote: PID USERNAME THR PRI NICE SIZE RES

Forking problem with mod_perl...

2001-12-02 Thread Brian
I'm writing a script that will run under mod_perl. Right now, if I disable mod_perl the script runs fine. When I turn mod_perl back on, it stops working. Here's the lowdown. Basically I'm writing a program that will take a users email address and their password, and make an attempt to figure

Re: Forking problem with mod_perl...

2001-12-02 Thread Brett W. McCoy
On Sun, 2 Dec 2001, Brian wrote: I'm writing a script that will run under mod_perl. Right now, if I disable mod_perl the script runs fine. When I turn mod_perl back on, it stops working. Here's the lowdown. Forking under mod_perl isn't a good idea. Did you read this?