Re: why you should reply to the list

2003-08-27 Thread Douglas Theobald
On 8/26/03 8:48 PM, Stas Bekman [EMAIL PROTECTED] a écrit : Larry Leszczynski wrote: On Tue, 26 Aug 2003, Stas Bekman wrote: Please advise on another way to tell people to respond to the list and not in private. I used to receive much less off-list replies earlier. [snip] Purhaps

Re: why you should reply to the list

2003-08-27 Thread Douglas Theobald
On 8/26/03 10:00 PM, Stas Bekman [EMAIL PROTECTED] a écrit : Douglas Theobald wrote: I thought this was a strange behavior for the list messages when I realized that I had replied, accidentally, to Stas personally and not the list. I subscribe to six lists, and mod_perl is the *only* one

mp2 on osx jaguar won't load mod_perl.so

2003-08-16 Thread Douglas Theobald
I've been quite successful with mp1 (Apache/1.3.28, mod_perl/1.28, perl 5.8.0, OSX jaguar 10.2.6.), but I'd really like to get mp2 going on OSX. Has anyone had any luck or experienced this same problem? Apache2, by itself, appears to compile and run just fine. I've found no problems so far

mp1 rflush() and buffer size

2003-08-10 Thread Douglas Theobald
I have a question concerning the proper behavior of rflush() with mp1. I'm using Apache/1.3.28 and mod_perl/1.28 on OSX jaguar 10.2.6. Overall mp1 appears to work great. However, the following code does not work as expected: use CGI (); my $r = shift; my $q = new CGI; print