«server-side-includes» 태그된 질문

1
SSI에는 Apache와 함께 데비안에서 작동하지 않는 것이 포함됩니다.
Apache를 실행하는 Debian에서 SSI를 작동 시키려고하지만 .shtml파일이 구문 분석되지 않습니다. PHP 파일 phpinfo()에서로드 된 모듈 섹션에 다음이 표시되는 것을 볼 수 있습니다. mod_mime_xattr mod_mime mod_mime_magic 에서 /etc/apache2/mods-enabled/mime.conf나는 (무엇보다도)이 있습니다 AddType text/html .shtml AddOutputFilter INCLUDES .shtml 에서 /etc/apache2/sites-enabled/domain.com.conf(문제의 가상 호스트에 대한) 내가 가진 : <Directory /home/username/public_html> Options +Includes allow from all …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.