Okay, so I installed Fedora on a machine that I wanted to use for some servers in text mode. During the installation, I had it install Apache right away. Once it was going, I configured the configuration file and used a command to check for syntax errors in the configuration files. So then I couldn't figure out the right command to get it started. I finally resolved that the proper command is probably this one (# means I'm root.):
# /sbin/service httpd start
But then, when I tried it, I got a failure. What could be wrong?