0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

mod_ext_filter: 未インストールと出たら・・・

Last updated at Posted at 2023-07-26

wordpressの管理画面で。。。

mod_ext_filterが未インストールになっている

スクリーンショット 2023-07-26 16.23.01.png

環境

  • docker で wordpress:☓.☓-apacheのイメージを使っている
  • プラグインで W3 Total Cacheを使用

Dockerfileでモジュールを有効化

Dockerfile で ext_filterを有効化するコマンド追加するとインストール済みになります。

FROM wordpress:6.2-apache
RUN a2enmod ext_filter

スクリーンショット 2023-07-26 16.27.14.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?