Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD
On un Aug 3 22:10:29 EDT 2014, Chester Wisniewski wrote:
If I can help, let me know. I have it working with uwcgi. Was slightly wonky updating to 7, but clearing the maintenance flag and re-running the update from the web page rectified it.
Thanks for the kind offer! If you could verify the instructions on the wiki [1] and update them to reflect your current working install (nginx.conf server context and uWSGI owncloud config file), it would be much appreciated. I'm thinking in particular (by reading the wiki): * what is uwsgi_modifier1 14 directive used for? * uwsgi_pass directive: is TCP socket required by OC or can we replace it by a unix socket (like it seems to be by default in uwsgi doc [2])? * how do you start the uwsgi process (the wiki mentions a systemd unit file and Emperor but doesn't explain the need for those...)? Etc. Thanks already, Neitsab [1] https://wiki.archlinux.org/index.php/OwnCloud#Nginx_.2B_uwsgi_php_configurat... [2] http://uwsgi-docs.readthedocs.org/en/latest/Nginx.html#configuring-nginx
Le 13/08/2014 17:57, Neitsab a écrit :
... * how do you start the uwsgi process (the wiki mentions a systemd unit file and Emperor but doesn't explain the need for those...)? Etc.
Ok, please ignore this point as I have found relevant info in the wiki [1] (stupid me for not looking there beforehand). The rest is still relevant though: updated uWSGI ownCloud working config would be __much__ appreciated! Cheers [1] https://wiki.archlinux.org/index.php/Uwsgi#Starting_service
The rest is still relevant though: updated uWSGI ownCloud working config would be __much__ appreciated!
Sadly, my raspberry pi is officially down at home, so I need to wait two weeks to give you my working config.
Thanks for the kind offer! If you could verify the instructions on the wiki [1] and update them to reflect your current working install (nginx.conf server context and uWSGI owncloud config file), it would be much appreciated. I'm thinking in particular (by reading the wiki): * what is uwsgi_modifier1 14 directive used for?
That's used for PHP (uwsgi supports other languages too)
* uwsgi_pass directive: is TCP socket required by OC or can we replace it by a unix socket (like it seems to be by default in uwsgi doc [2])?
uwsgi can also use unix domain socket, but more care needs to be taken for permissions
* how do you start the uwsgi process (the wiki mentions a systemd unit file and Emperor but doesn't explain the need for those...)? Etc.
the uwsgi package comes with a systemd service file uwsgi@.service that runs a config file in /etc/uwsgi/, and /etc/uwsgi/emperor.ini but that one runs with www-data/www-data. Me myself have a /etc/uwsgi/owncloud.ini file which I run as a different user. -- damjan
the uwsgi package comes with a systemd service file uwsgi@.service that runs a config file in /etc/uwsgi/, and /etc/uwsgi/emperor.ini but that one runs with www-data/www-data.
Me myself have a /etc/uwsgi/owncloud.ini file which I run as a different user.
these are my config files now, changed to unix socket: https://gist.github.com/gdamjan/e98672fe86b7a11e0520 -- damjan
participants (3)
-
Damjan Georgievski
-
Neitsab
-
Yamakaky