Top "Virtualhost" questions

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

Site does not exist error for a2ensite

I have cmsplus.dev under /etc/apache2/sites-available with the following code, <VirtualHost *:80> ServerAdmin [email protected] ServerName …

apache apache2 virtualhost
Adding VirtualHost fails: Access Forbidden Error 403 (XAMPP) (Windows 7)

I've got a XAMPP installation running on Windows 7. As soon as I add a VirtualHost to httpd-vhosts.conf, BOTH the …

apache windows-7 xampp virtualhost vhosts
how to create virtual host on XAMPP

I am sure this question is being asked many times but I am not encounter with a problem. I am …

php apache zend-framework xampp virtualhost
Apache VirtualHost 403 Forbidden

I recently tried to set a test server up with Apache. The site must run under domain www.mytest.com. …

linux apache ubuntu virtualhost http-status-code-403
Apache VirtualHost and localhost

I'm working with XAMPP on Mac OS X. I'm trying to run a Symfony website properly for a client, and …

apache localhost virtualhost
How to debug an apache virtual host configuration?

Once again, I have a problem with my apache virtual host configuration. (The default configuration is used instead of my …

apache debugging virtualhost
nginx missing sites-available directory

I installed Nginx on Centos 6 and I am trying to set up virtual hosts. The problem I am having is …

nginx centos virtualhost
client denied by server configuration

I try to setup kohana 3 project as virtual host. Config: <VirtualHost *:80> DocumentRoot "D:/Devel/matysart/matysart_dev1" ServerName …

apache kohana-3 virtualhost
Virtualhost For Wildcard Subdomain and Static Subdomain

I have an odd situation where I want to have the URLs app1.example.com, example.com and *.example.com …

apache subdomain virtualhost wildcard-subdomain
Apache default VirtualHost

how can I set a default VirtualHost in apache? Preferably, I want the default host not to be the same …

apache virtualhost