On Thu, Sep 3, 2009 at 11:47 AM, I. Ati
<mueni0@gmail.com> wrote:
@odhi so far this is what i have done am not getting anything what is wrg with my server
[githinji@host-135 ~]$ ps aux | grep httpd
githinji 2855 0.0 0.1 61144 712 pts/0 R+ 11:09 0:00 grep httpd
[githinji@host-135 ~]$
[githinji@host-135 ~]$ service iptables stop
/etc/init.d/iptables: line 45: /etc/sysconfig/iptables-config: Permission denied
[githinji@host-135 ~]$ apachectl -k restart
httpd not running, trying to start
(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
[githinji@host-135 ~]$ sudo apachectl -k restart
Password:
httpd not running, trying to start
[githinji@host-135 ~]$
[githinji@host-135 ~]$ sudo apachectl -k stop
[githinji@host-135 ~]$ sudo apachectl -k stop
httpd (no pid file) not running
[githinji@host-135 ~]$ sudo apachel -k start
sudo: apachel: command not found
[githinji@host-135 ~]$ sudo apachectl -k start
[githinji@host-135 ~]$
In this last invocation of "apachectl -k start", the exit code is worrying, but let me ask if `ps ax | grep httpd` shows anything.
Is there something on the error_log?
--