We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8433fe0 commit 31c596aCopy full SHA for 31c596a
install/unix/apache2.xml
@@ -192,7 +192,7 @@ cp php.ini-development /usr/local/lib/php.ini
192
193
<informalexample>
194
<para>
195
- For PHP 8:
+ PHP 8 向けの設定は以下のようになります:
196
</para>
197
198
<programlisting role="apache-conf">
@@ -204,7 +204,7 @@ LoadModule php_module modules/libphp.so
204
205
206
207
- For PHP 7:
+ PHP 7 向けの設定は以下のようになります:
208
209
210
@@ -301,7 +301,7 @@ RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
301
</screen>
302
</informalexample>
303
304
- <para>OR</para>
+ <para>または、以下の手順でも起動できます。</para>
305
306
307
<screen>
0 commit comments