Re: [users@httpd] Controlling access to web site based on domain name

2022-12-22 Thread Frank Gingras
Then use a RewriteMap. On Thu, Dec 22, 2022 at 9:37 AM Rose, John B wrote: > Thanks for your reply. > > Using the referrer, and I have 30 specific domains I want to allow to > access a particular page, but any other referrer domain I do not want to > allow to access that page, and i want to redi

Re: [users@httpd] Controlling access to web site based on domain name

2022-12-22 Thread Rose, John B
Thanks for your reply. Using the referrer, and I have 30 specific domains I want to allow to access a particular page, but any other referrer domain I do not want to allow to access that page, and i want to redirect access from those disallowed referrers to another specific page. So can I put

[users@httpd] Proxy both HTTP, and WebSocket traffic to UNIX socket

2022-12-22 Thread Jan Kohnert
Hello everyone, I've set up a GitLab instance running behind an Apache HTTP-Server acting a proxy. GitLab officially only supports NGINX as a proxy, but since my Apache also serves different VirtualHosts, I'd rather keep the setup I have instead of setting up another WebServer. According to [1