On 07/12/2021 16:00, Johannes Schauer Marin Rodrigues wrote:
If you can show me how you set up your apache, then I can add a second test that might be able to reproduce your problem.
Apache config # cat /etc/apache2/conf-enabled/searx.conf <Location /searx> Options FollowSymLinks Indexes SetHandler uwsgi-handler ProxyPreserveHost On uWSGISocket /run/uwsgi/app/searx/socket </Location> alexd