]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 28 Mar 2010 22:49:15 +0000 (18:49 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 28 Mar 2010 22:49:15 +0000 (18:49 -0400)
README
doc/bugs/wrapper_can__39__t_find_the_perl_modules.mdwn

diff --git a/README b/README
index a4dc0d641dbfd7a7bf13995f5ef111f0977563aa..7efc59a519626c77439cb9afcb4894068e9e394e 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ All other documentation is in the ikiwiki documentation wiki, which is also
 available online at <http://ikiwiki.info/>
 
 
-A few special variables you can set while using the Makefile:
+A few special variables you can set while using the Makefile.PL:
 
   PROFILE=1 turns on profiling for the build of the doc wiki.
   (Uses Devel::NYTProf)
index 61964539d42e1d82d3be145ce47a96f9c024244a..9804d86c52b8f96277afc93853ef14ef58e6e508 100644 (file)
@@ -3,3 +3,14 @@ If i intsall perl modules in my custom directory, cgi wrapper can't find them. I
 Workaround: add newenviron variable PERL5LIB
 
 My additional question - what wrapper do? I'am russian hosting provider. I am interesting with ikiwiki.
+
+> The wrapper allows ikiwiki to run as the user who owns the wiki, which
+> is generally not the same as the user that runs the web server.
+> (It also handles some other things, like some locking.)
+> 
+> As a suid program, the wrapper cannot safely let environment variables
+> pass through.
+> 
+> If you want to install ikiwiki's perl modules in a nonstandard location,
+> you can set `INSTALL_BASE` when running `Makefile.PL`. ikiwiki will then
+> be built to look in that location. --[[Joey]]  [[!tag done]]