Thanks for reply Matth.
Let me explain what steps I have already done.
http://library.linode.com/getting-started
According to this manual
After having linode account,
I have
- Deployed a Linux Distribution Ubuntu 10.04 LTS
- Started My Linode using reboot
- As I am on windows xp, I have downloaded PUTTY, Using that connected to my linode
- After that Installed Security Updates using given commands in manual
- then Set the Hostname to teamnim
After that using
http://library.linode.com/lamp-guides/u ... 0.04-lucid
I have made following updations
Set up a LAMP Server on Ubuntu 10.04
- Set the Hostname
- Install and Configure the Apache Web Server
- Configure Name-based Virtual Hosts
- Install and Configure the MySQL Database Server
- Install and Configure PHP
But when I run '/etc/init.d/apache2 restart' OR '/etc/init.d/apache2 reload'
I get following message
* Restarting web server apache2
apache2: apr_sockaddr_info_get() failed for teamnim
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
... waiting apache2: apr_sockaddr_info_get() failed for teamnim
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Also if I type any command with sudo
I got this error: sudo: unable to resolve host teamnim
/etc/PHP5/apache2/PHP.ini
This command gives me error : -bash: /etc/PHP5/apache2/PHP.ini: No such file or directory
Please help