Virtual hosts or virtual hosting is a method for hosting multiple domain names (with separate handling of each name) on a single server (or pool of servers).

learn more… | top users | synonyms

1
vote
1answer
19 views

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 each request coming to my server to go through apache. For exemple if my site uses www.sample.com I ...
-1
votes
0answers
15 views

How i can do this using apache virtual hosts [closed]

I have my domain foo.com, and 3 subdomains (s1.foo.com, s2.foo.com, s3.foo.com) s1, s2, s3 domains are for serve static content, so they have to point to the same folder that the main domain ...
0
votes
2answers
11 views

DocumentRoot is set to docRoot of a virtualHost?

OS: centOS 6.3 Final I've installed the mysql and apache2(httpd) packages and changed the config in /etc/httpd/conf/httpd.conf as seen below: <VirtualHost *:80> DocumentRoot ...
0
votes
1answer
37 views

Apache configuration: automatic renaming of “file:///C:/xampp/htdocs/” to “localhost” in url when opening a local html file

I'm new to web development so bear with me. I might be missing something despite all my searches. When I open an html file (of course from a directory served by Apache), it opens in a browser but the ...
0
votes
2answers
31 views

Multiple Domains to Display Content from Landing Pages on Another Domain

We have created a bunch of landing pages on a Joomla CMS system, such that the URL for each landing page is www.domain.com/page1.html and www.domain.com/page2.html, and so on. Of course the ...
0
votes
1answer
50 views

virtualhost on xampp and accessible from external device

I'm running XAMPP on my WIN7 laptop for developing websites. Now I use virtualhost and a modified hosts file, so I can access my website "www.thisshouldbemysite.nl" through this URL. But it will be ...
0
votes
3answers
68 views

VIrtualHost Options returns an index of the site folder

I am not sure why this is happening as I am not very knowledgeable when it comes to Apache. Below is a copy of my VirtualHost. If this gives any extra help as to how to get it to work, I am trying ...
-1
votes
1answer
78 views

How to create virtual directory in G-WAN webserver

I installed G-WAN webserver , and i create virtual host , in G-WAN we must create folder for virtual host's , now i want to create virtual directory my installed path is : /home/gwan/ and myfiles ...
0
votes
1answer
220 views

WAMP Server virtual hosts configuration

OK, I have my wamp installed and simply can't setup my virtual hosts properly. Here's what I have: Wamp install dir: F:\wamp Projects dir: F:\www # ...
0
votes
1answer
104 views

Wamp Virtual Host Set Up

sorry for having a similar question to what has been posted all ready but the others aren't helping me. I'm trying to set up a virtual host on my windows 8 computer but I can't seem to get it to work ...
0
votes
1answer
50 views

Apache - virtualhosts and global apache config

I have an apache server configured with multiple NameVirtualHosts running on the same IP. This all works fine. However, because of the "include conf.d/*" directive, apache also picks up config for ...
1
vote
2answers
49 views

Set up apache with multiple virtualhosts

I'm having problem getting virtual hosts to work as I want to. I've been searching for the last hours but it feels like I'm more lost than before. So basically I want the following setup: ...
0
votes
0answers
35 views

How to configure Acrilic DNS Proxy Server to serve requests from inside the network

I have Acrilic DNS Proxy installed in my server. I have aroun 10 pc's in the network, I have given a satic IP for my server.There are 10 several web apps are running in my server with different urls ...
-1
votes
1answer
207 views

Allow access to PhpMyadmin only on a specified virtualhost [closed]

I'm working on a multiple virtualhost Environment. I've installed PhpMyadmin for Mysql Remote Control. Environment is configurate as below: one.domain.com two.domain.com onlyphpmyadmin.domain.com ...
0
votes
1answer
12 views

Deny access from not default host

I try to set up virtual hosts on my server. I already add virtual host for my default domain: NameVirtualHost *:80 <VirtualHost *:80> ServerName domain.com ServerAlias www.domain.com ...
3
votes
2answers
210 views

dns lookup not working while offline

i have setup my acrylic dns proxy to include some addresses to redirect to localhost- therefore i am able to redirect specific domain names to my local machine, without any need to look anything up on ...
0
votes
0answers
83 views

