> i'm a complete newby to uwsgi, so sorry if i'm overlooking something > obvious. > > I've recompiled uwsgi 2.0.3 along with php plugin and i'm trying to have > $PHP_INI_SCAN_DIR system variable passed to underlying php instance (5.3.3) > in order to have a given directory scanned for additional ini files (a la > /etc/php.d, in order to fully support per instance php configs):
You can use either --php-set or --php-ini-append (uwsgi --plugin php --help | grep php) _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
