To begin your configuration, do the following steps:
- Log in as
root
. - Run the Tealeaf script to start the Apache process:
tealeaf start httpd
- To verify that the process is successfully started, use the following to return the Apache processes that are currently running.
tealeaf ps tealeaf status
The output of the command must indicate that at least one process is running.
- If any process failed to start, review the
/var/log/tealeaf/capture.log
for any startup error messages to determine the issue. - If any configuration changes are preventing the PCA Web Console (HTTPd process) from starting, you can manually edit the
/usr/local/ctccap/etc/ctc-conf.xml
file to correct the configuration.