apm설정1 3##]PHP로 홈페이지 만들기>>서버 설정하기 3장에서 APM을 설치했습니다. 이제 설정을 해볼까여?? 먼저 mysql! 관리자의 패스워드를 정하기! #mysqladmin -u root -p 이 후 #mysql -u root -pEnter Password: 를 입력하여 mysql을 실행 할 수 있습니다. 이제 웹 서버가 php 문서를 서비스하기 위한 작업입니다. 웹 서버 환경파일인 /etc/httpd/conf/httpd.conf에 들어갑다. #vi /etc/httpd/conf/httpd.conf DirectoryIndex index.html 을 DirectoryIndex index.php index.htm index.html 으로 수정한다. (index.php index.htm만 추가) (vi 에디터에서 / 를 누르고 DirectoryIndex 를 .. 2017. 4. 21. 이전 1 다음