Top "Vhosts" questions

A virtual host of a HTTP/HTTPS webserver (virtual host in Apache, server block in nginx, ...)

How to use vhosts alongside node-http-proxy?

I'm running Nodejs and Apache alongside each other. node-http-proxy is listening on port 80 and then forwarding requests to either Apache(:9000) …

apache node.js proxy vhosts express
Apache ssl-enabled vhost returns random 400 bad request

I've setup two local vhosts (http and self-signed https) for billing.example.com and trying them in firefox with firebug. …

ssl https apache2 vhosts mod-ssl
PHP cURL doesn't see the /etc/hosts file

I'm having troubles on making the PHP cURL library recognize the alias I created in my /etc/hosts file. This …

php curl vhosts
Vagrant port forwarding does not work with vhosts on Fedora 20

Spec: OS: Linux fedora 3.12.9-301.fc20.x86_64. VirtualBox: 4.3.6 Vagrant: 1.4.3 I am trying to forward host's port 8080 to guest's port 80 using …

virtualbox vagrant virtualhost vhosts portforwarding
set up a vhost with vagrant

I'm having troubles with setting a vhost with vagrant. I've configured my host file on my host (192.168.33.10 local.dev). Yet …

vagrant vhosts
apache virtual host definition with regex

For development projects I point real domains to localhost using hosts file. and I add virtual host definition to apache …

regex apache vhosts
Docker Compose | Virtual Hosts

Whats wrong in my code? thanks in advance! I'm trying to set up a virtual host for my docker container. …

docker nginx docker-compose vhosts virtual-hosts
Vagrant Share - Accessing Virtual Hosts and accessing those that are not in the default web root

I have Vagrant setup and running CentOS 6.5 x64 and it runs great. No issues running multiple sites within this one …

apache vagrant puppet vhosts puphpet
Apache loads mod_ssl but <IfModule mod_ssl.c> ignored in my vhosts

I'm trying to secure my server's vhosts. I installed LE/Certbot fine, and had no issues. I installed/upgraded any …

apache https httpd.conf vhosts mod-ssl
a2ensite from script path

I'm trying to automate some new site deployment in my testing environment. My script auto generates the apache vhost file …

apache vhosts