サーバ設定

提供:kuhalaboWiki
(版間での差分)
移動: 案内, 検索
32行: 32行:
  
 
;httpd設定
 
;httpd設定
 +
*設定ファイル
 
<pre>
 
<pre>
 
vi /etc/httpd/conf/httpd.conf
 
vi /etc/httpd/conf/httpd.conf
 +
</pre>
 +
*サーバ名指定
 +
<pre>
 +
ServerName www.example.net:80
 
</pre>
 
</pre>
  

2015年8月28日 (金) 09:33時点における版

CentOSインストール
DNSレコード設定
xxx.example.net A 3600 xxx.xxx.xxx.xxx
iptablesの設定
  • 設定確認
iptables -L
  • 設定
vi /etc/sysconfig//iptables
-A INPUT -p tcp --dport 80 -j ACCEPT
Apacheのインストール
yum -y install httpd
php, php-mbstringインストール
yum -y install php php-mbstring


httpd設定
  • 設定ファイル
vi /etc/httpd/conf/httpd.conf
  • サーバ名指定
ServerName www.example.net:80


xemacsインストール
yum -y install xemacs
yumでアップデート
yum update
個人用ツール
名前空間

変種
操作
案内
ツールボックス