Tagged Questions

HTTP Virtual Hosting In HTTP, virtual hosting refers to the serving of content for multiple domains from a single server. The most common form of virtual hosting is properly called "name-based virtual hosting", where the content to be shown is based on the domain name being requested. Less ...

learn more… | top users | synonyms (3)

1
vote
1answer
9 views

access remote virtual hosts on specific external port

i'm running an apache server at work that is accessed remotely through port 8010, which forwards to port 80 internally. i can access the virtual hosts locally with… 'http://virtualhost1', ...
1
vote
3answers
52 views

Apache dynamic aliases

I've got LAMP setup on a VM that I use for multiple projects. My document root is a /www and I create a folder for each project within it. /www/project1-name/ /www/project2-name/ I access them in ...
2
votes
1answer
35 views

CentOS 6 Apache Virtual Host Config Help for Development Server

I have setup a LAMP server with CentOS. It will be used as a development server within our domain. It is our first Linux server and would like to actually put one into production in the future. The ...
0
votes
0answers
12 views

Mailing lists for virtually hosted domains

I have Mac OS X Server 10.5 Leopard running a Mail service. It is configured with a primary domain (let's say example.com) and also virtually hosts mail services for a second domain (let's say ...
-2
votes
1answer
37 views

Subdomains using Apache Virtual Host

I want to setup Subdomains on my website used for various purpose. e.g. rc.mywebsite.com for Release Candidate, beta.mywebsite.com for Beta Candidate and www.mywebsite.com/mywebsite.com for Live ...
1
vote
2answers
30 views

Domains and subdomains virtualhosts with different SSL certificates

I have a domain: www.example.com and I need this domain to be reachable both via https and http.I have a certificate (GeoTrust) that protects www.example.com and example.com. I need to protect ...
0
votes
0answers
16 views

Virtual Mailbox Users?

Should i use virtual mailbox users accounts? What is the benefit. I understand the traditional way is by creating a system user. Does virtualmin / webmin support virtual mail accounts?
0
votes
2answers
40 views

Adding apache rewrite rules to a large number of vhosts

To fix a security problem I need to add some rewrite rules to all our virtual host configurations. Are there any options adding rewrite rules to all virtual host declarations besides updating to ...
0
votes
2answers
51 views

500 Internal Server Error when setting up Apache on localhost

I downloaded and installed XAMPP, and to keep my projects nicely separated I want to create a VirtualHost for each one based on its future domain name. For example, in my first project (we'll say it's ...
0
votes
2answers
37 views

Apache httpd.conf Only use SSL for subdomain and give 404 for other https URLs

I have a current configuration for my website mail client: NameVirtualHost *:443 <VirtualHost *:443> SSLEngine on SSLCertificateFile /etc/pki/tls/certs/ca.crt ...
1
vote
4answers
49 views

Apache Virtual Hosts and subdomains

I'm trying to create a subdomain for a project i'm working on, projectx.cairocubicles.com, this url points to another server than the one hosting www.cairocubicles.com. The server the subdomain is ...
6
votes
5answers
113 views

Redirect to SSL only if browser supports SNI

I have Apache 2.2 with mod_ssl and a bunch of sites in HTTPS on the same IP/port with VirtualHosting, so client must support SNI to connect to those virtual hosts. I would like to configure my server ...
0
votes
1answer
12 views

How can I create multiple VirtualHost entries that share a set or RewriteRules?

I have an apache configuration with three virtualhost entries. Each entry is bound to a different port so that we can provide a different SSL certificate based on the port. Our load balancer is ...
0
votes
1answer
51 views

Is a symmetric dual booting Windows/Ubuntu box possible?

I will soon have a dual booting development machine, with Windows on one HDD and Ubuntu on the other. They will be configured such that when booted as Windows the IP address is 10.0.0.2 and when ...
0
votes
1answer
12 views

Serve PHP page mapped as part of Django's (Python's) virtualhost

I have a question similar to this: Apache : Map one virtualhost to a subdirectory of another virtualhost Except mine is about serving PHP within Django's domain like that: example.com serves ...
1
vote
1answer
15 views

Setting up subdomain of existing site with local apache

I am developing a site on my local machine and want to point a subdomain of an existing site to my localhost's subdomain. A concrete example: I have a normal running apache on port 80, and a virtual ...
1
vote
1answer
41 views

Virtual Hosts w/ IIS 7.5.x Not Paying Attention to Path

I have setup numerous linux web servers (using Apache) but I am new to IIS. I am trying to setup two new vhosts, let's call them vhost1.domain.com and vhost2.domain.com for the purposes of this ...
2
votes
4answers
48 views

Managing lots of Apache vhost ServerAliases

So I've got this site that's being served as a virtual host by Apache 2. And it has a metric ton of alternative domain names that are all supposed to resolve to it. Up to now I've handled things like ...
0
votes
1answer
20 views

one of my virtual directory wont work

I have couple of virtual directories in my MAMP and everything works fine but for some reason one of the virtual server doesn't work. In my folder (testserver) I have these files index.html ...
0
votes
0answers
17 views

virtual hosting multiple .tk domains. Possible?

I have been trying to setup a couple of .tk based domains and am having a lot of trouble getting two to serve. I can easily get either site serving to both domains but not each site to each domain and ...
0
votes
1answer
47 views

apache wont start when virtual hosts are defined

I have setup up virtualnamehosts on my server and I do not recieve any errors when starting apache but when I check to see if it has started it says: httpd dead but pid file exists thanks for the ...
0
votes
1answer
34 views

Can I find out the specs of a server/host machine through a VM?

After looking at this question I would like to know if those solutions will display the specs of the host machine (and not of the VM that is running)? Does cat /proc/meminfo, cat /proc/cpuinfo, lshw, ...
1
vote
1answer
43 views

could not resolve host name while setting up namevirtualhost

I have been working on setting up namevirtualhosts on my centos 5 server. I have added all of the virtualhosts to my httpd.conf file and alos uncommented the namevirtualhost line.I also have my domain ...
-1
votes
3answers
205 views

Why can't other computers access my web server on 127.0.0.1?

I'm trying to setup a a virtual host on a machine in my office I've added 127.0.0.1 urs.local to the hosts file, and added this to config NameVirtualHost 127.0.0.1:80 <VirtualHost ...
3
votes
4answers
89 views

is it possible to host 2 sites on a single domain but 2 different IPs?

I have Server A which hosts www.mysite.com I want to create and host a site on Server B, but configure it to: www.mysite.com/theSiteAtServerB TheSiteAtServerB is a completely different site from ...
0
votes
1answer
49 views

How to allow Pure-FTPD to write to another user's directory

I have set up the following stack: Nginx, php-fpm and Pure-FTPD on a debian 6. In order for PHP-FPM pools to run under each different user I have created a system user for each website I host under ...
1
vote
1answer
105 views

mod_vhost_alias + suEXEC: auto selecting uid/gid

I'm trying to configure Debian 6.0.4 for massive shared hosting with PHP5. Packages apache2-mpm-worker libapache2-mod-fcgid apache2-suexec are installed. I successfully loaded mod_vhost_alias and ...
0
votes
0answers
29 views

virtual hosting php python

My question is I have a local setup for development with php using wamp. I am now adding python to my arsenal but upon setting up python I have lost my php abilities. I have setup virtual hosts with ...
0
votes
1answer
80 views

SSL with virtual hosts

I've 'inherited' a server setup which i don't quite understand. The server is an ubuntu box with a number of virtual hosts. I've checked out the config for each virtual host and there's no mention ...
0
votes
1answer
47 views

nginx ignores my include directive?

I'm currently migrating from Apache to nginx. I have a couple of domains that are going to be hosted on the same machine with one IP address. Though I've configured nginx --prefix=/my/path it seems ...
0
votes
1answer
35 views

Postfix and Send mail from Virtual Host

I currently use postfix to send mail using @domain1.com addresses, mail reception for this domain are handled directly by my provider (OVH). So far so good mails are sent using DKIM no problem. ...
0
votes
2answers
39 views

light web server to run on vps

Has anyone tried to build a really light server that uses the least amount of space and memory, while giving high performance? I would assume that linux kernel can be configured to keep only ...
1
vote
1answer
29 views

Apache ip-based hosting setup and httpd.conf directives

In apache, I would like to setup "ip-based" hosting for 2 sites and enable SSL for them. However, I'm not clear on how to configure httpd.conf file. Questions: 1) Do I need a NameVirtualHost ...
0
votes
1answer
42 views

AllowOverride None in /var/www/ result in bad performance

I have read in an article that its better to set "AllowOverride None for /" "AllowOverride None for /var/www/" for security reason and based on that i have changed configuration to the ...
0
votes
2answers
35 views

Two Server Names mapped to the same DocumentRoot

I have a server with two virtual hosts pointing to the same DocumentRoot folder. In that folder there is a Magento installation that manages properly both domains. Just in case this is important, the ...
0
votes
1answer
43 views

Access to apache virtual hosts and document root on EC2

I've set up a new VirtualHost on Apache with this configuration: DocumentRoot "/var/www/html" <VirtualHost *:80> ServerName mydomain.net DocumentRoot /var/www/html/mydomain.net ...
0
votes
1answer
39 views

How to connect to a VM created by VirtualBox?

I have created a Fedora VM using VirtualBox and also have set the networking adapter to bridge mode. Inside Fedora I've set the ip to be 192.168.1.14. Now if I issue a ping from my Host machine (Win ...
0
votes
1answer
82 views

apache virtualhost: Auto subdomain with exception

I've been searching for a way to automatically redirect domains to a specific folder, and fond a good answer here on serverfault: Apache2 VirtualHost auto subdomain. (The accepted answer) So far ...
0
votes
1answer
73 views

How to configure g-wan to use virtual hosts?

Say I have a domain foo.com and a server accessible at 50.60.70.80. I have configured the DNS entries so that foo.com and www.foo.com point to 50.60.70.80. I have g-wan running on the web server. Now ...
0
votes
1answer
74 views

Setup SSL for only a Single website on Linux server with Multiple vhosts

Without configuring apache to support SNI, can I purchase a SSL cert and use on a Centos Linux server that has 2 name-based Vhost? I'm only interested in securing ONE of the two domains. Could this be ...
1
vote
1answer
89 views

Virtual host redirects to localhost in Ubuntu

I have recently configured Virtual Host in my Ubuntu 11.10. But whatever site i type, it always redirects to the localhost page. This is my "our-test-site" file: <VirtualHost *:80> ...
1
vote
1answer
28 views

Hiding a Website from Search Engine Bots and Viewers by Disabling Default VirtualHost

When staging a website on a remote VPS, we would like it to be accessible to team members only, and we would also like to keep the search engine bots off until the site is finalized. Access control ...
2
votes
3answers
134 views

Apache NameVirtualHost on port 443 ignores ServerAlias

I've got a name-based virtual host setup on port 443 such that requests on host 'apple.fruitdomain' are proxied to the apple-app and requests on host 'orange.fruitdomain' are proxied to orange-app. ...
0
votes
0answers
70 views

mod_security configuration with virtual host

Prologue: I am very new to Apache, ModSecurity & web admin stuff in general. But I want desperately to learn, so if I mess up nomenclature or technologies please let me know and I will fix it. ...
2
votes
3answers
36 views

Configuring virtual hosts to use both names and port numbers

On my local machine I have several named virtual hosts set up in apache, all on port 80. NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "/site1" ServerName http://site1.local ...
1
vote
2answers
40 views

Apache Virtualhost entry with Windows hostname

I have a Windows Domain Controller and we use it for DNS for our internal network. I have an Ubuntu box with an IP address of 172.16.34.149. Within the Windows DNS I created the forward and reverse ...
1
vote
1answer
171 views

Apache virtualhost - Mac OSX 10.7.3

After upgrading to Lion, all my virtualhosts stopped working. They redirect to "It works" main apache page on my device for some weird reason. Example: /etc/hosts: 127.0.0.1 myhost.com ...
1
vote
1answer
23 views

Method to transfer/move a Virtual farm from one host to another

I have a Virtual farm that consists of 1 DC 1 SQL Server 2 W2K8 7 W7 systems. We are now looking to move that from the current solution (which is a physical host) to a cloud based solution. ...
1
vote
2answers
58 views

Nginx. How do I reject request to unlisted ssl virtual server?

I have a wildcard SSL certificate and several subdomains on the same ip. Now I want my nginx to handle only mentioned server names and drop connection for others so that it'd look like nginx is not ...
0
votes
1answer
131 views

virtual host setup: can't access wordpress site without www

I would like to access my site both with and without using the www. Currently it only works with. Leaving out the www just goes to a blank page. Also, wp-admin just loads a blank page too. I have set ...

1 2 3 4 5 16