Top "Vhosts" questions

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

Virtual hosts on apache with URL's like subfolders

I am interested in, if I can have vhosts on apache with domain names like: http://something.com/something or …

apache ubuntu apache2 vhosts ubuntu-server
Same server, both SSL and non-SSL

Is it possible to have both SSL protocol and non-SSL protocol running on the same server in Apache 2.x? So …

apache ssl vhosts
xampp virtual host - always loading htdocs

I am trying to create a virtual host on my localhost (XAMPP). Tried every combination out there, but I always …

apache xampp localhost vhosts
How should I organize multiple Express servers on the same system?

I'm using one server to host multiple Node.js web apps, which are distributed across multiple domains. My current practice …

node.js express vhosts multiple-domains http-proxy
Adding a tab in a Shell script

So I have an extremely simple shell script, where it inputs an IP address and a domain name in the …

shell scripting applescript vhosts hosts
PHP Codeigniter - Apache virtual host setup trouble

This has been doing my head in. Hope you guys can help. I can't find out where the error lies. …

php apache codeigniter vhosts
Virtual Hosts XAMPP [Linux Ubuntu] not working

I tried to create a virtual host magento.developers.com in Ubuntu 12.04 using XAMPP. First I have edited the /opt/…

ubuntu xampp vhosts
Remove tomcat port number in the http URL

I have a webapplication hosted on tomcat. I'm trying to achieve a URL redirection of my webappname. So, I'm using …

apache http tomcat xampp vhosts
Debugging why I get "You don't have permission to access" in Apache 2.4

I am trying to create a local environment in Linux/Ubuntu. I have install Apache 2.4.7 (using apt-get). I have changed …

apache vhosts hosts apache2.4 hosts-file
Check if cookie does NOT contain specified content NGINX

There are countless tutorials on checking if a cookie exists and contains my content, in this case foobar. How do …

nginx configuration config vhosts