OpenBSD Solutions Blog

Posts
71-72

  • OpenBSD httpd 6.3: Web server

    @nabbisen

    Intro

    OpenBSD has its own web server called “httpd”.


    Backgrounds

    It’s possible on OpenBSD to install Nginx and Apache (called “apache-httpd”).

    ...

    Read
  • PostgreSQL 10 on OpenBSD 6.3: Install

    @nabbisen

    This post shows how to install PostgreSQL on OpenBSD and set it up.

    ✿ ✿ ✿

    Environment

    • OS: OpenBSD 6.3
    • DB: PostgreSQL 10.3
    ✿ ✿ ✿

    Procedure

    * note: In code areas, the leading # means execution by superuser; It is equal to using doas command (as root), while the leading $ means by general users.

    ...

    Read