생활 속 지혜, SW/HW Tip 등 유용한 지식 정보를 공유하는 장소 입니다.
본 게시판의 열람 및 다운로드는 비회원도 가능하나 글쓰기 및 댓글은 로그인 사용자만 가능합니다.
글 수 22
Apache Error : unable to include potential exec "include/top.html"
조회 수 2254 추천 수 0 2010.05.24 01:19:14Apache Version 2.2
Apache Error :
unable to include potential exec "include/top.html" in parsed file
unable to include potential exec "include/bottom.html" in parsed file
Solution : Apache2\conf\extra\httpd-multilang-errordoc.conf
<Directory "Apache2/error">
AllowOverride None
# Options IncludesNoExec
Options Includes
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
ForceLanguagePriority Prefer Fallback
</Directory>
Options IncludesNoExec → Options Includes 로 변경한 후 아파치 재실행
