wmolina Posted October 28, 2003 Share Posted October 28, 2003 I finally was able to configure Apache on my Red Hat 8.0 box, but now I have a slight problem... I\'m trying to set it to automatically start up, so I don\'t have to type /usr/local/apache/bin/apachectl start every time I want to have it run (I\'m using this machine as a development workstation for PHP/MySQL). httpd doesn\'t appear in the Services menu (GNOME Menu > Server Settings > Services), and when I type a command such as this: chkconfig --level 345 httpd on it returns the following error: error reading information on service httpd: no such file or directory Obviously this is because it\'s not installed as a service... is there anyway I can go and install it as one? Quote Link to comment Share on other sites More sharing options...
GeoffOs Posted October 28, 2003 Share Posted October 28, 2003 When i wanted a daemon to start on boot up, i created a script file within the rc.d tree. Have a look here on how to do it: http://www.redhat.com/docs/manuals/linux/R...wn-process.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.