아파치 config파일에서
php_admin_value auto_prepend_file /path/to/execute/php_file
위와 같이 해주게 되면 php가 로드될때 미리 로드될 파일을 설정 해줄 수 있음.
여기에 auto_prepend_file 대신 다른 naming을 통해 다른 값들을 변경해줄 수 있음.
'Develop > PHP' 카테고리의 다른 글
[PHP] configure 설정 값 (0) | 2017.09.19 |
---|---|
[Apache] 파일 실행 막기 (0) | 2013.11.15 |
[Apache] RewriteRule 설정 (0) | 2013.11.14 |
[PHP] oracle "set names utf8" 효과 내기 (0) | 2013.03.21 |
[PHP] date 함수 사용시 경고.. (0) | 2012.08.07 |