Hi,

> However, the following config file as /etc/uwsgi/apps-enabled/helloworld.ini
> does not
> 
> [uwsgi]
> plugins = http,0:php
> chdir = /var/www/html
> master = true
> master-as-root = true
> http = :80
> 
> nor does
> 
> [uwsgi]
> plugins = http,php
> chdir = /var/www/html
> master = true
> master-as-root = true
> http = :80
> http-modifier1 = 14

For me, the following line works well:

    [uwsgi]
    http-socket = :80
    plugins = 0:php

Thanks,

Alex

Reply via email to