/etc/httpd/conf
/etc/httpd/conf.d
에서 설정이 가능
/etc/httpd/conf/httpd.conf 에서 기본 인덱스 파일을 설정합니다.
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
에러메시지 :
mysqli_real_connect(): (HY000/2002): No such file or directory
config.inc.php 파일 내
$cfg['Servers'][$i]['host'] = "localhost";
라고 적힌 부분을$cfg['Servers'][$i]['host'] = '127.0.0.1';
로 바꿔주니 해결되었다.
댓글 없음:
댓글 쓰기