python and ping plugins now embedded by default

This commit is contained in:
roberto@sirius
2010-10-21 22:35:38 +02:00
parent e8e8b6902c
commit e1969d92ab
6 changed files with 93 additions and 25 deletions

View File

@@ -520,6 +520,10 @@ int uwsgi_python_manage_options(int i, char *optarg) {
case 'w':
up.wsgi_config = optarg;
return 1;
case LONG_ARGS_WSGI_FILE:
case LONG_ARGS_FILE_CONFIG:
up.file_config = optarg;
return 1;
case LONG_ARGS_PYTHONPATH:
uwsgi_log("found PYTHONPATH\n");
if (up.python_path_cnt < MAX_PYTHONPATH) {