Any Debian users here?
# sudo /etc/init.d/apache restart
Reloading apache modules/etc/init.d/apache: line 70: 19518 Segmentation
fault start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON
failed
# COLUMNS=120 dpkg -l '*apache*' | grep ^i | cut -c 0-50
ii apache
Slava Bizyayev wrote:
On Fri, 2003-12-12 at 13:11, Chris Shiflett wrote:
I'm curious now. You posted an off-topic message on a mod_perl mailing
list that:
1. Demonstrated how rude you were to another person.
2. Revealed private correspondence on a public mailing list.
Hear hear - my only thought
[CC'ing Lincoln on this one]
Chris Ochs wrote:
I am using CGI.pm with mod perl, and simply because I hate using
$q->param('var') I use $q->import_names('CGI') so I can reference the post
variables as $CGI::var. CGI.pm does not clear this namespace and I am not
sure of the best way to clear an ent
Slava Bizyayev wrote:
-Original Message-
From: Slava Bizyayev [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 3:55 PM
To: Laurie Roth
Subject: RE: Sr. Perl Developer
Are you idiot?
I know some recruiters appear complete and utter morons
however if you want a decent job you will
Michael Peppler wrote:
I ran into the same (or a similar) problem that Scott Beuker reported
with CGI.pm truncating POST content in an mp2 setup. In my case the POST
was truncated at around 7500 bytes. A check with tcpdump shows that the
entire POST is correctly sent to apache.
I started by upgradi
Hi!
On Fri, Dec 12, 2003 at 08:32:30PM -0800, Chris Ochs wrote:
> I am using CGI.pm with mod perl, and simply because I hate using
> $q->param('var') I use $q->import_names('CGI') so I can reference the post
> variables as $CGI::var. CGI.pm does not clear this namespace and I am not
> sure of th