Re: Checking a webserver

2009-01-28 Thread André Warnier
Cosimo Streppone wrote: But after your second message, I thought that maybe you could be interested in Fiddler: http://www.fiddlertool.com/Fiddler/help/ I downloaded it and installed it, though I felt a bit unsure about it. Is this, or is not, a Microsoft-issued program ? There seems to be

Re: Checking a webserver

2009-01-28 Thread Cosimo Streppone
In data 28 gennaio 2009 alle ore 11:21:31, André Warnier ha scritto: I am looking for a debugging tool that would be able to repeatedly issue HTTP requests to one or more URLs, and log any errors. Preferably in Perl, and it must run on a Windows workstation. I was going to say siege:

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Adam Prime wrote: Carl Brewer wrote: And in the (RHEL/CentOS format) init.d script start() { echo -n $"Starting $prog: " ulimit -S -c unlimited >/dev/null 2>&1 LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf RETVAL=$? echo ulimit -c [ $RET

Re: Checking a webserver

2009-01-28 Thread André Warnier
Michael Ludwig wrote: Torsten Foertsch schrieb: On Wed 28 Jan 2009, André Warnier wrote: I am looking for a debugging tool that would be able to repeatedly issue HTTP requests to one or more URLs, and log any errors. Preferably in Perl, and it must run on a Windows workstation. Don't know ab

Re: Checking a webserver

2009-01-28 Thread Michael Ludwig
Torsten Foertsch schrieb: On Wed 28 Jan 2009, André Warnier wrote: I am looking for a debugging tool that would be able to repeatedly issue HTTP requests to one or more URLs, and log any errors. Preferably in Perl, and it must run on a Windows workstation. Don't know about windows and its not

Re: tracking a coredump problem

2009-01-28 Thread Adam Prime
Carl Brewer wrote: And in the (RHEL/CentOS format) init.d script start() { echo -n $"Starting $prog: " ulimit -S -c unlimited >/dev/null 2>&1 LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf RETVAL=$? echo ulimit -c [ $RETVAL = 0 ] && touch

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Carl Brewer wrote: Philippe M. Chiasson wrote: Selinux enabled ? Good question, I don't think so, but will double-check. Nope, selinux is disabled on /etc/selinux/config

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Philippe M. Chiasson wrote: Selinux enabled ? Good question, I don't think so, but will double-check.

Re: Checking a webserver

2009-01-28 Thread Torsten Foertsch
On Wed 28 Jan 2009, André Warnier wrote: > I am looking for a debugging tool that would be able to repeatedly > issue HTTP requests to one or more URLs, and log any errors. >  Preferably in Perl, and it must run on a Windows workstation. Don't know about windows and its not perl but I use ab (come

Checking a webserver

2009-01-28 Thread André Warnier
Hi. I am looking for a debugging tool that would be able to repeatedly issue HTTP requests to one or more URLs, and log any errors. Preferably in Perl, and it must run on a Windows workstation. So something like a wget or curl, but with some smart command-line parameters allowing it to run