From 59de6a900d670cd84aa2539d9f8883df99739563 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Apr 2010 15:49:00 +0200 Subject: [PATCH] mod_perl works only safe without threads --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 798aa99..a92152c 100644 --- a/README +++ b/README @@ -34,9 +34,10 @@ you may need one of the following packages for development: sudo apt-get install \ make perl-doc libxml2-utils tidy yaz libyaz4-dev -and may enable mod_apreq +and may enable mod_apreq: sudo a2enmod apreq -sudo a2enmod apreq +Note: mod_perl works only safe without threads. Please use the non-threaded +debian package: sudo apt-get install apache2-mpm-prefork To install this module type the following: -- 1.7.10.4