How to install Apache web server in Fedora 14? Can yum be used for installing?

Varuna Seneviratna varunaseneviratna at gmail.com
Wed Apr 13 03:23:50 UTC 2011


Richard
        When I logged in as root and issued the command it started
working, the output was

Starting httpd: httpd: Could not reliably determine the server's fully
qualified domain name, using ::1 for ServerName

Since it is listning on port 80 am I safe from outside intrusions

Varuna


---------- Forwarded message ----------
From: Varuna Seneviratna <varunaseneviratna at gmail.com>
Date: 13 April 2011 08:48
Subject: Re: How to install Apache web server in Fedora 14? Can yum be
used for installing?
To: Richard Shaw <hobbes1069 at gmail.com>
Cc: Community support for Fedora users <users at lists.fedoraproject.org>


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 at gmail.com> wrote:
> On Tue, Apr 12, 2011 at 10:06 PM, Varuna Seneviratna
> <varunaseneviratna at gmail.com> 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
>


More information about the users mailing list