diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-17 15:38:41 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-17 15:38:41 -0500 |
commit | bf0589f116effb4edc26afaa7a8b01f56730b8ba (patch) | |
tree | a5a96b9681dc50c50501c2e2a0e575f8647c6a99 /doc | |
parent | b72b8b2b0ec5888d53450db26e20252d1e18fb99 (diff) | |
download | ikiwiki-bf0589f116effb4edc26afaa7a8b01f56730b8ba.tar ikiwiki-bf0589f116effb4edc26afaa7a8b01f56730b8ba.tar.gz |
web commit by http://ptecza.myopenid.com/: * Response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Insecure_dependency_in_mkdir.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index f6a816516..ad7a64193 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -4,6 +4,8 @@ Could you please tidy it up? > I've fixed that and the bug that caused the dup. +>> Thanks a lot! :) + I've just upgraded my ikiwiki from version 2.11 to the latest version 2.15. I use my own rebuilt ikiwiki package for Ubuntu Gutsy box. Now I can't rebuild all my ikiwiki pages, because of the following bug: @@ -38,3 +40,17 @@ I can't see any related entries. Any ideas? > I'll need enough information to reproduce the problem before I can fix > it. Probably a copy of your setup file, wiki source, and information > about how your /var/www is set up. --[[Joey]] + +>> Thanks for your efforts, Joey! I sent my `ikiwiki.setup` file to you. +>> What source do you need? Entire my ikiwiki or only some pages? +>> +>> There are settings of `/var/www/` directory on my Ubuntu Gutsy box: +>> +>> ptecza@anahaim:~$ ls -al /var/www/ +>> total 16 +>> drwxr-xr-x 4 root root 4096 2007-11-06 16:25 . +>> drwxr-xr-x 14 root root 4096 2007-11-06 16:13 .. +>> drwxr-xr-x 2 root root 4096 2007-11-06 16:13 apache2-default +>> drwxr-xr-x 5 ptecza ptecza 4096 2007-12-17 16:54 blog +>> +>> --[[Paweł|ptecza]] |