Top "Virtual-hosts" questions

The term Virtual Host refers to the practice of running more than one web site (such as www.

Wildcards in a Windows hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea …

windows apache dns hosts virtual-hosts
apache on windows virtual directory config help

I'm running Apache on Windows XP via Xampplite, and could use help configuring my virtual directory. Here's what I'm hoping …

windows apache configuration virtual-hosts
Disable directory listing on apache; but access to individual files should be allowed

I do not want to use .htaccess. How should I change my Directory attributes? <VirtualHost *:80> ServerName abc.com …

apache virtualhost virtual-hosts
phpinfo() difference between master and local value

I have a clean install of a CentOs with php 5.2.13. In php.ini that is loaded and present in the …

php virtual-hosts safe-mode
Different VirtualHosts with the same port

I need to have two VirtualHosts with the same listen port for different projects and with different logs. Here's what …

apache virtualhost virtual-hosts
Removing Tomcat context from URLs for a virtual host (mod_jk, mod_rewrite)

I have a single Tomcat instance containing a number of webapps, each accessible via it's /Context. Tomcat is behind httpd (…

apache tomcat mod-rewrite mod-jk virtual-hosts
How do I create a VirtualHost on Zend Server?

I am using zend server and I added one VirtualHost into the extra/httpd-vhosts.conf file and removed # from the …

apache virtualhost virtual-hosts
$_SERVER['HTTP_HOST'] contains port number too =/

I don't know maybe it's a bug. I have 2 virutalhosts on my server. virtualhost1.com virtualhost2.com if i open …

php virtual-hosts superglobals port-number
Apache multiple domains setup

I've got a pretty straightforward issue with a linux based Apache 2.2 server I am setting up. I want to setup …

apache apache2 subdomain virtualhost virtual-hosts
What is the best way to install Mod_jk on linux to run apache in front of tomcat

I am using Wordpress for my blog and my main project is in java using tomcat server so I want …

apache tomcat mod-jk virtual-hosts