在从Apache2.2升级到Apache2.4时,我注意到apachectl configtest中出现了一个错误:
Invalid command 'PerlOutputFilterHandler', perhaps misspelled or defined by a module not included in the server configuration据我所知,这仅仅是a2enmod apachemodule的一个问题,但我似乎找不到相应的模块,看起来Apache2.4中没有这样的模块吗?我已经尝试过(根据此链接的说法)通过发出a2dismod deflate来禁用D2,但没有成功。
发布于 2018-02-15 09:19:59
这就是诀窍:
apt-get install libapache2-mod-perl2
a2enmod perlhttps://askubuntu.com/questions/1006180
复制相似问题