On Mon, Nov 28, 2011 at 12:52 PM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I still can&#39;t logon to the webpage.  I am remote, so maybe I need to<br>
try from inside the network to troubleshoot better, but I issued the<br>
following commands:  &quot;systemctl start httpd.service&quot; and it seems to<br>
be running:<br>
[root@localhost ~]# systemctl status httpd.service<br>
httpd.service - The Apache HTTP Server (prefork MPM)<br>
          Loaded: loaded (/lib/systemd/system/httpd.service; enabled)<br>
          Active: active (running) since Mon, 28 Nov 2011 09:49:58<br>
-0800; 1min 25s ago<br>
         Process: 5524 ExecStop=/usr/sbin/httpd $OPTIONS -k stop<br>
(code=exited, status=0/SUCCESS)<br>
         Process: 5530 ExecStart=/usr/sbin/httpd $OPTIONS -k start<br>
(code=exited, status=0/SUCCESS)<br>
        Main PID: 5531 (/usr/sbin/httpd)<br>
          CGroup: name=systemd:/system/httpd.service<br>
                  â 5531 /usr/sbin/httpd -k start<br>
                  â 5533 /usr/sbin/httpd -k start<br>
                  â 5534 /usr/sbin/httpd -k start<br>
                  â 5535 /usr/sbin/httpd -k start<br>
                  â 5536 /usr/sbin/httpd -k start<br>
                  â 5537 /usr/sbin/httpd -k start<br>
                  â 5538 /usr/sbin/httpd -k start<br>
                  â 5539 /usr/sbin/httpd -k start<br>
                  â 5540 /usr/sbin/httpd -k start<br>
                  â 5541 /usr/sbin/httpd -k start<br>
<br>
Plus I see this in ps -A:<br>
 5531 ?        00:00:00 /usr/sbin/httpd<br>
 5533 ?        00:00:00 /usr/sbin/httpd<br>
 5534 ?        00:00:00 /usr/sbin/httpd<br>
 5535 ?        00:00:00 /usr/sbin/httpd<br>
 5536 ?        00:00:00 /usr/sbin/httpd<br>
 5537 ?        00:00:00 /usr/sbin/httpd<br>
 5538 ?        00:00:00 /usr/sbin/httpd<br>
 5539 ?        00:00:00 /usr/sbin/httpd<br>
 5540 ?        00:00:00 /usr/sbin/httpd<br>
 5541 ?        00:00:00 /usr/sbin/httpd<br>
<br></blockquote></div><br>Could it be your firewall?  I recently installed FC 16 and sshd was allowed by default but I had to manually enable httpd.<br>I ran /usr/bin/system-config-firewall from a terminal running X to configure it.  You could stop it for now from the command line to see:<br>
<br>systemctl stop iptables.service<br><br>Hope that helps.<br><br>Jerry<br>