Displaying 3 results from an estimated 3 matches for "wsgiscriptalias".
2017 Oct 22
2
Firefox Sync Server 1.5 on CentOS 7
Hi,
I'm currently experimenting with setting up my own Firefox Sync Server
on a public server running CentOS 7, following this document:
https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
So far I have a partial success. Bookmarks are syncing via the basic
internal server running on port 5000, and I can also configure a MySQL
database for bookmark storage. What I
2017 Oct 22
0
Firefox Sync Server 1.5 on CentOS 7
...d to get this
> thing to run on CentOS ?
Yes, I use the following httpd configuration file:
WSGIProcessGroup sync
WSGIPassAuthorization On
WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25
python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/
WSGIScriptAlias /sync1.5 /usr/local/lib/sync-1.5/syncserver/syncserver.wsgi
<Directory "/usr/local/lib/sync-1.5">
? Require all granted
</Directory>
2017 Oct 23
1
Firefox Sync Server 1.5 on CentOS 7
...> Yes, I use the following httpd configuration file:
>
> WSGIProcessGroup sync
> WSGIPassAuthorization On
>
> WSGIDaemonProcess sync user=apache group=apache processes=2 threads=25
> python-path=/usr/local/lib/sync-1.5/syncserver/local/lib/python2.7/site-packages/
>
> WSGIScriptAlias /sync1.5 /usr/local/lib/sync-1.5/syncserver/syncserver.wsgi
> <Directory "/usr/local/lib/sync-1.5">
> ? Require all granted
> </Directory>
And this is more or less what I have, but no luck.
Allow me to retrace my steps from the beginning. Not the whole thing,
but fi...