In order to get apachectl to work follow these steps:
1. First do what's here in this post: Location of httpd.conf file in Fedora 15
2. Next: cd /etc/httpd/conf
3. Next vim httpd.conf
4. Add a line: ServerName localhost
5. Save the file (:w) and exit vim (:q).
6. Start the server: /usr/sbin/apachectl start
7. Go have a beer and smile a self satisfied smile.
1. First do what's here in this post: Location of httpd.conf file in Fedora 15
2. Next: cd /etc/httpd/conf
3. Next vim httpd.conf
4. Add a line: ServerName localhost
5. Save the file (:w) and exit vim (:q).
6. Start the server: /usr/sbin/apachectl start
7. Go have a beer and smile a self satisfied smile.
No comments:
Post a Comment