Saved Bookmarks
| 1. |
How To Check For The Httpd.conf Consistency And Any Errors In It? |
|
Answer» We can check syntax for httpd CONFIGURATION file by using following COMMAND. httpd –S This command will dump out a description of how Apache PARSED the configuration file. Careful examination of the IP addresses and server names may help UNCOVER configuration mistakes. We can check syntax for httpd configuration file by using following command. httpd –S This command will dump out a description of how Apache parsed the configuration file. Careful examination of the IP addresses and server names may help uncover configuration mistakes. |
|