> > saadiq@moko:~$ wget -S -O /dev/null --http-user=blah --http-passwd=blah http://www.blah.com/bronze.epl > --20:03:31-- http://www.blah.com/bronze.epl > => `/dev/null' > Resolving www.blah.com... done. > Connecting to www.blah.com[IP snipped]:80... connected. > HTTP request sent, awaiting response... > 20:03:31 ERROR -1: No data received. >
Maybe the httpd is crashing, try to start it with -X option and see if it is still alive after such a failed request. If it crash, please send me a stackbacktrace: compile Embperl with perl Makefile.PL debug make install and then start the httpd with the -X option under gdb gdb httpd set args -f httpd.conf -X r when you get the sigsegv type BT and send me the backtrace Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
