ok I just got a kareha board up on my personal isp webspace, pretty pleased, but unfortunately whenever I upload an image its permissions are set to 600 and can't read or execute from firefox.. :/
Server is Apache running on gentoo linux.
http://users.on.net/~seikeden/buranto/index.html
(yeah im totally out of my depth when it comes to scripts etc.)
Hmm, that's a tricky one...I guess the umask is set inappropriately, or something. What happens if you add this line somewhere near the top of wakaba.pl
?
umask 0666;
Or maybe 0644 instead.
uh, theres only a kareha.pl but I get an internal configuration error when trying to post.
that does seem to change the permissions but not in the way that I would expect. :/
hmm nope.. this sucks.. setting umask 0000 gives -rw-rw-rw-
So is umask 0033 what you want?
no that doesnt quite make much difference im afraid.