Installing PHP on Fedora 18

Discussion in 'HOWTO-Related Questions' started by vineet.moray, Jun 24, 2013.

  1. vineet.moray

    vineet.moray New Member

    Error in Installing PHP on Fedora 18

    Hi, i am totally new to installing php on fedora 18, so i know nothing much and i am getting the following errors. Can someone please help me out ? :(

    [root@BoNeLeSs ~]# service httpd start
    Redirecting to /bin/systemctl start httpd.service
    Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
    [root@BoNeLeSs ~]# systemctl status httpd.service
    httpd.service - The Apache HTTP Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
    Active: failed (Result: exit-code) since Mon 2013-06-24 15:06:00 IST; 1s ago
    Process: 2241 ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop (code=exited, status=0/SUCCESS)
    Process: 2239 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)

    Jun 24 15:06:00 BoNeLeSs httpd[2239]: AH00557: httpd: apr_sockaddr_info_get() failed for BoNeLeSs
    Jun 24 15:06:00 BoNeLeSs httpd[2239]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'Serv...is message
    Jun 24 15:06:00 BoNeLeSs systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: AH00557: httpd: apr_sockaddr_info_get() failed for BoNeLeSs
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'Serv...is message
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: httpd (no pid file) not running
    Jun 24 15:06:00 BoNeLeSs systemd[1]: Failed to start The Apache HTTP Server.
    Jun 24 15:06:00 BoNeLeSs systemd[1]: Unit httpd.service entered failed state.
    [root@BoNeLeSs ~]# journalctl -xn
    -- Logs begin at Mon 2013-06-24 20:31:50 IST, end at Mon 2013-06-24 20:31:55 IST. --
    Jun 24 15:06:00 BoNeLeSs systemd[1]: Starting The Apache HTTP Server...
    -- Subject: Unit httpd.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    --
    -- Unit httpd.service has begun starting up.
    Jun 24 15:06:00 BoNeLeSs httpd[2239]: AH00557: httpd: apr_sockaddr_info_get() failed for BoNeLeSs
    Jun 24 15:06:00 BoNeLeSs httpd[2239]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' direc
    Jun 24 15:06:00 BoNeLeSs systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: AH00557: httpd: apr_sockaddr_info_get() failed for BoNeLeSs
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' direc
    Jun 24 15:06:00 BoNeLeSs httpd[2241]: httpd (no pid file) not running
    Jun 24 15:06:00 BoNeLeSs systemd[1]: Failed to start The Apache HTTP Server.
    -- Subject: Unit httpd.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    --
    -- Unit httpd.service has failed.
    --
    -- The result is failed.
    Jun 24 15:06:00 BoNeLeSs systemd[1]: Unit httpd.service entered failed state.
    Jun 24 15:06:01 BoNeLeSs kernel: brcmsmac bcma0:0: START: tid 1 is not agg'able
     
    Last edited: Jun 24, 2013

Share This Page