#Centos #웹 서버 #apache #php (1) 썸네일형 리스트형 Apache 웹 서버 설치와 기본설정. php 사용 Apache 서버 설치 및 기본 설정 명령어 1 #yum install httpd -v2 #rpm -qa | grep httpd 3 #ls /etc/httpd/4 #ls -l /var/www5 #ls /var/log/httpd/6 #vim /etc/httpd/conf/httpd.conf7 ServerRoot "/etc/httpd"8 Listen 192.168.80.5:809 ServerAdmin root@test.com10 ServerName www.test.com:8011 DocumentRoot "/var/www/html"12 DirectoryIndex index.html index.php13 ErrorLog "logs/error_log"14 CustomLog "logs/access_log" combi.. 이전 1 다음