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

#chmod -R 755 /your_Documents_dir      
引用:
原帖由 bwb 于 2008-7-9 16:29 发表
#chmod -R 755 /your_Documents_dir
apachectl.sample所在的目录给755?      
修改你放你自编网页的目录权限为同组和任何人可读、可执行。      
引用:
原帖由 zhxd 于 2008-7-9 15:42 发表
回                                                                                        Roc.Ken
SeLinux 这个在安装系统的时候,已经设为Disable(禁用)了。

现在再试试mgqw的方法。

谢谢楼上各位朋 ...
随便放在哪个目录下,主要是测试看用shell脚本能否启动服务。
    如果能够启动服务的话再在/etc/rc.local末尾启动shell脚本看看行不行。      
引用:
原帖由 zhxd 于 2008-7-9 16:00 发表


按照这种方法测试过,我在/etc/rc.d/init.d目录下创建了一个apache.sh,内容为上面的那三行,然后chmod给执行权限,最后执行./apache.sh,系统提示httpd started(httpd已启动)。

但现在我把机器重启以后,  ...
我是要先试验你那个服务能否使用shell脚本启动,能的话在/etc/rc.local文件末尾加上运行shell脚本的一句话应该就能启动这个服务了。
    也有可能是权限的问题,先把文件改成chmod 777 /your_dir试验下,成了再改回来

      
引用:
原帖由 mgqw 于 2008-7-9 16:39 发表


我是要先试验你那个服务能否使用shell脚本启动,能的话在/etc/rc.local文件末尾加上运行shell脚本的一句话应该就能启动这个服务了。
    也有可能是权限的问题,先把文件改成chmod 777 /your_dir试验下,成了再 ...
不要改成777,755足矣。      
都是755了,还是不行。
给你们几位发短消息了。      
还是把你的#ls -l和ls -Z的状态挂在这,让我们看看,帮你分析一下。
哦,还有你的自编网页是什么后缀?php还是html的?      
现在访问web可以显示页面,但显示的不是邮箱系统的登陆页面,正常的情况是邮箱的登陆页面。

Test Page for the Apache HTTP Server on Red Hat Enterprise LinuxRed Hat Enterprise Linux Test PageThis page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page, it means that the Apache HTTP server installed at this site is working properly.

If you are a member of the general public:The fact that you are seeing this page indicates that the website you just visited is either experiencing problems, or is undergoing routine maintenance.
If you would like to let the administrators of this website know that you've seen this page instead of the page you expected, you should send them e-mail. In general, mail sent to the name "webmaster" and directed to the website's domain should reach the appropriate person.
For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".
For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.

If you are the website administrator:You may now add content to the directory /var/www/html/. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file /etc/httpd/conf.d/welcome.conf.
You are free to use the image below on web sites powered by the Apache HTTP Server:



网页是系统自动生成的。我上传不了图,只能复制文字过来了。



      
刚才用google搜了一下,SELinux关闭的问题:
http://blog.sina.com.cn/s/blog_46370cdb01000a14.html
你自己看看一并做了吧。
你上面的网页是Apache安装成功后自带的演示页。