• 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
    • Email
    • Twitter
    • Facebook
    • GitHub
    • 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

    L4 로드밸런서 + Nginx 환경에서 trailing slash 리디렉션이 HTTP 로 떨어지는 이슈와 해결법

    2 minute read

    L4 로드밸런서 + Nginx 환경에서 trailing slash 리디렉션이 HTTP 로 떨어지는 이슈와 해결법

    청동기 시대의 붕괴와 고대 이탈리아 민족의 형성

    24 minute read

    청동기 시대의 붕괴와 고대 이탈리아 민족의 형성

    Galaxy S21 WebView 동영상 녹색 화면 이슈 디버깅 및 해결

    15 minute read

    Galaxy S21 WebView 동영상 녹색 화면 이슈 디버깅 및 해결

    라우트-단위 코드 스플리팅 — React Data Router v7 + Vite 조합으로 “진짜” Lazy Route 만들기

    3 minute read

    라우트-단위 코드 스플리팅 — React Data Router v7 + Vite 조합으로 “진짜” Lazy Route 만들기

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