Hi,
You can configure apache to send back a content-disposition header for
your file.
e.g. Content-Disposition: attachment; filename=fname.ext
Set an environment variable based on the filename (see SetEnvIf in the
mod_setenvif module) and send the above content-disposition header using
mod_head
PM, Andrew Punch
> wrote:
> > Hi,
> >
> > During the week I hit the situation described in 41743. A child process
> > is connected to a client using a keepalive connection. A graceful
> > restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the
&g
Hi,
During the week I hit the situation described in 41743. A child process
is connected to a client using a keepalive connection. A graceful
restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the
client is chatty the child process will not exit until the client
disconnects.
Thi