Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread André Warnier
ult content-type if you've set that in your httpd config. - Original Message - From: André Warnier To: mod_perl list Cc: Sent: Friday, January 13, 2012 2:17 PM Subject: Re: Obtaining the Apache Content-type for a file André Warnier wrote: David Booth wrote: On Fri, 2012

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread André Warnier
André Warnier wrote: André Warnier wrote: David Booth wrote: On Fri, 2012-01-13 at 12:09 -0500, David Booth wrote: On Fri, 2012-01-13 at 16:06 +0100, André Warnier wrote: I have a PerlResponseHandler which processes some kind of "logical document-id" provided in a request, locates the corresp

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread Joe Schaefer
sage - > From: André Warnier > To: mod_perl list > Cc: > Sent: Friday, January 13, 2012 2:17 PM > Subject: Re: Obtaining the Apache Content-type for a file > > André Warnier wrote: >> David Booth wrote: >>> On Fri, 2012-01-13 at 12:09 -0500, David Booth wrote:

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread André Warnier
André Warnier wrote: David Booth wrote: On Fri, 2012-01-13 at 12:09 -0500, David Booth wrote: On Fri, 2012-01-13 at 16:06 +0100, André Warnier wrote: I have a PerlResponseHandler which processes some kind of "logical document-id" provided in a request, locates the corresponding "real document

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread André Warnier
David Booth wrote: On Fri, 2012-01-13 at 12:09 -0500, David Booth wrote: On Fri, 2012-01-13 at 16:06 +0100, André Warnier wrote: I have a PerlResponseHandler which processes some kind of "logical document-id" provided in a request, locates the corresponding "real document" on the filesystem, an

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread David Booth
On Fri, 2012-01-13 at 12:09 -0500, David Booth wrote: > On Fri, 2012-01-13 at 16:06 +0100, André Warnier wrote: > > I have a PerlResponseHandler which processes some kind of "logical > > document-id" provided > > in a request, locates the corresponding "real document" on the filesystem, > > and

Re: Obtaining the Apache Content-type for a file

2012-01-13 Thread David Booth
On Fri, 2012-01-13 at 16:06 +0100, André Warnier wrote: > I have a PerlResponseHandler which processes some kind of "logical > document-id" provided > in a request, locates the corresponding "real document" on the filesystem, > and returns it > to the client via sendfile(). > At the moment, thi

Obtaining the Apache Content-type for a file

2012-01-13 Thread André Warnier
Hello. re: mod_perl 2.x, httpd 2.x I have a PerlResponseHandler which processes some kind of "logical document-id" provided in a request, locates the corresponding "real document" on the filesystem, and returns it to the client via sendfile(). At the moment, this handler uses its own custom lo