浏览 2331 次
锁定老帖子 主题:SSH启动apache (转载)
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2010-01-25
最后修改:2010-02-01
介绍几个Linux命令。 wherei1s 能找到你要找的东东在哪。 比如: [root@s1 ~]# whereis httpd httpd: /usr/sbin/httpd.worker /usr/sbin/httpd /usr/sbin/httpd.event /etc/httpd /usr/lib/httpd /usr/include/httpd /usr/share/man/man8/httpd.8.gz 找到httpd进程程序之所在 ps -ef|grep httpd 找到apachectl whereis apachectl 重启apache /usr/sbin/apachectl restart 检测conf文件有没有错 /usr/sbin/apachectl -t 对服务的操作: [root@s1 ~]# whereis service service: /sbin/service /usr/share/man/man8/service.8.gz 或重启httpd服务 /sbin/service httpd restart (以上路径根据安装时的路径而定) Apache service httpd start 启动 service httpd stop 关闭 service httpd restart 重新启动 /etc/init.d/httpd restart 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |