python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Allow only specific ports on Apache non-SSL requests and redirect
I am serving 3 NodeJS websites on Apache. The VirtualHosts of these websites are as follows:
website1
<VirtualHost *:80>
DocumentRoot "/var/www/html/[website1]"
ServerName &quo...
ehliaskinnesvegahi
Votes: 0
Answers: 0
Socket.IO on Subdomain vhost and proxy
I'm trying to proxy socket.example.com:4000 to a websocket server mydomain.com:3000 but the client can also connect to the server through *.example.com:4000, It's like vhost has no effect and the prox...
Jacqueline
Votes: 0
Answers: 1
Laradock virtual host not working on mac monterey apache2
I have read many posts on the subject but none refers to exactly the same environment I have (Mac OS Monterey). So what I have done so far...
I have successfully installed the latest versions of Dock...
Paul Godard
Votes: 0
Answers: 1
When to use rabbitmq vHost over separate queue
TL;DR
one queue per message type or one vhost per message type? When to use vHost over separate queue?
Details
Currently, we only have one single queue and several consumers to consume all messages. T...
Charlie
Votes: 0
Answers: 2