[GH-ISSUE #386] Multiple headers ahbe_conf #203

Closed
opened 2026-03-04 01:43:13 +03:00 by kerem · 1 comment
Owner

Originally created by @mohakevin on GitHub (Apr 5, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/386

It would be interesting add multiple values to a same extension in ahbe_conf
Maybe with a separator.

i.e.

.js Content-Encoding gzip | Cache-Control public, max-age=31536000

Originally created by @mohakevin on GitHub (Apr 5, 2016). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/386 It would be interesting add multiple values to a same extension in ahbe_conf Maybe with a separator. i.e. .js Content-Encoding gzip | Cache-Control public, max-age=31536000
kerem closed this issue 2026-03-04 01:43:13 +03:00
Author
Owner

@ggtakec commented on GitHub (May 6, 2016):

@mohakevin I'm sorry for my late reply.
I have modified the codes.
By new code, you can write multiple entries with the same extension in the ahbe_conf file.
As a result, you will be able to define multiple HTTP header for one extension.

  • example
.js Content-Encoding    gzip
.js Cache-Control   public, max-age=31536000
  • example's result
Content-Encoding: gzip
Cache-Control: public, max-age=31536000

I closed this issue, if you found bugs about this, please reopen.
Regrads,

<!-- gh-comment-id:217324367 --> @ggtakec commented on GitHub (May 6, 2016): @mohakevin I'm sorry for my late reply. I have modified the codes. By new code, you can write multiple entries with the same extension in the ahbe_conf file. As a result, you will be able to define multiple HTTP header for one extension. - example ``` .js Content-Encoding gzip .js Cache-Control public, max-age=31536000 ``` - example's result ``` Content-Encoding: gzip Cache-Control: public, max-age=31536000 ``` I closed this issue, if you found bugs about this, please reopen. Regrads,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#203
No description provided.