Search found 5 matches

by planigan
Tue Oct 03, 2006 3:38 am
Forum: Bugs
Topic: created file permissions
Replies: 6
Views: 3209

I found another case... the media library creates thumbnails with "apache:apache rw-rw-rw-" permissions as well. I understand that s9y probably just creates the file with whatever default permissions our system uses, but those of us in shared hosting environments have little control over the default ...
by planigan
Fri Sep 29, 2006 5:09 am
Forum: Bugs
Topic: .htaccess DirectoryIndex set incorrectly
Replies: 3
Views: 2459

Serendipity asssumes all subdirectories under its directory are Serendipity's.

Erm, OK.


This usually works out fine, because anything else that uses redirection will write its own .htaccess, and Apache uses the one from the closest directory.

Yes, this is fine for redirection because the mod ...
by planigan
Fri Sep 29, 2006 4:56 am
Forum: Bugs
Topic: created file permissions
Replies: 6
Views: 3209

If .htaccess does not exist when you change the URL rewriting options, s9y attempts to create it. If / when it creates the file, it creates it with world readable file permissions.

Before setting URL rewrite options...


pat@freestd ~/domains/patricklanigan.org/public_html $ ls -l .htaccess
ls ...
by planigan
Thu Sep 28, 2006 11:41 pm
Forum: Bugs
Topic: created file permissions
Replies: 6
Views: 3209

created file permissions

We really need a way to specify the permissions of files that s9y creates. So far, when s9y creates a file on my server, it gets set rw-rw-rw- ... ie, world readable and writable! This is not good in shared hosting environments!
by planigan
Thu Sep 28, 2006 11:35 pm
Forum: Bugs
Topic: .htaccess DirectoryIndex set incorrectly
Replies: 3
Views: 2459

.htaccess DirectoryIndex set incorrectly

OK, I'm not sure if this is a "feature" or a "bug".

When URL rewriting is enabled, it writes the following line to the .htaccess file in the s9y root directory.


DirectoryIndex /index.php


If you have s9y installed in the server root and other packages (say, gallery2) in subdirectories, the ...