[已解决]请教一个程序随系统启动的方法。

由于在虚拟机上测试的,先是把虚拟机设为1G的内存,没想到可能由于启动太快,没看到错误提示,后来把虚拟机设为64M,终于抓到了错误的信息了:

Starting cups-config-daemon:    [OK]
starting HAL daemon:               [OK]
Starting coremail:                     [OK]
usage:/home/xxxxxx/bin/apachectl.sample (start|stop|restart|fullstatus|status|graceful|configtest|help)
start        - start httpd
stop         - stop httpd
restart      - restart httpd if running by sending a SIGHUP or start if not running
fullstatus   - dump a full status screen;requires lynx and mod_status enabled
status       - dump a short status screen;requirest lynx and mod_status enabled
graceful     - do a graceful restart by sending a SIGUSER1 or start if not running
configtest   - do a configuration syntax test
help         - this screen

/home/xxxxx/bin/apachectl.sample line 71: /bin/httpd:No such file or directory
/home/xxxxx/bin/apachectl.sample start:httpd could not be started


嘿嘿,我终于搞定了。
刚开始在/bin目录下用ln -s建了一个apachectl.sample的连接,并给了755权限,重启,问题依旧,错误信息也是一样的;
后来复制了/etc/httpd过去,同样给了755权限,重启,把内存还是设为64M,终于看到提示httpd startd,然后出现登陆界面。

在此谢谢本贴参与回复的各位朋友(当然也包括版主)。

感慨很多:这个问题在一周前,发到其他的linux论坛上,好几天没人过问。
发到linuxeden上,马上就有人参与回复了,虽然问题没有得到解决,但我觉得这里的气氛比较好,至少有人参与进来讨论问题。
带有两个太阳的版主bwb也很耐心的帮我分析问题,提出解决方案........
以后再有linux下的问题,直接登陆linuxeden。
再次感谢各位朋友!!!

      
你可以看一下sample这页里的地71行附近是什么,好像缺一个文件。
另外,apache 服务器的各种日志在/var/log/apache2(或/var/log/httpd
)目录下,可以看看。