Skip to content

Host on windows IIS or an Apache server #329

Answered by lovasoa
NathanielCJ99 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello !

It is definitely possible and reasonable to host sqlpage behind a reverse proxy if you don't want to expose it directly.

We have a guide about how to do so using nginx on the official website: https://sql.ophir.dev/your-first-sql-website/nginx.sql

But since you mention IIS and Apache, here are instructions for these servers.

IIS

Official guide: https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing

  1. Install IIS:

    • Open Server Manager, click on "Manage" > "Add Roles and Features."
    • Follow the wizard to install IIS.
  2. Install the URL Rewrite Module:

  3. Configu…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@NathanielCJ99
Comment options

@kryskool
Comment options

Answer selected by NathanielCJ99
Comment options

You must be logged in to vote
8 replies
@cbertelli
Comment options

@cbertelli
Comment options

@lovasoa
Comment options

@cbertelli
Comment options

@lovasoa
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants