On 3/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > do you mean that the directory and file of SQLite database file shall > be able to be written by Apache?
Yes. TO use SQLite under Apache/mod_python, the SQLite database must be readable and writable by the user Apache is running as. Whether you change the permissions on the database where it is or move it to a location you'd feel more comfortable with is up to you, but Apache will not be able to insert or update into your SQLite database if the file is not writable. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---