# vi debian-prefs.txt
….
# if the MySQL password for root is set, specify it here
ROOTMYSQLPWD=パスワード
# The user and group which Apache runs as (typically, apache, wwwrun, nobody, etc…)
HTTPDUSER=asterisk
HTTPDGROUP=asterisk
…
# vi /etc/hylafax/hosts.hfaxd
…
#localhost:21::
127.0.0.1:21::
…
sendfax: Password:Login failed: 500 ‘PASS ‘: Syntax error, expecting password. エラー対策
注意事項
./debian-install.sh を一度実行したら再度やり直すときは
# rm -rf /var/www/avantfax
# mysql -u root -p
mysql > DROP DATABASE avantfax;
# rm -rf avantfax-3.3.5
# tar -zxvf avantfax-3.3.5.tgz
# ./debian-install.sh
apache confを書き換えた
ドメインルートを/var/wwwに変更
http://192.168.1.20/avantfax
freepbxは http://192.168.1.20/html
コメント