Hi, the perl/psgi plugin now exposes the uwsgi::opt hashref that contains
all the options set in the current instance:
$VAR1 = {
'logdate' => '%d',
'master' => 1,
'psgi' => 'foo.pl',
'http-socket' => [
':9090',
':9091',
':9092'
],
'socket' => [
':3034',
':3035'
],
'processes' => '2'
};
The patch has been applied to both master and uwsgi-2.0 (will be in 2.0.9)
https://github.com/unbit/uwsgi/commit/b59294db89c477d04624fa344c8b9b15435bebd0
Regards
--
Roberto De Ioris
http://unbit.com
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi