Lines Matching refs:header
32 header("Last-Modified: $last_modified");
33 header("ETag: $etag");
52 header('HTTP/1.0 304 Not Modified');
73 header("X-LIGHTTPD-send-file: $file");
77 header("X-Sendfile: $file");
82 header("X-Accel-Redirect: " . http_xaccel_url($file));
159 header('Accept-Ranges: bytes');
179 header('HTTP/1.1 416 Requested Range Not Satisfiable');
192 header("Content-Type: $mime", true);
194 header('HTTP/1.1 206 Partial Content');
196 header("Content-Type: $mime", true);
198 header('Content-Type: multipart/byteranges; boundary=' . HTTP_MULTIPART_BOUNDARY, true);
213 header("Content-Length: $len");
215 header("Content-Range: bytes $start-$end/$size");
278 header('Cache-Control: public, max-age=31536000');
279 header('Pragma: public');
282 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
286 header('Vary: Accept-Encoding');
287 header('Content-Encoding: gzip');
315 header('Vary: Accept-Encoding');
316 header('Content-Encoding: gzip');
395 header("Status: {$code} {$text}", true);
397 header($server_protocol . " {$code} {$text}", true, $code);
399 header("HTTP/1.1 {$code} {$text}", true, $code);