詳細検索

VirtualBox에서 CSS가 업데이트되지 않을 때 해야 할 일

아바타
글쓴이 sekiguchik
1분 읽기
태그

VirtualBox에서 CSS가 업데이트되지 않을 때 해야 할 일
日本語에서 번역 • 원문 보기

VirtualBox로 구축한 로컬 가상 환경에서 업데이트한 CSS는 브라우저 캐시를 삭제해도 적용되지 않았고, 확인할 수 없는 상황에 처해 메모로 남겨두겠습니다.

Apache 설정이 한 요인인 것 같고, httpd.conf에 다음과 같은 설정을 하여 해결했습니다:

EnableMMAP Off EnableSendfile Off

Apache 문서는 다음 링크를 참고하시기 바랍니다. https://httpd.apache.org/docs/2.2/mod/core.html#enablemmap https://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile

Related Articles