Tagged Questions
The virtual-hosts tag has no wiki summary.
41
votes
11answers
33k views
Wildcards in a hosts file
I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea is that as I develop multiple sites, I can just add vhosts to Apache called ...
5
votes
4answers
6k views
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 to do on my dev box:
I want my source files to live outside of the xampp ...
4
votes
5answers
2k views
How can I setup different SSL-Certificates for vhosts on Apache?
I have a web-server, that serves different domain-names, but has only one IP-address assigned. That works fine with virtual hosts in Apache. Now I want SSL-encrypted connections for the websites. How ...
3
votes
1answer
54 views
Virtual Host from Apache is different domain/directory but only use first
I've configured two virtual host cuckoo.net and fb.core.net are located to local ip address (127.0.0.1)
But when I access the second domain: fb.core.net, it always returns the first.
Please consider ...
3
votes
2answers
452 views
$_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 virtualhost1.com with port 80 (virtualhost1.com:80)
...
3
votes
3answers
3k views
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 header of phpinfo() I have
safe_mode=off
in the phpinfo() information I have
// local value - ...
3
votes
3answers
980 views
Tomcat: Change the Virtual hosts programmatically?
Tomcat offers a build in "Virtual Hosting" Support: An Engine/Web-Application can be configured to be responsible for a list of Domains. These Domains have to be put into the server.xml/context.xml ...
2
votes
1answer
104 views
Can jboss-web.xml have access to properties?
I am trying to setup my project to use different virtual-host names depending on the environment.
I know I could create directories with a separate jboss-web.xml file in each directory. But I ...
2
votes
1answer
245 views
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 httpd.conf file.
This is what I added into the extra/httpd-vhosts.conf file:
...
2
votes
2answers
635 views
multiple virtual hosts on EC2 ubuntu - cannot access second host, always accesses default
first time poster, but please help. I have been searching and reconfiguring for 6 days now and have lost several clumps of hair..
PROBLEM:
I want 2+ virtual hosts on my ubuntu server (1 ip)
BUT - ...
2
votes
2answers
1k views
Apache and ultimate config for nginx to serve all virtual hosts in the right way
I've just set up nginx to serve static request on one site, but I have lots of sites on my server and I wonder, should I right new nginx server configuration for all of them?
What I'm doing now. I ...
2
votes
6answers
4k views
Wamp Server: Multiple Virtual Hosts are not working on Windows
I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load content of test1.dev for both virtual hosts.
Following are my files:
hosts:
127.0.0.1 localhost
...
2
votes
2answers
2k views
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 (actually Debian Apache2), configured with virtual hosts to serve each ...
2
votes
3answers
224 views
Can I use google to determine vhosts on same IP?
Can I use google -- specifically i am thinking of the google ajax api -- to enumerate a list of host names of websites that are hosted on a particular IP address.
Note
Yes, I know that other ...
2
votes
2answers
609 views
How can I redirect requests to specific files above the site root?
I'm starting up a new web-site, and I'm having difficulties enforcing my desired file/folder organization:
For argument's sake, let's say that my website will be hosted at:
http://mywebsite.com/
I'd ...
1
vote
0answers
18 views
how can I fix my virtualhost setup after upgrading my ubuntu server to 10.04
I recently updated my ubuntu server to 10.04 and my virtualhost setup no longer working correctly.
I host two sites from my server and before the update the addresses linked correctly to their ...
1
vote
1answer
63 views
Need help setting up: Apache Reverse Proxy
I have some trouble setting my virtualhosts file up the right way.
I'd like to send vistors to the right server by using reverse proxy.
My current setup gives me an internal error.
i have only 1 ...
1
vote
2answers
100 views
Creating a Virtual Host In PHP
I am trying to set up symfony on my Ubuntu system. Now as going through the installation tutorial of symfony I found to Create a virtual host for my (to be created) application. I did the same steps ...
1
vote
3answers
145 views
How do fix apache error “not within configured docroot” under Ubuntu
Greetings experts and gurus, I am looking for some help with an apache php configuration problem.
I have been running several websites from an apache2 setup on an ubuntu server for some time now ...
1
vote
1answer
89 views
Custom domains in CodeIgniter web app?
I'm using CodeIgniter to build my first web app. For demo purposes, users can preview their site by simply using their Facebook username as a paramater (using public data from the Graph API). So they ...
1
vote
1answer
472 views
Shell script to append new lines to etc/hosts and Apache httpd-vhosts.conf in Mac OSX 10.6
I am using Mac OSX 10.6 and doing web development on it. I know a small amount about writing shell scripts, but I am not really versed in them as of yet.
What I would like to do is to write a shell ...
1
vote
1answer
427 views
Dynamic subversion repos via subdomains (in Apache)
I'm trying to set up a subdomain-to-repository translation in Apache. Example:
foobars.domain.com -> /server/svnrepos/foobars
I've tried to get this done with mod_rewrite:
RewriteCond ...
1
vote
2answers
458 views
vhosts not working on windows 7 using wamp
i'm having trouble setting up vhosts on windows 7. i'm running wamp.
my host file includes:
127.0.0.1 local.tribune.com
i've included httpd-vhosts.conf from within my httpd.conf.
my ...
1
vote
1answer
182 views
Apache serving files from non-existent directories
I am sure I have goofed up somewhere in my configs. So this is what is happening.
My document root does not have any folder called "2". Yet, if I access, for example,
...
1
vote
1answer
671 views
Server alias for virtual host doesn't load site
Here's my current virtual host setup for xampp:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/misc/proj/usermap
ServerName usermap
ServerAlias usermap2
ErrorLog ...
1
vote
0answers
187 views
apache2 force proxy for specific url on a subdomain
I have a site that has dynamic virtual subdomains using mod_rewrite, as defined like this:
<VirtualHost *:80>
ServerName example.com
ServerAlias *.example.com
DocumentRoot ...
1
vote
2answers
659 views
SSO-plus-SSL and Shibboleth: What options for sites with numerous virtual hosts?
Background: Customer X is a low-budget non-profit outfit that nonetheless has a lot of activity configured on virtual hosts, and the virtual hosts multiply very frequently. Customer X also has a lot ...
1
vote
2answers
2k views
Configure multiple keystores in JBoss depending on requested hostname
I have my J2EE application deployed into a JBossAS. My Application has to respond to two different hostnames (https://foo.com/myApp and https://bar.com/myApp). It is the same instance of the app ...
0
votes
0answers
11 views
Apache dynamic VirtualHost questions [closed]
I would like the following functionality
I would like to have my websites at:
/var/www/vhosts/example.org
example.org has the following structure:
httpdocs
logs
subdomains
When i access the ...
0
votes
0answers
23 views
virtual hosting setup that depends on the default site
On the steps to install Jenkins I have found this line:
do not do this next command if you already have virtual hosting setup
that depends on the default site. See my comment below - danapsimer
...
0
votes
0answers
44 views
Tomcat: Creating a VirtualHost using a Filter
I am attempting to create a filter that will create hosts based on some http request header information. IE: if a host doesn't exist in Tomcat, create one.
ZZ Coder (Tomcat: Change the Virtual hosts ...
0
votes
1answer
144 views
Apache VirtualHost won't work (Wamp/Win7)
I own two domains which I want to point to my local server here at home:
www.first.com
www.second.com
They both point to my own server here at home (Yes I've already managed the A-record config at ...
0
votes
1answer
37 views
Virtual hosts redirecting incorrectly
Hi guys I'm having problems with the following virtual hosts:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName www.domain1.com
ServerAlias domain1.com *.domain1.com
DocumentRoot ...
0
votes
1answer
243 views
Apache virtual-host not working correctly for subdomain
I've got a site set up on localhost that I'm actively developing, and I'd like to set up a subdomain on localhost to make my life 10* easier.
I added this to ...
0
votes
0answers
110 views
Virtual hosts using mod_jk
I have been trying to configure mod_jk, so that it can work with virtual hosts in my apache server.
Basically what I got is the following scenario:
I got 2 domains pointing to the same server. For ...
0
votes
1answer
80 views
Vhost configuration on apache
I've a some problem with my apache server.
I just did a fresh install(debian 6.0).
I created two config files: mysite.com and dev.mysite.com in /etc/apache2/sites-available, I enabled them with the ...
0
votes
0answers
41 views
mod_proxy redirects wrongly - why?
I've got an Apache install on port 80, and an ASP.NET install on port 8080 using Abyss WebServer X1..
I've set a virtual host like so here:
<VirtualHost *:*>
ProxyPreserveHost On
ProxyPass / ...
0
votes
1answer
206 views
How to filter Apache virtual host listing using grep
I have an Apache server configured with many virtual hosts and would like to be able to filter them using grep like so..
# httpd -S | grep "myStr"
.. however, this approach doesn't work - I'm still ...
0
votes
1answer
51 views
Hosting personal pages over a Redmine installation
I currently installed redmine on my server, and configured apache2 to run it in a virtualhost over mydomain.com
Thing is I also want to host some extra pages, at mydomain.com/personal, but since ...
0
votes
2answers
373 views
After setting up virtual host in zend framework project image are not visible
My project structure is like following ---
/
public
.htaccess
index.php
template ...........
data
uploads (all the uploaded image by this application)
.....................
like these
...
0
votes
1answer
236 views
xampp 1.7.3 upgrade broken virtual hosts access forbidden
I've got a similar issue to that reported by another user here
XAMPP v1.7.4 installation issues,local host not working
Upgrading xampp to 1.7.3 (osx) in my case has broken my virtual hosts.
In ...
0
votes
1answer
189 views
apache: different virtualhosts in the same port
Hi everybody i need to have in the same listen port different projects and logs, example:
<VirtualHost *:80>
DocumentRoot /home/projects/smk
ErrorLog ...
0
votes
1answer
108 views
Point a local domain to localhost:3000
Hey, I would love to point a local domain to localhost:3000 or other ports on which I am running my Wubrick instances (for Rails)
I can not find an apache2 config to point a local domain to these ...
0
votes
1answer
147 views
apache2 vhost redirection
I have defined differents hosts in my windows host file, one for every project release (rc1, rc2 etc..)
I would like to create one vhost per release so I can redirect directly to its subdir, for ...
0
votes
1answer
475 views
setting up multiple ip addresses on one apache server
I have a server setup running apache2. There are 2 public ip addresses pointing to the server each assigned a different domain name.
I set up the virtual host to manage these domains. The first domain ...
0
votes
2answers
320 views
Nginx and Phusion Passenger (Configuring mutliple Virtual Hosts)
I am trying to setup multiple Ruby on Rails apps on my local machine with Phusion Passenger and Nginx. Unfortunately I can't seem to find a good solution for doing this with a google search. Some ...
0
votes
1answer
114 views
Apache/PHP: Anyway to retrieve the ServerName setting via PHP
I have an Apache virtual host that looks like this:
<VirtualHost *:80>
ServerName host1.example.com
ServerAlias host2.example.com
DocumentRoot /srv/web/host1.example.com/pub
...
0
votes
1answer
460 views
XAMPP + virtual hosts + group shared folder
I have folder which mount for all users which in group 'common' for sharing files
/home/.common/ mounted to /home/common by fstab
bindfs#/home/.common /home/common fuse ...
0
votes
2answers
291 views
Cannot upload images when worpdress is sat on a virtual host configuration
This is my first post to this Forum, please forgive me if this has been answered elsewhere--I did search and was unable to find an answer to my particular problem, so any help would be greatly ...
0
votes
3answers
1k views
Apache: Virtual Host and URL Rewriting inside httpd.conf for Kohana Framework
I'm using the Kohana Framework 3.x. My Webserver is Apache and I use Virtual Hosts, because I manage more than one websites with my Server.
My httpd.conf looks like this:
<VirtualHost *:80>
...