• Skip to primary navigation
  • Skip to content
  • Skip to footer
Never test
  • About
  • Categories
  • Tags
    Configuring Apache HTTP Server based on web browser
    1. Home
    2. /
    3. It
    4. /
    5. Configuring Apache HTTP Server based on web browser
    YoungSeon.Ahn

    YoungSeon.Ahn

    I am an ordinary person.

    • S.Korea
    • Twitter
    • Facebook
    • GitHub
    • Resume
    • Email

    Configuring Apache HTTP Server based on web browser

    less than 1 minute read

    You can configure Apache HTTP Server’s response header based on web browser. Example is below.

    # httpd.conf
    <If “%{HTTP_USER_AGENT} =~ /Chrome/“>
        Header set blah blah
    </If>
    <ElseIf “%{HTTP_USER_AGENT} =~ /Safari/“>
        Header set whoolah whoolah 
    </ElseIf>
    

    20210915

    Tags: Apache HTTP Server

    Categories: IT

    Updated: September 15, 2021

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    iPadOS Safari ReferenceError: Can’t find variable: Notification

    1 minute read

    현상

    iPadOS Safari ReferenceError: Can’t find variable: Notification

    1 minute read

    Symptom

    lefthook 동작 원리 — linked worktree 에서 install 하면 안 되는 이유

    1 minute read

    환경

    How lefthook works — why you should never run install in a linked worktree

    1 minute read

    Environment

    • Follow:
    • Twitter
    • Facebook
    • GitHub
    • Feed
    © 2026 Never test. Powered by Jekyll & Minimal Mistakes.