Re: PerlRun and Apacje::DB - quick question

2004-04-05 Thread Mike P. Mikhailov
ady uses DBI to access MySQL. Do I Did you mean Apache::DBI ? TG> need to do anything special to get the CGI TG> script to use Apache::DB, other than load up the TG> module in httpd.conf? Nothing special. It should be transparently for your scripts. -- WBR, Mike P. Mikhailov mai

PerlAddVar and multiply

2004-03-21 Thread Mike P. Mikhailov
Hello modperl, Recently I found a strange behavior of the PerlAddVar directive in the multiply location container. Here example: 1. perladdvar.conf (include'd in the main httpd.conf): SetHandler perl-script PerlHandlerTest::PerlAddVar PerlAddVar VAR

Re: Cannot set content-type different from text/html

2004-03-03 Thread Mike P. Mikhailov
8.52.90... AK> Connected to osiris.itlegion.ru. AK> Escape character is '^]'. AK> GET / HTTP/1.1 AK> Host: cornertd.dev.itlegion.ru Try 'GET /Go HTTP/1.1' instead. What you see ? -- WBR, Mike P. Mikhailov mailto: [EMAIL PROTECTED] ICQ:280990142 The first human who h

Re[2]: Getting new id with every calls with Apache::Session

2003-10-21 Thread Mike P. Mikhailov
_session_id}; psc> print "id: " . $sessId . "\n"; psc> ... psc> In any case, are you saying that I have to pass the sessionId to the psc> client as a cookie as in the doc? If so, isn;t there a package that psc> already wraps this up for me? Take a look at the Apa