VirtualMin searchx frontend #3008
-
|
My server is Ubuntu 20.04.6, running current VirtualMin. The searxng install script worked great, webapp tests AOK, I used all defaults. I'm trying to set up a VirtualMin site to tie into it, and the documented Apache code appears to be inappropriate in a number of ways :-) I replaced the default code (which is in a
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As the message say:
Then the docs might be a good entry point for you: https://docs.searxng.org/admin/installation-apache.html additional https://httpd.apache.org/docs/2.4/ is a good place. There you find a link to the mod_proxy_uwsgi. When you are looking for the meaning of a Apache directive I recommend "Directive Index".
|
Beta Was this translation helpful? Give feedback.
-
|
Well, I gotta say, four thumbs up to the Searxng developers. Have never seen anything custom go this smooth. Here's the contents of |
Beta Was this translation helpful? Give feedback.
Well, I gotta say, four thumbs up to the Searxng developers. Have never seen anything custom go this smooth. Here's the contents of
<Directory></Directory>on my VirtualMin, and notice the proxy items just before. Very, very close to the original HTTP connective code. Works just dandy with the generic script install of the engine.