added --http-socket and --fastcgi-socket

This commit is contained in:
roberto@debian32
2011-07-29 14:26:07 +02:00
parent 865ad5d631
commit 47adc8fe48
5 changed files with 29 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@ struct option uwsgi_python_options[] = {
{"file", required_argument, 0, LONG_ARGS_FILE_CONFIG},
{"eval", required_argument, 0, LONG_ARGS_EVAL_CONFIG},
{"module", required_argument, 0, 'w'},
{"wsgi", required_argument, 0, 'w'},
{"callable", required_argument, 0, LONG_ARGS_CALLABLE},
{"test", required_argument, 0, 'j'},
{"home", required_argument, 0, 'H'},