Skip to content

Commit

Permalink
Merge pull request NEKOGET#69 from torut/translate-general-environments
Browse files Browse the repository at this point in the history
環境変数のUsing Apache Configurationについて翻訳。
  • Loading branch information
NEKOGET committed Aug 21, 2012
2 parents 713c225 + 1ba2810 commit 4c3c211
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions general/environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,17 @@ <h3 id="env_config">環境と設定</h3>
環境固有の設定だけがあります。
</p>

<h3 id="env_apache">Using Apache configuration</h3>
<h3 id="env_apache">Apacheで設定する</h3>

<p>
You can use the Apache configuration statement <strong>SetEnv</strong> to set the environment your application should run in.
In most cases this is easier then using an environment variable, and in some cases the only option if you don't have commandline
access to your server.
Apache webサーバーの <strong>SetEnv</strong>ステートメントを使ってあなたのアプリケーションの環境設定をおこなうことができます。
ほとんどの場合、環境変数を使って、次のように簡単に設定することができます。また、あなたのサーバーがコマンドラインへのアクセス権を持っていない場合のオプションです。
</p>

<pre class="php"><code>// run this application in production mode
SetEnv FUEL_ENV PRODUCTION</code></pre>

<p class="note">Both the variable name <strong>FUEL_ENV</strong> and the environment need to be specified in UPPERCASE.</p>
<p class="note">変数名<strong>FUEL_ENV</strong>と設定する環境の両方とも大文字で指定する必要があります。</p>

</div>

Expand Down

0 comments on commit 4c3c211

Please sign in to comment.