Start Apache
About this task
To begin your configuration, do the following steps:
Procedure
- Log in as
root
. - Run the Discover script to start the Apache process:
./discover start httpd
- To verify that the process is successfully started, use
the following to return the Apache processes that are currently running.
./discover ps ./discover status
Results
The output of the command must indicate that at least one process is running.
- If any process failed to start, review the
/var/log/Discover/capture.log
for any startup error messages to determine the issue. - If any configuration changes are preventing the DNCA web console (HTTPd process) from starting,
you can manually edit the
/usr/local/dncauser/etc/dcx-conf.xml
file to correct the configuration. See DNCA Configuration File dcx-conf.xml.