Question
How do I rebuild the Apache configuration?
Answer
There are times when the Apache configuration needs to be rebuilt. The following procedure provides the steps to manually initiate the rebuild.
- Access the server's command line as the root user via SSH or Terminal in WHM.
-
Run the following command to rebuild the Apache configuration:
# /scripts/rebuildhttpdconf
-
Run the following command to restart Apache, applying the updated configuration:
# /scripts/restartsrv_httpd
Comments
0 comments
Article is closed for comments.