Package: uwsgi-plugin-php
Severity: normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
This works on the cli...
uwsgi --plugins http,php --http :80 --http-modifier1 14 --chdir /var/www/html
-M
as does...
uwsgi --plugins http,0:php --http :80 --chdir /var/www/hlml -M
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
* What exactly did you do (or not do) that was effective (or
ineffective)?
As above
* What was the outcome of this action?
For the .ini based config, when a browser is pointed at the uwsgi server i get
the "The connection was reset" error and nothing is logged
With the cli options, things work as expected.
* What outcome did you expect instead?
php should work!
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-2.dmz.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]