Press CTRL+C to stop the program. Or type "killall httpd" on another console.
Then, depending on your Linux distribution (Red Hat, Debian, etc.),
you should start Apache with a specific command. Try googling "start
apache red hat" replacing for your distro. I guess "systemctl start
httpd.service"
Hi,
On Fri, Sep 15, 2017 at 7:46 AM, Hemant Chaudhary
wrote:
>
> I started debugging with "./httpd -X" command. It starts debugging. Now I
> want to stop debugging and start the server normally.
>
> Which command should I use to stop debugging ?
Please define/be more explicit about debugging?
Hi,
I started debugging with "./httpd -X" command. It starts debugging. Now I
want to stop debugging and start the server normally.
Which command should I use to stop debugging ?
HC