Virtual hosting refers to the practice of hosting multiple websites on a single server.

learn more… | top users | synonyms

2
votes
2answers
292 views

a good VPS to grow into (cheap at start, multiple sites, php and python, easily custom-configurable) [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? We develop and host for many clients. I am choosing an upgrade over shared hosts, preferably a VPS. The new site ...
1
vote
1answer
2k views

What is wrong with this Apache httpd.conf file for vhosts?

What is wrong here? NameVirtualHost *:80 <VirtualHost *:80> ServerName www.apples.co.uk DocumentRoot /var/www/apples.co.uk RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.apples\.co\.uk$ [NC] ...
0
votes
2answers
81 views

How to transfer a website hosted online to my Virtual Host

I'm doing some work on a webpage, meaning I gotta modify a few things. As a result of this I installed apache and all the things that come associated with it, and also installed Joomla, and I got ...
0
votes
2answers
5k views

MacOSX VirtualHost: “You don't have permission to access / on this server” error [closed]

The Apache installation of MacOSX is running OK. I have tried to create a VirtualHost called test.local, but as soon as I uncomment from /private/etc/apache2/httpd.conf the line Include ...
2
votes
1answer
334 views

Virtual Host under MacOSX not working

I have setup a virtualhost for MacOSX Apache installation. These are my steps: edit /private/etc/apache2/httpd.conf removing comment from: Include /private/etc/apache2/extra/httpd-vhosts.conf ...
1
vote
1answer
9k views

Apache: Virtual Host and .htacess for URL Rewriting not working

I have configured a virtual host in my local machine and every thing is working fine. Now I want to use SEO friendly urls. To achieve this I have used the .htaccess file. My virtual host ...
3
votes
1answer
258 views

Subdomain Configuration

My developers asked me to do the following: Configure all subdomains to point to the same server IP as the main domain. Configure all subdomains in virtual host to point to the same location as the ...
1
vote
1answer
1k views

mod_rewrite with Apache -> mod_jk -> tomcat

Related to some of my earlier questions. I now have a setup I quite like; Apache httpd listening on port 80 accepting http and https connections. Several Tomcat instances running on several AJP ...
2
votes
1answer
1k views

How to setup VPS(Virtual hosting server) in Godaddy

I recently purchase a VPS from GoDaddy. Now i need to Setup the virtual server to go ahead and install my website. Please guide how to go about. Thanks in advance
0
votes
2answers
766 views

How to configure virtual host to consider domain path in Apache [closed]

the following virtual host definition is working for an arbitrary url starting with "http://1.2.3.4:80/*" <VirtualHost *:80> ServerName www.domain.com DocumentRoot ...
1
vote
2answers
132 views

Keeping rackspace vserver alive

It appears to me that rackspace somehow freezes cloud VMs after some idle time. This means the first page request to a php page takes much longer to respond than the subsequent requests. This is in ...
2
votes
2answers
359 views

Rackspace Cloud Servers in Europe?

We have setup a cloud virtual server at rackspace in the US, but we use it from Europe. I found out I am not quite happy with the response time. Of course I knew that there would be some latency. But ...
0
votes
1answer
467 views

How to hide awstats url parameters

currently in order to access statistics on my site I access this link: www.mysite.org/awstats/awstats.pl?config=awstatsconffile.org all is working fine, but what I want to achieve is simply this: ...

1 2