Il 08/09/2015 17:23, Attila-Mihaly Balazs ha scritto:
Hello all,

I'm trying to set up apache + uwsgi on a personal server (you can see most of
the setup at [1]) and run into the following problems:

- mod_proxy_uwsgi doesn't seem to work correctly at the moment: If I specify
"ProxyPass unix:/run/uwsgi/app/site/socket|uwsgi://" (this is inside of a
location block, so need for the initial path) I will get "error parsing URL //:
Invalid host/port" in the apache logs when I try to access that URL. If I try to
change the final part (ie. "|uwsgi://" to "|uwsgi://localhost/"), it just tries
to connect through TCP. I would really prefer unix sockets to TCP since they can
be secured better.

Does specifiying unix sockets like unix://<path-with-trailing-slash>|uwsgi:// makes a difference?
Reference:
https://bz.apache.org/bugzilla/show_bug.cgi?id=54101#c24

--
Riccardo Magliocchetti
@rmistaken

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

Reply via email to