How to restart httpd in apache2

In my new job I've inherited a Fedora Core 3 machine running my company's website on apache2. I've made some changes to httpd.conf, and am trying to to enforce those changes, but can't seem to find a way to restart apache.

I've tried:
./httpd graceful
(goes to the next line, but no actuall apache restart)

./httpd -k graceful

apachectl -k graceful
(apachectl unknown and not on the system)

./httpd -t
(this seems to work, and it tells me my config is fine)

apache2 restart


I'm ok with apache, but I've never used apache2, and I'm trying to find my way around. Any help would be greatly appreciated.

 

 

 

 

Top