Re: help with perlfixuphandler

2004-04-30 Thread "Cristóvão B. B. Dalla Costa"
Geoffrey Young wrote: Cristóvão B. B. Dalla Costa wrote: We then set up a PerlFixupHandler which sets the file to send with $r->filename, but that's having no effect. that's odd. if you set $r->filename($file) from a PerlFixupHandler and have apache's default handler (either no SetHandler

Re: help with perlfixuphandler

2004-04-29 Thread Geoffrey Young
Cristóvão B. B. Dalla Costa wrote: > Hello > > We're developing an application which returns large files depending on > the URL provided. For cleanliness and easier updates we do not want to > set an Apache Alias for each file, instead we're looking them up in a > database. > > Originally, we h