Tagged Questions
The virtualhost tag has no wiki summary.
8
votes
5answers
346 views
APC and PHP - Broken Sites Due to Cache Mixing
I hope someone can give me a hand figuring this out. I have been running APC recently on some of my servers that host only one application and it's been working great. Unfortunately I went to run it ...
7
votes
1answer
13k views
Apache gives me 403 Access Forbidden when DocumentRoot points to two different drives
I am getting an 403 access forbidden when attempting to open a page under a vhost where the document root is sitting on a different drive than where apache is sitting. I installed using the ...
6
votes
3answers
2k views
How can I look at locally-hosted projects with the Android SDK emulator?
I develop all my sites on a OS 10.5.8 server with PHP and MySQL, and I've configured my /etc/hosts and httpd.conf files to display my site at example.dev in any browser on that machine.
I recently ...
5
votes
1answer
114 views
How to get a virtual host to work in OS X Lion?
I'm trying to set up a virtual host on my Mac OS X 10.7 Installation.
I'm using VirtualHostX to manage my /etc/hosts and httpd-vhosts.conf file.
Currently, my httpd-vhosts.conf file looks like this:
...
5
votes
4answers
1k views
Send subdomain to node.js
My work runs a couple different internal web apps on an ubuntu server (10.10) running apache. I'm currently developing another web app, and am seriously considering developing on top of a ...
5
votes
3answers
810 views
accessing a local virtual host from outside LAN as virtual host like http://sitename instead of http://systemname/sitename
I am developing a site and that that is managed by two. one is me and the other is the designer accessing from different machines across LAN.
Conf: php, apache, windows xp, mysql.
Document root: ...
4
votes
1answer
34 views
I want to make a separate domain for images
I want to set up a domain called img.mydomain.com. It will be a virtual domain that just like my actual domain except for one difference: it will only serve files that end in .jpg .jpeg .gif .png etc. ...
4
votes
1answer
256 views
node.js deployment questions
Ive been given the task of localising a facebook app that is built in Node.js that am told uses Nginx for SSL.
This is my first foray into the world of Node.js and I have hit a wall in understanding ...
4
votes
3answers
1k views
How to configure Apache to have two symfony projects in the same domain (without using subdomains)?
I'm trying to configure Apache to have to different symfony projects (each with his own installation of the framework) under the same domain, but I can't get it to work using folders.
This is what I ...
4
votes
5answers
2k views
How can I implement a global RewriteCond / RewriteRule in Apache that applies to all virtual hosts?
The title pretty much says it all. :-) I have lots of virtual hosts and I want to put a single rewriting block at the top of the httpd.conf file that rewrites URLs no matter which virtual host the ...
3
votes
2answers
253 views
php script is executed multiple times per browser request
I have a virtual host in apache. I am on ubuntu 10.04 using LAMP.
<VirtualHost *:80>
DocumentRoot /home/username/websites/site_folder
ServerName www.site_folder.com
ServerAlias site_folder.com
...
3
votes
2answers
345 views
Apache default VirtualHost
how can I set a default VirtualHost in apache?
Preferably, I want the default host not to be the same as the ip address host. Now I have something like this:
NameVirtualHost *
<VirtualHost *>
...
3
votes
2answers
434 views
Add new virtualhosts on Apache without restarting server?
I've got Apache working properly, virtual hosts work as expected.
My operating system is Windows 7.
However, I've got one problem, which I'm trying to find the answer to, and Google didn't yield much ...
3
votes
1answer
303 views
How do I handle a VirtualHost/Passenger entry for a Rails site that solely handles subdomains?
I want to use Rails 3's new subdomain features to handle all subdomain paths except www and nil.
Oppositely in a second rails app, I want to solely handle www and nil in the url path.
What would my ...
3
votes
2answers
4k views
PHP - a different open_basedir per each virtual host
Hi
I've came across on this problem, I have a sever running apache and php. We have many virtual hosts but we've noticed that a potentially malicious user could use his web space to browse other ...
3
votes
3answers
587 views
Running mutliple websites locally Apache PHP Ubuntu
I am attempting to run more than one virtualhost(?), for example:
http:/localhost will point to one project, http:/newsite to another and http:/myfavourite again to a different project a different ...
3
votes
0answers
782 views
Using WebPy as a static HTTP content server
How is it possible to tune up WebPy to use it to serve static content for several websites?
I run two websites on one IP using web.subdomain_application for name-based virtual hosting. The implied ...
3
votes
3answers
3k views
Apache 2.2 ignoring VirtualDocumentRoot VirtualHosts?
I have several domains that I would like to have wildcard subdomains enabled for through mod_vhost_alias
Included in my httpd.conf I have the following generalized rules:
<VirtualHost [ip ...
3
votes
1answer
4k views
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 all using a different virtual host. This is what I have (excluding example.com cause it just ...
2
votes
2answers
232 views
How to setup mass dynamic virtual hosts in nginx?
Been playing with nginx for about an hour trying to setup mass dynamic virtual hosts.
If you ever done it in apache you know what I mean.
Goal is to have dynamic subdomains for few people in the ...
2
votes
1answer
182 views
Apache VirtualHost slow lookup
I finally managed how to configure properly httpd.conf for my virtualhost needings. This is the relevant part of httpd.conf file
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost
...
2
votes
1answer
139 views
Apache alias virtual host
I have two applications running in the same server and I would like to have one served from subpath in the url (i.e):
foo.com -> /var/www/foo
foo.com/bar -> /var/www/bar
I'm triyng to do an alias ...
2
votes
1answer
505 views
Apache VirtualHost 403 Forbidden
Recently I tried to setup a test server with apache. The site must run under domain www.mytest.com. But I always get 403 forbidden error. I am on ubuntu 10.10 server edition. The doc root is under dir ...
2
votes
2answers
149 views
apache virtual host and “Dynamic” Domains
I have a java application responding multiple domains and uses, for each domain, a specific apache virtual host. This because Apache is faster than tomcat, to serve static resources.
The need is to ...
2
votes
1answer
50 views
Setting a new IP as a subfolder of an existing IP
I'm pretty new to Apache configurations... is the following possible?
I have 2 separate web servers, each hosting a different application - totally separate.
My main application is under the domain ...
2
votes
2answers
214 views
possible for PHP to read/parse the current vhosts' Apache VirtualHost config block, to retrieve ErrorLog and CustomLog settings?
Is it possible for PHP to read/parse the current vhosts' Apache VirtualHost config block, in particular, to retrieve ErrorLog and CustomLog settings?
To be clear we do not need the PHP error log ...
2
votes
1answer
246 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
34 views
What is the correct way for a webserver to respond to a request for an unrecognised host?
There are a few cases where, for various reasons, user agents make requests to our server for hosts that it is not configured to serve. Currently this results in them seeing the default Plesk page ...
2
votes
1answer
231 views
Rails route based on virtual host (Host HTTP header)
Is it possible to specify a Ruby on Rails route based on the host part of the request URL?
In config/routes.rb, I have
root :to => 'entities#index'
but I would like to use the same code base to ...
2
votes
1answer
329 views
Pointing subdomain to specific url in Django
I have a Django site, working on mod_wsgi and Apache. (eg, example.com) I made a subdomain (eg, info.example.com) and want to point it to app in the existing project. Is it possible, that I have one ...
2
votes
1answer
335 views
Using a directory in VirtualHost ServerName
I'm currently using name-based virtual host configuration, to server about 5 different websites from the same IP address, just like in the apache documentation:
<VirtualHost *:80>
ServerName ...
2
votes
1answer
201 views
apache virtual host question
After i 've set a virtual host in httpd.conf,
why i still have to set the virtual host in domain registration organization?
I'clarify
for example , i've set phpmyadmin.mydomain.com as virtual host ...
2
votes
1answer
246 views
Where do I put RewriteRules in Apache2 without using .htaccess files?
I want to configure a mod_rewrite rule without using .htaccess files. When I put rules in .htaccess files they work fine, but I would prefer to leave all of the configuration in my ...
2
votes
1answer
1k views
MAC OS X: MAMP Environment & Virtual Hosts
I'm not sure what's happening here, but I'm running MAMP 1.9 on MAC OS X. In my httpd.conf file, the DocumentRoot is set to the default htdocs path. Within the htdocs folder, I've created a number ...
2
votes
1answer
340 views
how to create a VirtualHost to serve only static content
I want to create a virtual host in apache such that it serves only static content like stylesheets, videos, images, javascripts, text files, etc. I am not looking at any "processing" capabilities from ...
2
votes
1answer
215 views
Change Plone default URL
I'm using Plone 3.3.5, installed using the unified installer and run ning standalone without Apache.
By default, you can access plone in http://localhost:8080/Plone and I'd rather change the /Plone ...
2
votes
1answer
234 views
Can tomcat perform ssl redirection by filtering host alias?
We have a tomcat server (6.0.20) running one web application behind two urls, e.g. www.foo and secure.foo
This is configured in the server.xml as one host with a single alias:
<Host ...
2
votes
1answer
1k views
Tomcat cookies not working via my ProxyPass VirtualHost
I'm having some issues with getting cookies to work when using a ProxyPass to redirect traffic on port 80 to a web-application hosted via Tomcat.
My motivation for enabling cookies is to get rid of ...
2
votes
1answer
604 views
PHP: Script to manage virtual hosts? (CentOS and Apache)
I'm looking for hints and tips to create php script where I can manage easelly my Apache virtual hosts. This is private use only and I don't want to use any heavy and complex scripts like directadmin ...
2
votes
1answer
413 views
Who is the best cloud hosting provider for managing multiple sites with unique IP addresses/vhosts?
Over the past few weeks I have been trying to scout out a viable alternative to my hybrid/dedicated box over at WiredTree. I have all but landed on a cloud server solution from either Amazon (EC2) or ...
2
votes
3answers
632 views
Create subdomain upon user registration
I have a website where I want users that sign up to get their own subdomain. This subdomain is virtual, and every subdomain uses the same web server files.
I use PHP and Apache, and I know about ...
2
votes
1answer
1k views
Is the Timeout directive of Apache overrideable in htaccess or inside of a <VirtualHost>?
I want to override the Timeout configuration of apache, only for one domain. I would prefer to be able to offer the option of overriding it in the htaccess, but manually configuring it in the ...
2
votes
7answers
512 views
Virtual desktop environment for development
Our network team is thinking of setting up a virtual desktop environment (via Windows 2008 virtual host) for each developer.
So we are going to have dumb terminals/laptops and should be using the ...
2
votes
3answers
367 views
How do I make Apache know which app directory to use for different domains?
I'm trying to create a site with CodeIgniter. I will have multiple domains served from this server, and what I am trying to do is to separate the HTTP requests for www.example1.com from the ones for ...
2
votes
1answer
1k views
JBoss 4.2.3 EAR and Apache 2.2 virtual hosts with jk_mod serving blank white page
I have an EAR file I am trying to deploy alongside various WAR deployments on JBoss 4.2.3
The individual standalone WAR deployments are all working fine and are just a copy of the same application ...
2
votes
2answers
1k views
Python3 Http Web Server: virtual hosts
I am writing an rather simple http web server in python3. The web server needs to be simple - only basic reading from config files, etc. I am using only standard libraries and for now it works rather ...
2
votes
3answers
2k views
Do I have to duplicate the Virtualhost directives for port 80 and 443?
I have a long and intricate list of <VirtualHost> directives, and I have to duplicate them into separate <VirtualHost> groups for ports 80 and 443 because I'm using SSL. Whenever I update ...
2
votes
5answers
922 views
SQL Server 2005 Backup strategy
I manage a web application for a client with the following specs:
ASP.net 3.5 running on a Virtual Windows 2003 Web Server
SQL Server Standard hosting the database
Database current size of 6Gb, with ...
1
vote
0answers
19 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
2answers
35 views
Apache redirection of subdomain
I have a subdomain (called subdomain.mydomain.com)
I just want that a page (ex: www.mydomain.com/page1.php) redirects to my subdomain
So when i load subdomain.mydomain.com i want to go to ...