mod_perl works only safe without threads
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Apr 2010 13:49:00 +0000 (15:49 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 21 Apr 2010 13:49:00 +0000 (15:49 +0200)
README

diff --git a/README b/README
index 798aa99..a92152c 100644 (file)
--- 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 
 
 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:
 
 
 To install this module type the following: