aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/DreamHost.mdwn
diff options
context:
space:
mode:
authorbrush <brush@web>2008-12-20 05:58:00 -0500
committerJoey Hess <joey@kitenet.net>2008-12-20 05:58:00 -0500
commit4176c3483ddd3a12d57676c5ed6dfcc49796fbc0 (patch)
tree3a8c2836447c4f991aff216a7ac24a1813d9f7b5 /doc/tips/DreamHost.mdwn
parent39e5de4e336d261cd370b24395f6a25f585b0a2e (diff)
downloadikiwiki-4176c3483ddd3a12d57676c5ed6dfcc49796fbc0.tar
ikiwiki-4176c3483ddd3a12d57676c5ed6dfcc49796fbc0.tar.gz
minor edits
Diffstat (limited to 'doc/tips/DreamHost.mdwn')
-rw-r--r--doc/tips/DreamHost.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn
index 7e483962a..070638e3e 100644
--- a/doc/tips/DreamHost.mdwn
+++ b/doc/tips/DreamHost.mdwn
@@ -150,7 +150,7 @@ Next, add your installed Perl module directory to the *libdir* parameter. It sh
libdir => "/home/.server/user/site/perl/lib/perl5/",
# CGI Wrapper
-The CGI wrapper file will be created automatically by "ikiwiki --setup path/to/setup", as long as you have inserted a valid filename to be created. On DreamHost, be careful about putting the ikiwiki.cgi file in a directory that has different owner/group than the file itself (such as the main site.domain.tld/ directory): this will cause suexec to fail.
+The CGI wrapper file will be created automatically by "ikiwiki --setup path/to/setup", as long as you have inserted a valid filename to be created into the setup file. On DreamHost, be careful not to put the ikiwiki.cgi file in a directory that has different owner/group than the file itself (such as the main site.domain.tld/ directory): this will cause suexec to fail.
The wrapper mode of "06755" doesn't seem to work. "755" appears to. However, this may be completely insecure and/or buggy, so if you know better than I, edit this doc and add it here.