We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: