Skip to content

Instantly share code, notes, and snippets.

@qutek
Created November 29, 2019 09:28
Show Gist options
  • Save qutek/7f56b1aadf34f1a56722b3dac13cf12f to your computer and use it in GitHub Desktop.
Save qutek/7f56b1aadf34f1a56722b3dac13cf12f to your computer and use it in GitHub Desktop.
[Install OpenLiteSpeed] Install openlitespeed in mac using Homebrew #server #mac

Install using Homebrew

  • brew tap puleeno/openlitespeed
  • brew install openlitespeed

Directory

  • /usr/local/Cellar/openlitespeed/<version>/

Setup admin password

  • Excute script /usr/local/Cellar/openlitespeed/<version>/admin/misc/admpass.sh
  • Input username and password

Start & Stop

  • lswsctrl start or /usr/local/Cellar/openlitespeed/<version>/bin/lswsctrl start
  • lswsctrl stop or /usr/local/Cellar/openlitespeed/<version>/bin/lswsctrl stop

URLs / Ports

Resources

@sincness
Copy link

sincness commented Nov 6, 2021

Error: udns has been disabled because it is not maintained upstream!

What's the problem here?

@mac2net
Copy link

mac2net commented Apr 2, 2022

Useful to fix this.

@puleeno
Copy link

puleeno commented Aug 19, 2022

Error: udns has been disabled because it is not maintained upstream!

What's the problem here?

@sincness
It's fixed. Thank you!

@kaspernowak
Copy link

I get this when trying to install udns:

==> ./configure
Last 15 lines from /Users/user/Library/Logs/Homebrew/udns/01.configure:
2022-09-29 21:10:31 +0000

./configure

configure... udns package
checking for C compiler... $CC (clang)
checking whenever C compiler (clang) is GNU CC... yes
checking whenever the C compiler (clang -Wall -W -O2 -pipe)
           can produce executables... yes
checking for ranlib... ranlib
checking for getopt()... yes
checking for libraries needed for socket and connect... not found
configure: fatal: cannot find libraries needed for sockets

Do not report this issue to Homebrew/brew or Homebrew/core!

How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment