Disabling byte serving.

Disabling byte serving.

am 04.09.2006 09:53:36 von Andy.Holyoak

Hi,

We are in the process of migrating from the SunOne web Server to the
Apache Web Server.

In the SunOne environment we have managed to disable byte-serving by
adding the following configuration line into the obj.conf file.


Output type=3D"application/pdf" fn=3D"set-variable"
set-srvhdrs=3D"Accept-ranges: none"


Does anybody know how to achieve the same results with the Apache
server?

Thanks

Andy


************************************************************ ***
The contents of this Email and any files transmitted with it
are confidential and intended solely for the use of the =20
individual or entity to whom it is addressed. The views stated
herein do not necessarily represent the view of the company.
If you are not the intended recipient of this Email you may not
copy, forward, disclose or otherwise use it or any part of it
in any form whatsoever. If you have received this mail in=20
error please Email the sender.=20
************************************************************ ***

RS Components Ltd.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Disabling byte serving.

am 04.09.2006 14:23:08 von Joshua Slive

On 9/4/06, Holyoak, Andy wrote:
> Hi,
>
> We are in the process of migrating from the SunOne web Server to the
> Apache Web Server.
>
> In the SunOne environment we have managed to disable byte-serving by
> adding the following configuration line into the obj.conf file.
>
>
> Output type="application/pdf" fn="set-variable"
> set-srvhdrs="Accept-ranges: none"
>
>
> Does anybody know how to achieve the same results with the Apache
> server?

Something like
RequestHeader unset Accept-Ranges

Joshua.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org