2018년 9월 9일

CentOS7, apache 2.4 , php7.2 설치시 설정파일 경로

 /etc/httpd 입니다

/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'; 로 바꿔주니 해결되었다.

댓글 없음:

댓글 쓰기

추천 게시물

홈페이지 은행 입금시 자동으로 입금 확인처리하기

 기존에 rtpay라는 유료앱을 사용해서 은행 입금확인을 했는데. 이것도 어차피 내 휴대폰의 알람을 가로채 입금 확인하는 방식이다   오히려 휴대폰 알람을 가로채서 내가 그 알람을 볼수 없다는 단점이 있어. 무료로 알람을 가로채 휴대폰에서 자동화하는 ...