Ubuntu 16.04のアップグレード後にテキストとしてレンダリングされるPHP


20

Apacheは、Ubuntu 16.04のアップグレード後にPHPファイルをテキストとしてレンダリングしています。

Apacheがインストールされ、実行されています。PHP7が実行されています。次のコマンドを実行すると、正しい出力が得られます。

php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'

ただし、http://localhost/info.phpまたはその他のphpファイルにアクセスすると、ページではなくファイルの内容が取得されます。

オンラインヘルプのほとんどは、UbuntuとPHPの両方の古いバージョンを対象としているため、信頼できるかどうかはわかりません。

更新:libapache2-mod-php7.0をインストールしてphp7.0を有効にすると、Apacheが起動しません。出力を参照してください:

douglas@douglas-acer:~$ sudo service apache2 restart
douglas@douglas-acer:~$ sudo apt-get install libapache2-mod-php
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libapache2-mod-php
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2.960 B of archives.
After this operation, 15,4 kB of additional disk space will be used.
Selecting previously unselected package libapache2-mod-php.
(Reading database ... 263897 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-php_1%3a7.0+35ubuntu6_all.deb ...
Unpacking libapache2-mod-php (1:7.0+35ubuntu6) ...
Setting up libapache2-mod-php (1:7.0+35ubuntu6) ...
douglas@douglas-acer:~$ sudo service apache2 restart
douglas@douglas-acer:~$ sudo a2enmod php7.0
Considering conflict php5 for php7.0:
Enabling module php7.0.
To activate the new configuration, you need to run:
  service apache2 restart
douglas@douglas-acer:~$ sudo service apache2 restart
Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
douglas@douglas-acer:~$ sudo apt-get purge php5
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'php5' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

の出力 systemctl status apache2.service

● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: failed (Result: exit-code) since Dom 2016-04-24 08:21:35 BRT; 14s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 9216 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

Abr 24 08:21:35 douglas-acer apache2[9216]:  * The apache2 configtest failed.
Abr 24 08:21:35 douglas-acer apache2[9216]: Output of config test was:
Abr 24 08:21:35 douglas-acer apache2[9216]: [Sun Apr 24 08:21:35.235583 2016] [:crit] [pid 9226:tid 140666367190912] Apache is running a threade
Abr 24 08:21:35 douglas-acer apache2[9216]: AH00013: Pre-configuration failed
Abr 24 08:21:35 douglas-acer apache2[9216]: Action 'configtest' failed.
Abr 24 08:21:35 douglas-acer apache2[9216]: The Apache error log may have more information.
Abr 24 08:21:35 douglas-acer systemd[1]: apache2.service: Control process exited, code=exited status=1
Abr 24 08:21:35 douglas-acer systemd[1]: Failed to start LSB: Apache2 web server.
Abr 24 08:21:35 douglas-acer systemd[1]: apache2.service: Unit entered failed state.
Abr 24 08:21:35 douglas-acer systemd[1]: apache2.service: Failed with result 'exit-code'.

の出力 journalctl -xe

-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit apache2.service has finished shutting down.
Abr 24 08:37:59 douglas-acer systemd[1]: Starting LSB: Apache2 web server...
-- Subject: Unit apache2.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit apache2.service has begun starting up.
Abr 24 08:37:59 douglas-acer apache2[10261]:  * Starting Apache httpd web server apache2
Abr 24 08:37:59 douglas-acer apache2[10261]:  *
Abr 24 08:37:59 douglas-acer apache2[10261]:  * The apache2 configtest failed.
Abr 24 08:37:59 douglas-acer apache2[10261]: Output of config test was:
Abr 24 08:37:59 douglas-acer apache2[10261]: [Sun Apr 24 08:37:59.748900 2016] [:crit] [pid 10271:tid 139911432607616] Apache is running a threa
Abr 24 08:37:59 douglas-acer apache2[10261]: AH00013: Pre-configuration failed
Abr 24 08:37:59 douglas-acer apache2[10261]: Action 'configtest' failed.
Abr 24 08:37:59 douglas-acer apache2[10261]: The Apache error log may have more information.
Abr 24 08:37:59 douglas-acer systemd[1]: apache2.service: Control process exited, code=exited status=1
Abr 24 08:37:59 douglas-acer systemd[1]: Failed to start LSB: Apache2 web server.
-- Subject: Unit apache2.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit apache2.service has failed.
-- 
-- The result is failed.
Abr 24 08:37:59 douglas-acer systemd[1]: apache2.service: Unit entered failed state.
Abr 24 08:37:59 douglas-acer systemd[1]: apache2.service: Failed with result 'exit-code'.
Abr 24 08:37:59 douglas-acer sudo[10258]: pam_unix(sudo:session): session closed for user root
Abr 24 08:38:02 douglas-acer sudo[10276]:  douglas : TTY=pts/18 ; PWD=/home/douglas ; USER=root ; COMMAND=/bin/journalctl -xe
Abr 24 08:38:02 douglas-acer sudo[10276]: pam_unix(sudo:session): session opened for user root by (uid=0)
Abr 24 08:38:38 douglas-acer sudo[10276]: pam_unix(sudo:session): session closed for user root
Abr 24 08:39:01 douglas-acer CRON[10297]: pam_unix(cron:session): session opened for user root by (uid=0)
Abr 24 08:39:01 douglas-acer CRON[10299]: (root) CMD (  [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
Abr 24 08:39:01 douglas-acer CRON[10297]: pam_unix(cron:session): session closed for user root
Abr 24 08:39:01 douglas-acer CRON[10298]: pam_unix(cron:session): session opened for user root by (uid=0)
Abr 24 08:39:01 douglas-acer CRON[10300]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean)
Abr 24 08:39:02 douglas-acer CRON[10298]: pam_unix(cron:session): session closed for user root
Abr 24 08:39:51 douglas-acer sudo[10122]: pam_unix(sudo:session): session closed for user root
Abr 24 08:39:53 douglas-acer sudo[10368]:  douglas : TTY=pts/5 ; PWD=/home/douglas ; USER=root ; COMMAND=/bin/journalctl -xe
Abr 24 08:39:53 douglas-acer sudo[10368]: pam_unix(sudo:session): session opened for user root by (uid=0) 

エラーに関してはApache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHPhttps: //wiki.archlinux.org/index.php/Apache_HTTP_Serverでこの問題に関するヘルプを見つけましたが、ファイルパスがUbuntuのパスと一致しなかったため、適用しようとしませんでした推奨される修正。

回答:


27

このphpコマンドはphp7.0-cli、Ubuntu 16.04のパッケージで提供されます。CLIの実行は、Webサーバーの構成と直交しています。

Web SAPIの1つ(apache2、fpm、またはcgi)をインストールして構成する必要があります。最も簡単なのは、apache2 SAPIをインストールすることです。

  1. apache2 SAPIをインストールするには、実行しますapt-get install libapache2-mod-php(これにより、現在デフォルトのPHPバージョンが取得されますlibapache2-mod-php7.0)。パッケージはそれ自体を有効にし、サポートされる唯一のMPMであるapache2 prefork MPMに切り替える必要があります。そうでない場合は、実行a2enmod php7.0してエラーを探してください。インストールが自動的にpreforkのはMPMにイベントMPMから切り替える必要があり、それがない場合は、実行して手動で切り替えることができますsudo a2dismod mpm_eventが続きますsudo a2enmod mpm_prefork

  2. FPM SAPIをインストールするには、実行apt-get install php-fpmしてFPMを有効にしますa2enconf php7.0-fpm。FPM SAPIはより安全ですが、正しく構成するのは困難です。

  3. CGI SAPIをインストールするには、実行apt-get install php-cgiしてCGIを有効にしますa2enconf php7.0-cgi。CGIがPHPの実行方法として推奨されているわけではありませんが、特別な展開では便利な場合があります。


詳細を提供するために質問を編集しました。
machadoug

@machadougはのMPMを切り替える方法を説明を含めるように答えを編集した
oerdnj

修正方法についてのアイデアはありますか?
マチャドゥグ

1
@machadougはい、「インストールはイベントMPMからプリフォークMPMに自動的に切り替える必要がありますが、そうでない場合は、sudo a2dismod mpm_eventに続いてsudo a2enmod mpm_preforkを実行することで手動で切り替えることができます。」
-oerdnj

1
オプション2に欠けているステップはありますか?apache2とphp-fpmをインストールし、a2enconfコマンドを実行しました。すべて成功し、両方のサービスが実行されていますが、PHPファイルは、PHPで処理せずに直接出力されています。ApacheまたはPHP-FPMのログにエラーはありません。
アンドリューエンスリー


0

また、私はこの問題に別の方法で噛まれました:

デフォルトでは、PHPスクリプトはユーザーディレクトリで実行されません。サーバーがユーザーのホームフォルダーでpublic_htmlをサポートし、ユーザーがその中でphpを実行できるようにする場合はphp7.0.conf、無効にする部分を削除する必要があります。


0

最新のApache 2.0で、Ubuntu 16.04.2の場合、Apacheはスレッドを有効にして事前設定されていますが、デフォルトのPHP 7は有効ではありません。PHPがスレッドセーフでコンパイルされていない場合は、スレッドを使用しないプリフォークMPMに切り替える必要があります。

これを行うには、まず無効にします:

sudo a2dismod mpm_event 

次に、有効にします。

sudo a2enmod mpm_prefork 

相互に排他的であるため、正しい順序でこれを行う必要があります。

次に、Apacheを再起動します。

sudo service apache2 restart

あなたは今問題なく行くのが良いはずです。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.