잘 되던것을 apache 가상호스트 부분을 손보고 나서 restart 시켰드니
이때부터 php 화일을 열면 웹 브라우저에 다운로드 창이 계속 생겨요.
그래서 도무지 사용할수가 없습니다.
다른 cgi는 잘됩니다.
httpd.conf 화일을 이잡드시 뒤져봐도 찾을수가 없습니다.
도와 주세요
참고 httpd.conf 관련부분;
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule mod_dir.c>
DirectoryIndex index.html index.php index.php3 index.php4 index.htm
</IfModule>
--