Welcome! Log In Create A New Profile

Advanced

Re: a new uWSGI PHP plugin is available

March 18, 2012 11:32AM
> Roberto De Ioris wrote in post #1048644:
>>> --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl
>>> --with-xmlrpc --with-xsl --with-bz2 --with-gettext
>>> --with-fpm-user=www-data --with-fpm-group=www-data --disable-debug
>>> --enable-fpm --enable-exif --enable-wddx --enable-zip --enable-bcmath
>>> --enable-calendar --enable-ftp --enable-embed --enable-mbstring
>>> --enable-soap --enable-sockets --enable-shmop --enable-dba
>>> --enable-inline-optimization --enable-sysvsem --enable-sysvshm
>>> --enable-sysvmsg
>>>
>>> How would I then proceed to build the uWSGI php plugin?
>>>
>>
>> download 1.1 uWSGI sources:
>>
>> http://projects.unbit.it/downloads/uwsgi-1.1-snapshot5.tar.gz
>>
>> uncompress and move to the resulting directory and run
>>
>> make
>>
>> if all goes well you will end with a binary named 'uwsgi'
>>
>> then build the php plugin with
>>
>> python uwsgiconfig.py --plugin plugins/php
>>
>> finally run (always from the same dir)
>>
>> ./uwsgi -s :3031 --plugins php
>>
>> now point nginx to that port as described here:
>>
>> http://projects.unbit.it/uwsgi/wiki/PHP
>>
>> --
>> Roberto De Ioris
>> http://unbit.it
>
>
> Hi, I follow the tutorial of http://projects.unbit.it/uwsgi/wiki/PHP
>
> the server config in nginx is:
>
> server {
> listen 8080;
> server_name www.myphp.com myphp.com;
> location ~ .php {
> root /var/www/php_test;
> uwsgi_pass 127.0.0.1:3030;
> include uwsgi_params;
> }
> }


here you have missed

uwsgi_modifier1 14;

that instruct uWSGI to route the request to the php plugin.

About index.php you can add an index directive in nginx or

php-index = index.php

in uwsgi config

--
Roberto De Ioris
http://unbit.it

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

a new uWSGI PHP plugin is available

roberto February 24, 2012 04:24AM

Re: a new uWSGI PHP plugin is available

Edho Arief February 24, 2012 05:46AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 05:48AM

Re: a new uWSGI PHP plugin is available

Edho Arief February 24, 2012 06:02AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 06:16AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 06:37AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 06:40AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 06:42AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 10:07AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 08:33AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 08:44AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 09:08AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 09:40AM

Re: a new uWSGI PHP plugin is available

athalas February 24, 2012 09:45AM

Re: a new uWSGI PHP plugin is available

roberto February 24, 2012 09:50AM

Re: a new uWSGI PHP plugin is available

Delai S. March 18, 2012 06:04AM

Re: a new uWSGI PHP plugin is available

roberto March 18, 2012 11:32AM

RE: a new uWSGI PHP plugin is available

郭振立 March 19, 2012 01:24AM

RE: a new uWSGI PHP plugin is available

roberto March 19, 2012 02:26AM

RE: a new uWSGI PHP plugin is available [integration]

roberto March 19, 2012 02:52AM

RE: a new uWSGI PHP plugin is available [integration]

郭振立 March 22, 2012 12:42PM

Re: a new uWSGI PHP plugin is available

Delai S. March 19, 2012 10:48PM

Re: a new uWSGI PHP plugin is available

roberto March 20, 2012 02:26AM

Re: a new uWSGI PHP plugin is available

Delai S. March 20, 2012 07:10AM

Re: a new uWSGI PHP plugin is available

Reinis Rozitis February 24, 2012 09:36AM

Re: a new uWSGI PHP plugin is available

Delai S. March 20, 2012 07:12AM

Re: a new uWSGI PHP plugin is available

roberto March 20, 2012 07:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 305
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready