Richard When the command "service httpd start" is given the output is Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [FAILED] Is there or can be a service be running on port 80 and if it is how do I determine what it is and stop it.I am new to Fedora and Linux and I do not know the way around much Varuna On 13 April 2011 08:41, Richard Shaw <hobbes1069@xxxxxxxxx> wrote: > On Tue, Apr 12, 2011 at 10:06 PM, Varuna Seneviratna > <varunaseneviratna@xxxxxxxxx> wrote: >> When I give the command >> >> yum info httpd >> >> The Output is: >> >> Loaded plugins: langpacks, presto, refresh-packagekit >> Adding en_GB to language list >> Installed Packages >> Name    Â: httpd >> Arch    Â: i686 >> Version   : 2.2.17 >> Release   : 1.fc14 >> Size    Â: 2.8 M >> Repo    Â: installed >> From repo  : updates >> Summary   : Apache HTTP Server >> URL     : http://httpd.apache.org/ >> License   : ASL 2.0 >> Description : The Apache HTTP Server is a powerful, efficient, and extensible >>      Â: web server. >> >> >> Does this mean that HTTP Server is already installed on my system and >> if it is How do I start it and Access it as local host > > Yup, it's installed already. It won't do much out of the box but you > can do the following: > > To start the service: > # service httpd start > > To make it start on boot: > # chkconfig httpd on > > If you browse to localhost you should see the default apache page. > > Richard > -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines