httpd headers for $r-internal_redirect_handler

1999-11-11 Thread Oleg Bartunov
Hi, I'm trying to use RandPictire.pm from the Book with internal redirect and it works fine. But in this case URL /random/picture remains the same and browser caches output ( I have default expire headers for images "access plus 100 days" ). To avoid this I tried to set httpd header with

Re: Trying not to re-invent the wheel

1999-11-11 Thread Randal L. Schwartz
"Joshua" == Joshua Chamas [EMAIL PROTECTED] writes: Joshua What Matt brought up is right. Eewww. Whenever I read "matt" and "w(right)" in the same sentence, all sorts of alarms go off. Sorry. :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 [EMAIL

ANNOUNCE: Authen::Ticket 0.01

1999-11-11 Thread James G Smith
The URL ftp://ftp.jamesmith.com/pub/perl/Authen/Authen-Ticket-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Authen-Ticket-0.01.tar.gz size: 19614 bytes md5: b5bc124ebd5540200c9a4f38281c32c9 Authen::Ticket provides the framework for implementing a ticketing

RE: EMBPERL ENQUIRY

1999-11-11 Thread Gerald Richter
I forward this to the modperl mailing list maybe somebody there could give you an hint, or point you an url where you can find the requested information. At least I can say, what you like todo is possible with Perl, Embperl (and maybe modperl), but I can't give you more introduction then you find

Re: DBI::ODBC SQL Server and Solaris x86

1999-11-11 Thread Matt Sergeant
On Thu, 11 Nov 1999, Rex Staples wrote: I am trying to port a mod_perl app written to interface an oracle database to an app interfacing a MS SQL Server database. Anyone know where I can get a SQL Server driver manager for Solaris x86? This isn't a mod_perl question. Try kicking whoever made

Re: $r-run with no headers

1999-11-11 Thread Rick Myers
On Nov 11, 1999 at 07:21:00 +, Rick Myers twiddled the keys to say: Quite simply, I can't set headers on a -run. I've tried before the fact, as well as within the object itself. Anybody have any pointers? Answering my own question... $lookup = $r-lookup_uri( $somewhere );

Re: DBI

1999-11-11 Thread Ed Phillips
This is also not a mod_perl question. depending on where your DBD::Oracle is installed you can get away with certain liberties in the Oracle library department. Nonetheless, you should continue your inquiry on a DBI related list. Thank you, Ed

Apache::Registry and 304 status code in log file

1999-11-11 Thread Bill Moseley
In an Apache::Registry script I'm print()ing Status: 304 Not Modified when the client sends an If-Modified-Since: header. The 304 error is returned to the client properly, but the log file shows a 200 status. Can I make Apache log the access as a 304 with my Apache::Registry script? The

Re: Handling directory requests with a PerlHandler

1999-11-11 Thread John Siracusa
On 11/11/99 7:49 PM, John Siracusa wrote: $uri .= 'index.html'; # /dir/ is now /dir/index.html my($sr) = $r-lookup_uri($uri); return $sr-run(); it appears to work, but the headers I get are simply: HTTP/1.0 200 OK Date: Fri, 12 Nov 1999 00:25:44 GMT No content type! I've tried