uWSGI: chdir(): Keine solche Datei oder kein solches Verzeichnis

uWSGI: chdir(): Keine solche Datei oder kein solches Verzeichnis

Ich konfiguriere uWSGI und zwar mit dieser im.ini-Konfigurationsdatei:

[uwsgi]
uid = www-data
gid = www-data
plugins = python
chdir = '/var/www/im/'
module = texst
master = true
processes = 5

Ich erhalte die Fehlermeldung „chdir(): Keine solche Datei oder kein solches Verzeichnis im UWSGI-Fehlerprotokoll.“

Das Verzeichnis gehört www-data, ich verstehe es nicht. Irgendwelche Tipps?

Antwort1

Das Problem ist, dass die Chdir-Zeile (und alle Parameter) weder Apostrophe noch Anführungszeichen akzeptieren.

verwandte Informationen