Re: [sqlite] restricting access to sqlite database

2008-04-22 Thread Thomas Robitaille
ough, but what I am asking about is for cases when there are 100 or 1000 users that can all log in to the same web server. Thomas > > > >> >> Thomas >> >> >> On 22 Apr 2008, at 15:14, P Kishor wrote: >> >> >>> >>> On 4/22/08

Re: [sqlite] restricting access to sqlite database

2008-04-22 Thread Thomas Robitaille
/08, Thomas Robitaille <[EMAIL PROTECTED]> wrote: >> Hi everyone, >> >> I am in the process of setting up a forum which uses SQLite on a web >> server which has ~50 other users. I can create a directory for the >> sqlite database, which I chown to 'apache'

[sqlite] restricting access to sqlite database

2008-04-22 Thread Thomas Robitaille
Hi everyone, I am in the process of setting up a forum which uses SQLite on a web server which has ~50 other users. I can create a directory for the sqlite database, which I chown to 'apache' (the user under which the web server is run). However, because the database is then writable by ap