カテゴリー : linux
このカテゴリーの登録数:110件 表示 : 1 - 5 / 110
2008-09-19
php configureエラー
configure: error: xml2-config not found. Please check your libxml2 installation.
libxml2がないのか
yum install libxml2でやるがすでにインストール済
yum install libxml2-develで次はOKだ
2008-09-18
apache自動起動
リンク
# ln -s /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/apachectl # cd ../rc2.d # ln -s /etc/rc.d/init.d/apachectl S81apachectl # cd ../rc3.d # ln -s /etc/rc.d/init.d/apachectl S81apachectl # cd ../rc4.d # ln -s /etc/rc.d/init.d/apachectl S81apachectl # cd ../rc5.d # ln -s /etc/rc.d/init.d/apachectl S81apachectl
Mysql インストール後
# cp /src/mysql-5.0.67/support-file/my-mideum.cnf /etc/my.cnf # vi /etc/my.cnf [mysqld] user = mysql ;追加 # bin/mysql_install_db --user=mysql # bin/mysqld_safe --user=mysql & 自動起動 # cp /src/mysql-5.0.67/support-file/mysql.server /etc/init.d/mysql # chmod 755 /etc/init.d/mysql # /etc/init.d/mysql start # chkconfig mysql on 匿名ユーザーを削除 mysql roor パスワードを設定
postfix rblによるスパムメール拒否
rbl.jpを使う
vi /etc/postfix/main.cf
smtpd_client_restrictions = permit_mynetworks, reject_rbl_client all.rbl.jp, permit
maps_rbl_reject_code = 550
default_rbl_reply = $rbl_code <$recipient>: Recipient address rejected: User unknown in local recipient tables