今日私はアプリケーションを配備しているので、Apache Passwordファイルの保存のベストプラクティスを教えてくださいました。
例えば :
- I have several vhosts based upon ServerName, each declared in individual files in
/etc/apache/sites-available
- Some of these vhosts are password protected using the htpasswd utility.
- No accounts are common across several vhosts. That means each vhosts has it's own password file.
- Each of these websites is deployed is
/var/www/projectname
- Since these apps are built by continous integration no password files can be put inside project folder. They would be deleted upon next deployment.
それらのファイルをどこに置くのですか?