Re: [users@httpd] How to stop apache from debugging

2017-09-16 Thread Felipe Pereira
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"

Re: [users@httpd] How to stop apache from debugging

2017-09-16 Thread Yann Ylavic
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

[users@httpd] How to stop apache from debugging

2017-09-14 Thread Hemant Chaudhary
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