I have a Ruby on Rails application and a couple of PHP projects nearly complete (all using MySQL) that I'd like to host on a Linode server and need some help with what I'd need to install and configure to do this.
i have setup a new site www.example.org (dummy name) on my linode VPS (i am using ubuntu 10) as below:
<VirtualHost *:80>
ServerAdmin webmaster@example.org
ServerName example.org
ServerAlias www.example.org
DocumentRoot /var/www/example.org/public_html/
ErrorLog /var/www/example.org/logs/error.log
CustomLog /var/www/example.org/logs/access.log combined
</Vir
I have bought a domain from 123-reg.co.uk and have successfully pointed it to the IP Address of my Linode VPS so that going to the domain serves up the pages from the Apache server running on the VPS.
The instructions I followed to do this are :
Now, I am trying to get the domain's mail handled by Google Apps for Business.
I used to use linode and this is what I had in db file:
ttl 86400
example.com. IN SOA li153-35.members.linode.com. foo.example.com. (
2011051301
21600
3600
604800
86400 )
example.com. IN NS li153-35.members.linode.com.
example.com. IN NS ns1.linode.com.
example.com.
I have a personal server on linode. I just finished a job for a customer and want to move his site to his personal server. The domain servers are pointing to Linode but his is now on something else. If instead of him changing his domain servers and setting up his own domain I only forward from linode to his IP will this be using my bandwidth (or other) resources?
I am a relative newby to managing my own server. I set up a Linode a while ago, installed Ubuntu 9.1 (Karmic) followed by Apache, MySQL, my websites, some mods etc.
What I didn't realise was that, not only could I upgrade my version of Ubuntu, but that I should.
I've got a domain (example.com) registered with godaddy and pointed to nameservers hosted by linode. I've got a multisite WordPress install on linode (blogs.com) and I want to point the domain to a subdomain of the wordpress install (example.com -> example.blogs.com).
The subdomain of the wordpress install works fine - DNS can find it and I can browse to it.
I am having one primary temp domain
www.product.com
For each client i need to have separate sub domain mapped to same server with same port(80) through virtual host.
www.client1.product.com
www.client2.product.com
www.clientn.product.com
what's my problem is my server reaches maximum load, so i am unable to add additional clients.
my current setup
www.product.com is mapped with server 1 usi
I have Linux VPS.
Configuration
Linux CentOS with cPanel Default port :80
Servers running
Apache for PHP (default in cPanel) Tomcat 5.5.33
I have a only 1 IP alloted for it.