Windows Live Mail (Windows メール)でエラーが出て消せない場合。
vsftpd.confの設定
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 qualified domain name, using 127.0.0.1 for ServerName
というエラーが出てapacheを起動できない。
これは、hostファイルに「*****」というサーバーネームが登録されていないよというもの
/etc/host/に*****を登録すればOK
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:off