brianlange Posted August 17, 2010 Share Posted August 17, 2010 I have a new Red Hat server. I am trying to find apache? I found apachectl inside of /usr/sbin but I can't seem to find the config file. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/211016-finding-apache-on-red-hat/ Share on other sites More sharing options...
Pikachu2000 Posted August 17, 2010 Share Posted August 17, 2010 locate httpd.conf should find it. If locate doesn't work, you can also try find or whereis. Link to comment https://forums.phpfreaks.com/topic/211016-finding-apache-on-red-hat/#findComment-1100558 Share on other sites More sharing options...
whit3fir3 Posted August 19, 2010 Share Posted August 19, 2010 /etc/httpd/conf/httpd.conf My suggestion would at the bottom of that file put the folllowing Includes /etc/httpd/stubs-enabled/*.conf Then if the directories are not there create /etc/httpd/stub-available and stubs-enabled. Put all your vhosts in the available directory and then just SYMLINK them to the enabled directory. After that reload apache and if you have done it right you should be good to go. Link to comment https://forums.phpfreaks.com/topic/211016-finding-apache-on-red-hat/#findComment-1101109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.