远程问题急着请教高手

远程问题急着请教高手

我们的linux服务器重起后web服务没有起动

我怎么才能远程启动一下 用什么命令你能教我一下吗
1.远程登陆。用telnet或者ssh
2.用root身份启动web服务器。我的是apache,我在/etc/httpd/sbin/下执行./apachectl start
good luck
if you using rh & rpm apache, "chkconfig --level 35 httpd on" to set apache startup automatically while system startup.
[quote:a5e62a8a27="浦饭幽助"]我们的linux服务器重起后web服务没有起动[/quote]

重起之前是否在运行中呢? 运行Apache作为Web Server的话, 登录后换成root身份, 运行/etc/init.d/httpd start. 如果你看到Starting httpd: [OK]的话, 那你就运行Apache Web Server成功了. 如果要每次开机都自动运行的话:

#chkconfig httpd on

如果你仍然运行失败的话, 那就要反省安装的过程了.