Apache Basics

Secure config file:
vi /usr/local/apache-ssl/conf/httpd.conf

Normal config file:
vi /etc/httpd/conf/httpd.conf

This command can be used especially when Apache is already running and you have just made a change in a configuration file.
# /usr/local/bin/httpd.reload

This command can be used especially if Apache is down and needs to be started up.
# /usr/local/bin/httpd.reload –restart

The Apache Error Log:
tail -35 /var/log/httpd/error_log

Leave a Reply

You must be logged in to post a comment.