Bouncy for nodejs vhosts will not forward more than one vhost

The instructions I'm using are from the bouncy github page https://github.com/substack/bouncy I've been trying to host 2 nodejs servers and setup virtualhosts for each of them. The servers work fine ...
0
votes
0answers
15 views

Apache having both a Default server and Virtual Hosts

I'd like to have my webserver to serve the default location (/srv/www/htdocs) as "localhost" and to act with virtualhosts only when conneting with another server name: in my listen.conf i added: ...
0
votes
1answer
219 views

set multiple IP address point to single domain name in gwan server

Who can explain how to set multi internet IP point to a single domain in gwan server? How to set the listeners and vhosts in gwan server? For example, abc.com are pointed by 123.456.345.34, and ...
1
vote
1answer
75 views

dynamic root host switching

I have several projects in the gwan server, so I need to switch the vhosts when I test the project from other machine in my local network. I made a symbolic link of a vhost as the root host. But gwan ...
0
votes
2answers
73 views

Accessing name-based virtual hosts from the internet

I'm currently beginning to learn Apache. So I'm really a beginner here. I've been able to set up a basic site and virtual hosts that I can access within my own network. Forgive me if my question ...
0
votes
0answers
43 views

Send emails through gmail for different virtual hosts on the same machine

I have two websites configured in virtual hosts on the same machine and I would like to know how I can send email from those two hosts. With my first website, I created a Google apps account and I ...
-1
votes
1answer
149 views

Improper behavior of Host Alias

I have two host alias in my directory structure that fail to properly register with g-wan. My folder structure is as follows: /srv/gwan_linux64-bit/192.168.3.101_80/$dg.lcl ...
-1
votes
2answers
91 views

Does the apache will create a folder recursively if the given log folder does not exists in the server? [closed]

For example, I have a log path called /home/log/error.log. In this case log folder doesn't exists. While giving the DocumentRoot I have given the log path like above <VirtualHost *:80> # ...
0
votes
0answers
51 views

VirtualHostX and Passenger to serve rails apps

I have in my development machine many virtual hosts, managed by the VirtualHostX app Some projects are made in rails, so i am trying to make some of them available via passenger. But i want to use ...
0
votes
0answers
53 views

Ubuntu Apache won't resolve two subdomains

I have an ubuntu server running apache2.2 The hostname for the server is testing.buginteractive.com, there is a default virtualhost running which with a ServerName of testing.buginteractive.com this ...
0
votes
1answer
65 views

Dilemma: realtime crate virtual hosts or with a crontab?

I am developing a webhosting hosting controlpanel with codeigniter. So far so good. :) Now I am working on a solution creating virtual hosts. My shell script that creates the virtual host works, so ...
0
votes
1answer
59 views

Problems with Apache Virtual Hosts

I have recently just set up a RHEL based server running two domains. However, I am having difficulty hitting both domains from the browser. My config is: NameVirtualHost *:80 <VirtualHost ...
0
votes
1answer
156 views

How should I configure UID, GID and permissions for /var/www on Ubuntu 12.0.4 worstation?

I'm a web developer who is new to linux. I've just configured my personal laptop as a dual-boot Windows 7 / Ubuntu 12.0.4 workstation. I Installed the default Ubuntu LAMP stack through taskel per ...
1
vote
1answer
865 views

apache mass virtual hosting with suexec and mod_fcgid

I followed Falco's tutorial and everything now works as expected for 2 users (e.g. john and alice) with their relevant directories (/var/www/john and /var/ww/alice). Now, I want to go to the next ...
1
vote
2answers
433 views

Tomcat 7 (Virtual hosts?)

I want use my web application on port 8082 (for example), and it is working correctly. But I want to leave connection on port 8080 (with default Tomcat page), can I do it and how?
0
votes
1answer
112 views

Making local Drupal installation accessible through Virtual Host

I am trying to introduce a staging step in my company's code-production process. We currently have ~10 eng clients who commit code individually, update local codebase - debug/check locally, then we ...
0
votes
1answer
569 views

Apache 2.2 VirtualHosts URL not found

