> Hi Roberto!
> I had taken a look in the Apache documentation, I don't know how to
> accomplish that, any hint for me ?!
>
> My VhostEntry in Apache:
> <VirtualHost shop.mystore.com:80>
>  ProxyPass / uwsgi://127.0.0.1:3030/
>  ProxyPassReverse / uwsgi://127.0.0.1:3030/
> </VirtualHost>
>
> I have setup apache, because it was easier for me as yet have no idea
> about nginx....
>
>
> Thank you for your response.
>
>

Maybe it is easier to force it in uwsgi itself:

--route-run setmodifier1:14

(ensure internal routing is builtin)

Otherwise you could load the php plugin as the default one prepending it
with 0:

--plugin 0:path_to_php_plugin


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to