2008/11/28 MilesTogoe <[EMAIL PROTECTED]>:
>>> hmm, I'll check on the permissions
>>>
>>>> Are you running mod_wsgi embedded mode or daemon mode? If daemon mode,
>>>> are you setting user/group for process to one that has adequate
>>>> privileges over directory where database is.
>>>>
>>>>
>>> I have no idea of embedded vs daemon.  I'm using a stock setup from
>>> webfaction - is there a way I can tell ?  in the httpd.conf I have:
>>>
>>
>> WebFaction is embedded mode unless you override it, but believe the
>> Apache instance runs as your user anyway. Thus permissions probably
>> not the problem, but not using as absolute path would be.
>>
>
> okay, but now I've tried just about every combination of absolute paths
> I can think of with the same error - wondering if there is a way that
> the path it is searching for can be reported ?  maybe that's an
> sqlalchemy issue but if someone knows it would be helpful.

Just a thought, but does anyone know what are the requirements these
days in respect of multithread and/or multiprocess access to sqlite
database?

If WebFaction using worker MPM for Apache, would have potentially
multiple processes and multiple threads in process trying to use it.
That may not be safe.

Can you use PostgreSQL instead?

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to