added PLACK_SERVER

This commit is contained in:
roberto@debian32
2011-06-13 11:55:42 +02:00
parent 9c71b39edd
commit 7bac76fae5
+4
View File
@@ -281,6 +281,10 @@ int uwsgi_perl_init(){
uwsgi_error("setenv()");
}
if (setenv("PLACK_SERVER", "uwsgi", 0)) {
uwsgi_error("setenv()");
}
#ifdef PERL_VERSION_STRING
uwsgi_log("initializing Perl %s environment\n", PERL_VERSION_STRING);
#else