Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSGI path problems #71

Open
jrbray1 opened this issue Mar 7, 2019 · 0 comments
Open

WSGI path problems #71

jrbray1 opened this issue Mar 7, 2019 · 0 comments

Comments

@jrbray1
Copy link

jrbray1 commented Mar 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant