From d3adec275b8dd21b9d1f2bae3c8be6b451980e7b Mon Sep 17 00:00:00 2001 From: Milan Date: Sun, 19 Feb 2023 17:56:52 +0100 Subject: [PATCH] INSTALL.md: remove CPAN install hint for mod_perl --- install/INSTALL.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/INSTALL.md b/install/INSTALL.md index 6e0397d..632d5e5 100644 --- a/install/INSTALL.md +++ b/install/INSTALL.md @@ -62,12 +62,6 @@ install mod_perl2 apt install libapache2-mod-perl2 libapache2-reload-perl libapache2-request-perl a2enmod perl -or via cpan - - cpan install Apache2::Reload Apache2::Request - a2enmod perl - - ### Apache Configuration Virtual host configuration has to be placed at /etc/conf/apache2/.