domain
または127.0.0.1
の代わりにlocalhost
にlocalhost
を使用しようとしています。
myconfig.conf
に構成ファイルsites-availbale
を追加しました。Sudo a2ensite myconfig.conf
を使用して有効にしました
Apache2
を使用してSudo sudo systemctl restart Apache2
サーバーを再起動すると、次のエラーが表示されます。
Job for Apache2.service failed because the control process exited with error code. See "systemctl status Apache2.service" and "journalctl -xe" for details.
アンインストールしてApache2
を再インストールしましたが、エラーが発生します
Job for Apache2.service failed because the control process exited with error code. See "systemctl status Apache2.service" and "journalctl -xe" for details.
invoke-rc.d: initscript Apache2, action "start" failed.
Sudo journalctl -xe
の出力
May 26 12:42:51 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:52 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:53 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:54 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:55 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:56 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:57 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:58 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:42:59 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:00 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:01 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:02 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:03 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:04 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:05 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:06 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:07 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:08 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:09 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:10 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:11 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:12 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:13 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:14 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:15 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:16 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:17 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:18 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:19 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:20 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:21 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:22 vostro-tbe gnome-session[2123]: GET /chrome HTTP/1.1
May 26 12:43:22 vostro-tbe Sudo[16839]: anuj : TTY=pts/1 ; PWD=/etc/Apache2/sites-available ; USER=root ; COMMAND=/bin/journalctl -xe
May 26 12:43:22 vostro-tbe Sudo[16839]: pam_unix(Sudo:session): session opened for user root by anuj(uid=0)
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 Thu 2016-05-26 12:42:43 IST; 53s ago
Docs: man:systemd-sysv-generator(8)
Process: 16781 ExecStart=/etc/init.d/Apache2 start (code=exited, status=1/FAILURE)
May 26 12:42:43 vostro-tbe Apache2[16781]: *
May 26 12:42:43 vostro-tbe Apache2[16781]: * The Apache2 configtest failed.
May 26 12:42:43 vostro-tbe Apache2[16781]: Output of config test was:
May 26 12:42:43 vostro-tbe Apache2[16781]: Apache2: Syntax error on line 140 of /etc/Apache2/Apache2.conf: Syntax error on line 2 of /etc/Apache2/mods-enabled/php7.0.load: Cannot load /usr/lib/Apache2/modules/libphp7.0.so
May 26 12:42:43 vostro-tbe Apache2[16781]: Action 'configtest' failed.
May 26 12:42:43 vostro-tbe Apache2[16781]: The Apache error log may have more information.
May 26 12:42:43 vostro-tbe systemd[1]: Apache2.service: Control process exited, code=exited status=1
May 26 12:42:43 vostro-tbe systemd[1]: Failed to start LSB: Apache2 web server.
May 26 12:42:43 vostro-tbe systemd[1]: Apache2.service: Unit entered failed state.
May 26 12:42:43 vostro-tbe systemd[1]: Apache2.service: Failed with result 'exit-code'.
Sudo Apache2ctl configtest
の出力
Apache2: Syntax error on line 140 of /etc/Apache2/Apache2.conf: Syntax error on line 2 of /etc/Apache2/mods-enabled/php7.0.load: Cannot load /usr/lib/Apache2/modules/libphp7.0.so into server: /usr/lib/Apache2/modules/libphp7.0.so: cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
myconfig.conf
の内容
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName website.com
ServerAlias www.website.com
DocumentRoot /var/www/html/website
ErrorLog ${Apache_LOG_DIR}/error.log
CustomLog ${Apache_LOG_DIR}/access.log combined
</VirtualHost>
パッケージlibapache2-mod-php7.0
をインストールするか、実行してPHP7モジュールを無効にします
Sudo a2dismod php7.0
私も同じ問題を抱えており、その原因は次のようなものでした。
仮想ホストexample.com.confをetc/Apache2/sites-available
に作成したため、特定のホストの仮想ホストを有効にすると、etc/Apache2/sites-enabled
にそのリンクが作成されました。
後で私はetc/Apache2/sites-available
からファイルexample.com.confを削除しましたが、ホストを無効にするのを忘れたため、そのホストのリンクはetc/Apache2/sites-enabled
で引き続き利用できるため、エラーが発生します。リンクされたファイルをetc/Apache2/sites-enabled
から削除するだけで、Apacheが機能し始めました。
問題は、構成ファイルの2行にあります。 2つのログパスにより、Apacheでエラーが発生します。
これと同じ問題があり、ログファイルの2行を削除したときに、Apacheを再起動できました。
Php7を使用する場合は、php5モジュールを無効にしてください:
Sudo a2dismod php5
これは私のために働いた