• 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

    @vitejs/plugin-legacy 정리

    1 minute read

    @vitejs/plugin-legacy 정리

    뒤로가기 눌렀는데 왜 여기로? Chrome과 Safari의 리디렉션 동작 파헤치기

    4 minute read

    뒤로가기 눌렀는데 왜 여기로? Chrome과 Safari가 다르네?

    requestAnimationFrame의 callback 함수 실행 시점 - 두 번째 rAF에서야 진짜로 화면에 그려졌다고 보장할 수 있는 이유

    2 minute read

    requestAnimationFrame의 콜백 함수 실행 시점이 자꾸 햇갈려서 정리해보았다.

    Next.js가 closure를 만들어서 컴포넌트 초기값으로 상태를 저장해버린 건에 대하여(stale closure)

    9 minute read

    환경

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