Re: [ubuntu-in] need a web server tool

2009-04-07 Thread Vivek Khurana
On Tue, Apr 7, 2009 at 2:52 PM, nagendra prasad nagendra802...@gmail.comwrote:

 Hi,

 I want to install a web server on my ubuntu. Please help me with it. Also,
 I want the easiest one.


sudo apt-get  install apache2

 then point your browser to http://localhost If you see It works then you
are successful.

regards
Vivek


-- 
The hidden harmony is better than the obvious!!
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] need a web server tool

2009-04-07 Thread nagendra prasad
Hi,

I want to install a web server on my ubuntu. Please help me with it. Also, I
want the easiest one.

Thanks,


-- 
Guru Prasad
Ubuntu Voice GTK+ Forum
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] need a web server tool

2009-04-07 Thread Manish Sinha (मनीष सिन्ह ा)
nagendra prasad wrote:
 I want to install a web server on my ubuntu. Please help me with it. 
 Also, I want the easiest one.

Use Apache.

sudo apt-get install apache2

to start,stop and restart the server

sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 restart

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] need a web server tool

2009-04-07 Thread Sanjay Bhangar
2009/4/7 Manish Sinha (मनीष सिन्हा) m...@manishsinha.net

 snip /

 to start,stop and restart the server

 sudo /etc/init.d/apache2 start
 sudo /etc/init.d/apache2 stop
 sudo /etc/init.d/apache2 restart


or:
sudo apache2ctl start
sudo apache2ctl stop
sudo apache2ctl restart



 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] need a web server tool

2009-04-07 Thread Sameep
Hi,


I want to install a web server on my ubuntu. Please help me with it. Also, I 
want the easiest one. 

Thanks,



You can try Bitnami Stacks . They have and entire LAMP stack which you can 
download and install . They also have a bunch of other stacks.

http://bitnami.org/stacks


Regards,

Sameep



  -- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in