mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
docs: rework of chapter "Install with apache"
BTW: normalize installation-nginx.rst
This commit is contained in:
parent
c81849cb5a
commit
eb0d4646d8
7 changed files with 465 additions and 63 deletions
|
|
@ -735,6 +735,11 @@ This installs the searx uwsgi app as apache site. If your server is public to
|
|||
the internet, you should instead use a reverse proxy (filtron) to block
|
||||
excessively bot queries."
|
||||
|
||||
case $DIST_ID-$DIST_VERS in
|
||||
ubuntu-*|debian-*) : ;;
|
||||
*) err_msg "sorry distro $DIST_ID $DIST_VERS not yet supported"; exit 42 ;;
|
||||
esac
|
||||
|
||||
! apache_is_installed && err_msg "Apache is not installed."
|
||||
|
||||
if ! ask_yn "Do you really want to install apache site for searx-uwsgi?"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue