Dear Forum,
though i am not 100% sure, that is the right forum, and if it is perhaps too specific:
We have migrated a Lucene (Regain) / Apache .htaccess setup (Lucene Port 8020 -> Apache2 Port 80) from OS 10.3 to OS 11.3, but have a massive decrease of access speed - it seems the results from the search engine “drip” with the OS 11.3 setup via the :80 port - in comparison in OS 10.3 they are lightning fast. Tests on the non-url-rewritten “Pure” 8020 port of the Regain-search engine have the same speed.
So our question: was there a systemic change how Apache2 in OS11.3 works than in OS10.3?
Thanks a lot for any help.
Best regards
David
— snip ----- /etc/apache2/default-server.conf
<Location “/search/”>
ProxyPass http://192.168.0.97:8020/
ProxyPassReverse http://192.168.0.97:8020/
AuthName Name
AuthUserFile .htpasswd
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
</Location>
— snap —