Re: Writing to stdin of subprocess under modperl 1.0 fails :/

2003-01-14 Thread Antti Haapala
Use IPC::Run instead of the IPC::Open* family, it surely works and a much more flexible tool! Thanks for advice. Tried it and it worked! -- Antti Haapala

Writing to stdin of subprocess under modperl 1.0 fails :/

2003-01-13 Thread Antti Haapala
. When run under mod_perl the program spawned by open2 receives nothing but EOF from its stdin, but is still able to provide its output to caller process. What I'm doing wrong? Is there something similar to Apache::SubProcess::spawn_proc_prog in MP1.x? -- Antti Haapala

Re: Novice - Problem with data encoding

2002-11-01 Thread Antti Haapala
. You aren't using Netscape 4.0, are you? -- Antti Haapala

Apache::AuthCookie in mod_perl 1.99_5

2002-10-17 Thread Antti Haapala
I recently started testing experimental mod_perl 2.0, and almost immediately run into following problem: Apache::AuthCookie (3.04) wants to set auth_type of connection/request/whatever, but there no longer exists any method in Apache::blahblah that allows me to set the auth_type/auth_name of