AW: Send a cookie, AND a redirect ?

2001-02-08 Thread yen-ying . chen-dreger
Hallo Harrison, Maybe You can try this one which i read somewhere: $r-header_out('Set-Cookie' =$cookie); my $query = new CGI ; $r-print($query-redirect("$the_url")) ; return OK ; # maybe "return REDIRECT" is o.k., too Cheers, Yen-Ying Chen -- Von: Harrison[SMTP:[EMAIL PROTECTED]]

AW: Help! --- mod_perl + DBI:mysql:connect - Error.

2001-01-17 Thread yen-ying . chen-dreger
Hi Haywood, thanks for your help! Yes, we compiled everything from source, as usual. Therefore, it should be not the cause. I have looked at the mod_perl Guide for help and can not find any proper solution for my problem. Following your suggestion, I shall try to debug my program. Cheers,

Help! --- mod_perl + DBI:mysql:connect - Error.

2001-01-16 Thread yen-ying . chen-dreger
Hi, from a mod_perl module using DBI and Apache::Registry as PerlModule i can not connect to a mysql database. The Browser gets an error message that the document hat no data while in the logfile of apache stands "child pid 31955 exit signal Segmentation fault (11)". I am sure that the