]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn
1 My web server runs in a chroot jail. This makes things interesting because the paths are slightly different depending on whether you are inside or outside the chroot.
2
3 To override an incorrectly guessed path, I set setupconf in the .setup file. I also set allow_symlinks_before_srcdir=>1. However, when I tried websetup, the setup file was correctly changed but these important settings disappeared. This seems like a bug.
4
5 > I don't know what "setupconf" is. This is the first mention of it in the
6 > ikiwiki source tree. 
7
8 > I've fixed the `allow_symlinks_before_srcdir` issue. --[[Joey]]
9
10 I meant setupfile as in IkiWiki::Setup::dump($config{setupfile}) from IkiWiki/Plugin/websetup.pm
11
12 Sorry for the confusion.
13
14 > Ok, that's an internal setting that I never envisioned someone digging
15 > out and setting in their setup file. It could be made an exported config
16 > option, but then every generated setup file will have this setting in it,
17 > which will be at best redundant.
18
19 > Can you find another solution, such as a symlink, for your special case?
20
21 I see your point. [[done]]