diff options
author | brush <brush@web> | 2008-12-20 05:56:04 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-20 05:56:04 -0500 |
commit | 39e5de4e336d261cd370b24395f6a25f585b0a2e (patch) | |
tree | 87da1ae7239f3ea6be9bf31a804f3ba907d2cd5e /doc/tips | |
parent | 80884d33e0679471e3f53e1dbdae9333f5d4289b (diff) | |
download | ikiwiki-39e5de4e336d261cd370b24395f6a25f585b0a2e.tar ikiwiki-39e5de4e336d261cd370b24395f6a25f585b0a2e.tar.gz |
added details on cgi wrapper creation
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/DreamHost.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tips/DreamHost.mdwn b/doc/tips/DreamHost.mdwn index 6670f8090..7e483962a 100644 --- a/doc/tips/DreamHost.mdwn +++ b/doc/tips/DreamHost.mdwn @@ -150,6 +150,8 @@ 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 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. # Pre-created SVN repository |