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] Increasing packet size to 64 KB on mod_proxy and mod_proxy_balancer

2017-09-16 Thread Yann Ylavic
Hi Dhilli, On Fri, Sep 15, 2017 at 3:44 PM, DhilliPrasad Nellepalli wrote: > > We see high latency when the headers go above 8 KB. to debug the issue we > have monitored the traffic from apache to netty with wireshark. > > We noticed that apache is sending request in

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

Re: [users@httpd] .htaccess

2017-09-16 Thread Yann Ylavic
Hi Rondon, On Fri, Sep 15, 2017 at 12:27 AM, Rondon wrote: > Hi Folks, > > Sorry to bother you. > My website is using apache at Dreamhost. > > I'm authenticating using a require valid-user at .htaccess > But I need to add more directives to authenticate the access by Referer.