いやー困った、困った
debianちゃんとCentOSでこれ程設定が変わるとは
ssh2_auth_password() でパスワードの入力をミスるとこんなメッセージが
<HTML> <HEAD> <TITLE>Remote-Hand OpenVPN include</TITLE> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META NAME="auther" content="IZAMUKARERA"> <META NAME="copyright" content="PepoLinux"> <META NAME="build" content="2010.01.10"> <META NAME="reply-to" content="pepolinux@users.sourceforge.jp"> -->
Warning: ssh2_auth_password() [function.ssh2-auth-password]: Authentication failed for root using password in /var/www/html/remote-hand/openvpn_start.php on line 50
CentOSの/etc/php.ini設定を確認
display_errors = Off
debian etchの/etc/php5/apache2/php.iniを確認
display_errors = On
おー、きっちりOnになっとる、display_errors = Offへ変更して
/etc/init.d/apache2 restartとしてOK
うーんやっぱりdebianちゃんは素人では使えないような設定か
pepoと