I changed the following.
Step1: copy qa-config.php from ./installfolder to ../installfolder
Step2: edit ./qa-config.php >> require('../qa-config.php');
The cause was the Relative-Path... require must be Absolute-Path.
e.g.: require('/home/userroot/qa-config.php');
Because somebody does not commit the same mistake, I reported this.