Friday, June 15, 2012

Setup Server on Fedora 16

Hello, I've used Fedora 14 for all time and for my project works and developments. I think it was a very stable version of Fedora family. Then I moved to Fedora 16. It's gnome 3 environment was great. I became fan of it. and I installed it in my personal laptop also. But when I was starting server httpd it was not starting properly. and was throwing failure for starting server.

So, in this post I'll include that, how I set up server on my laptop.

step 1 :  Remove httpd server inbuilt with fedora 16.  [if you've installed from your Fedora DVD. ]
                              yum remove httpd


this will remove httpd as well as php from your system.

step 2 : Again install httpd server.
                             yum install httpd
                              yum install php
this will install properly configured apache httpd server.


step 3 :  now start httpd server.
                             service httpd start




Now, it'll work properly and goto your browser.