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