I'm hoping you can help. I have an existing Apache 2.2 server which serves a website I maintain. I am attempting to add additional websites for a colleague. Having done so, I get the following when I ...
1
vote
1answer
450 views

Setting up Virtual Hosts on Mac with different subdirectories

I have problems setting up my local development environment on a mac. What i have (added): /private/etc/hosts: 127.0.0.1 dev.local 127.0.0.1 page1.dev.local ...
1
vote
1answer
998 views

Server name for apache virtual host isn't working properly

I'm trying to create a virtual host in apache so I can access a local site via localhost but using a different port than the default :80, what I want is that http://localhost:8080 loads my site ...
0
votes
2answers
1k views

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 two totally different domains on the same server. But it only serves content from the ...
0
votes
3answers
2k views

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 DocumentRoot /usr/share/uploads <Directory " ...
0
votes
0answers
543 views

XAMPP virtual hosts not recognized - goes to online search

I am developing a Wordpress site locally on my computer. I have two installations of Wordpress, one is inside C:\xampp\htdocs\wordpress and the other one is in C:\My_Sites\medicalproject\wordpress I ...
0
votes
1answer
278 views

Wildcard Virtual Hosts Ubuntu

I'm looking to setup wildcard virtual hosts in Ubuntu. I've set it up on a WAMP setup pretty easily, but I don't know enough about Linux to know how the setup differs. The goal is to be able to ...
1
vote
1answer
454 views

Define local site in Apache - Use port other than 80

I'm wondering if anyone can help me define a new local VirtualHost using Apache. The goal is to have a site that is viewable only from the local network (hidden behind a firewall). Right now I have ...
1
vote
1answer
94 views

htaccess https for several subdomains

I have virtual hosts <VirtualHost 10.10.10.10:80> ServerAdmin webmaster@server.com ServerName server.com ServerAlias subdomain-a.server.com subdomain-b.server.com ...
0
votes
1answer
173 views

Setting up subdomain for local development

I have XAMPP installed for local development and I'd like to create a sub domain for each project. In my apache vhosts config I've put this: <VirtualHost localhost:80> DocumentRoot ...
0
votes
1answer
219 views

Access a Zend application from another computer in the LAN (working with LAMP)

Hello I have a LAMP server setup on an Ubuntu machine and a Zend Framework project. I made a virtual host in my /etc/apache2/sites-available, enabled it with a2ensite command and everything works ...
1
vote
1answer
485 views

Issue with Virtual Host on Zend Server CE and Mac OSX

I'm using Zend Server CE 5.6.0 on Mac OSX. My httpd.conf has the following line, adding the virtual hosts file: Include conf/extra/httpd-vhosts.conf At that file, I have the following: ...
1
vote
3answers
2k views

VirtualHosts does not work on Mac OS 10.7

I want to create VirtualHosts on Mac OS 10.7 and therefore I edited the /etc/apache2/httpd.conf. I uncommented the line "Include /private/etc/apache2/extra/httpd-vhosts.conf" to include the virtual ...
0
votes
0answers
369 views

apache - RewriteEngine doesn't work outside <VirtualHost> Directive

I'm trying to configure apache to redirect the requests containing only hostname (domain) to another path. I found the following directives useful, but as long as those are enclosed in VirtualHost, ...
2
votes
2answers
1k views

Apache vhost resolves to localhost document root

I downloaded apache2.2.22 src from http://httpd.apache.org/download.cgi and made the installation. The installation works fine. But the problem arises when I try adding vhosts. I added 2 virtual hosts ...
1
vote
2answers
479 views

Setting Up Apache Virtual Hosts on a Drive Other Than C:

I've successfully set up virtual hosts before on my C: drive, but now I want to set some up on my D: drive. I follow the setup instructions here, but when I click the WAMP icon to restart all ...
1
vote
4answers
805 views

apache php Virtualhost

I am trying to implement virtual host in my system. I have used the below code for that. NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@dummy-host.example.com ...
0
votes
1answer
68 views

What's wrong with this apache setup?

Below is my /etc/apache2/sites_available/default file. I have pointed mysite.com to localhost in /etc/hosts and the website works fine when accessed from the same machine it's running on. However, ...

1 2 3