Forum Moderators: phranque
I have a system with RedHat9, it came with an old version of Apache, which I removed.
I installed apache-2.0.54 without any problems, also I can start it up manually with the command:
/usr/local/apache2/bin/apachectl start
However I always used "redhat-config-services" to start or stop a service, in this case I get an error something like:
Starting httpd: grep: /etc/httpd/conf/httpd.conf: No such file or directory...
I know that apache used to be installed by default in this directory, but is there a workaround to start it up automatically anyway?
thnx a lot in advance!
ln -s /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd
Then your "redhat-config-services" should work on apache again.