CentOSでの簡単な構成apache

557 ワード

apacheサービスの簡単な導入1、ファイアウォールの閉鎖
iptables -F
service iptables stop

2、selinuxを閉じる
setenforce 0

または/etc/sysconfig/selinuxのSELINUX=disabled 3を変更し、apache yum install httpd -yをインストールし、プロファイルブラウザのデフォルトアクセス80ポートを変更し、特別な必要がなく、リスニングポートのデータファイルを変更する必要がない/var/www/html 5であり、サービスを再開してテストファイルindexに書き込む.html
vim index.html
echo 'test' >> index.html

再起動サービス:service httpd restart 6、テストローカルブラウザを開き、サーバーIPを入力し、indexを見ることができる.htmlの内容