Category Archives: サーバ
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
httpd: apr_sockaddr_info_get() failed for ******* httpd: Could not reliably determine the server’s fully […]
CentOS 6.3にセキュリティソフト『Clamav』をインストールする
CentOS6.3でsambaを入れたけど、ファイルが見れない場合
sambaでWindowsからCentOS(Linux)にアクセスし、ファイルを共有する
CentOS 6.3にFilezillaをインストール
以下のURLにアクセスして実行する https://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/filezilla-3.4.0-1.el5.rf.x86_64.rpm 終了
CentOS 6.3にPHPとApache(httpd)をソースからインストールする
今まではwindows XP や7でapacheとPHPを入れていたため、 使いやすくするため、ソースからビルドすることにした。 かなり苦戦したため、書き残すことにする。
Centos 6.3 のサービスにapacheを登録で自動実行
[prompt]# chkconfig httpd on [prompt]# chkconfig –list httpd httpd 0:off 1:off 2:on 3:on 4:on 5:on 6: […]
CentOS 6.3にソースインストールしたApacheが再起動しないときは
httpd -k restartを下ところ以下のエラーが出た。 (98)Address already in use: make_sock: could not bind to address [::]:80 (98)A […]