RE: Can't get a mod_perl.so...

2003-09-04 Thread Garrett Goebel
Title: RE: Can't get a mod_perl.so... Rich Kosiba wrote: > > I've read the documentation several times and searched > the web, but can't find an answer to my problem. I > can't get a mod_perl.so. I believe you are looking for libperl.so -- Garrett

RE: FW: $r->headers_out Location and Set-Cookie

2003-09-04 Thread Garrett Goebel
Title: RE: FW: $r->headers_out Location and Set-Cookie Geoffrey Young wrote: > Garrett Goebel wrote: > > [Note: reposting, the original post appears to have dropped > > through the cracks] > > not only did I get two of these already, but I also posted a reply :)

FW: $r->headers_out Location and Set-Cookie

2003-09-04 Thread Garrett Goebel
e' => $cookie);   $r->headers_out->set(Location => $location);   $r->status(REDIRECT);   $r->send_http_header;   return OK; How would you have written it?   > and you should never set $r->status from a handler - for > Registry scripts it's ok,

RE: collecting unique client (computer) specific info? [OT] [x-adr][x-bayes]

2003-09-03 Thread Garrett Goebel
omething to fix the identity of the remote host. Nobody's up and told him that it just isn't possible. Which from the mod_perl books and documentation I've read... appears to be the case. -- Garrett Goebel IS Development Specialist ScriptPro   Direct: 9

RE: $r->headers_out Location and Set-Cookie

2003-09-03 Thread Garrett Goebel
tatus(REDIRECT);   $r->send_http_header;   return OK; How would you have written it?   > and you should never set $r->status from a handler - for > Registry scripts it's ok, since we use it as a hack to get > around some things, but handlers should never manipulate the &

Source for Apache::Test documentation on perl.apache.org

2003-08-28 Thread Garrett Goebel
hes and ask questions. So... Is the source for that document publically available? and What would be most appropriate: post patches and questions here, to Stas directly, or somewhere else?   -- Garrett Goebel IS Development Specialist ScriptPro   Direct: 913.403.5261 5828 Reed

Apache::Test unable to locate libperl.so?

2003-08-28 Thread Garrett Goebel
-28 15:17:52.0 -0500 @@ -637,6 +637,7 @@ my @trys = grep { $_ }    ($vars->{src_dir},     $self->apxs('LIBEXECDIR'), +   $self->apxs('LIBEXECDIR').'-extramodules',     catfile($sroot, 'modules'),     catfile($sroot, &

Re: Application design patterns

2003-07-24 Thread Garrett Goebel
p://www.antipope.org/charlie/attic/webbook/essays/statemach.html Interactive Web Applications Based on Finite State Machines http://www.math.luc.edu/~laufer/papers/isas95.pdf -- Garrett Goebel IS Development Specialist ScriptPro  Direct: 913.403.5261 5828 Reeds Road    Ma

reverse proxy in depth tutorial?

2003-07-24 Thread Garrett Goebel
issues scaling it out to multiple physical servers? etc. -- Garrett Goebel IS Development Specialist ScriptPro  Direct: 913.403.5261 5828 Reeds Road    Main:   913.384.1008 Mission, KS 66202  Fax:    913.384.2180 www.scriptpro.com  garrett at scriptpro dot com

RE: MS SQL Server [x-adr]

2003-06-18 Thread Garrett Goebel
le are using unixODBC with the TDS driver > instead. I assume that supports placeholders (?). Yep. 0.61 has support for placeholders and odbc call sytax. There are a couple syntax issues which are resolved in CVS. But if you check the mailing list archives you should be able to get things working.

RE: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-15 Thread Garrett Goebel
Title: RE: Very[OT]:Technical query re: scratchpad lookups for my() vars From: Paul [mailto:[EMAIL PROTECTED]] > > Anybody know offhand *why* my() lexicals are supposedly faster? Because a dynamic variable allocates a "new" value at runtime which occludes the global value until it's scope e