siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

WSGI path problems

Open jrbray1 opened this issue 5 years ago • 0 comments

Using https://github.com/koniu/recoll-webui/archive/master.zip installed to /var/www/html/recoll-webui-master/ and with apache2.conf with

WSGIDaemonProcess recoll user=john group=john threads=5 display-name=%{GROUP} python-path=/var/www/html/recoll-webui-master WSGIScriptAlias /recoll /var/www/html/recoll-webui-master/webui-wsgi.py

WSGIProcessGroup recoll Require all granted

I found I had to change the Order/allow lines to a Require for my Apache 2.4, and the page loads, but the settings button is pointing to localhost/settings, the recoll-webui-master path has gone, and when I run a search the url is http://localhost/results?query=Conine&dir=%3Call%3E&after=&before=&sort=relevancyrating&ascending=0&page=1 which again is an invalid path

I have a daemon john 5326 5313 0 10:39 ? 00:00:36 (wsgi:recoll) -k sta

Any idea what I'm doing wrong?

John

jrbray1 avatar Mar 07 '19 07:03 jrbray1