Re: [users@httpd] Re: Unable to connect to Apache test website on LocalHost

2022-04-15 Thread Frank Gingras
Yes, you can run multiple instances of httpd on windows. Make sure the log file paths do not overlap as well. On Fri, 15 Apr 2022 at 16:39, DiversityLink/Milt Spain < pbservi...@earthlink.net> wrote: > Thanks again for the suggestions. Now I have another question regarding > updating the version

Re: [users@httpd] Re: Unable to connect to Apache test website on LocalHost

2022-04-15 Thread DiversityLink/Milt Spain
Thanks again for the suggestions. Now I have another question regarding updating the version of Apache that I have hosting a website on a remote Windows Server 2019. The server is partitioned C, D,& E. Apache 2.2 is on the C drive and the website docs are on the E drive. All works well. Here’s

Re: [users@httpd] 答复: [users@httpd] [apache]maxconnectionsperchild problem

2022-04-15 Thread Frank Gingras
Aside from the useful tuning tips, I would also caution against using prefork for high-volume servers. The event mpm would scale better. On Fri, 15 Apr 2022 at 09:55, Yann Ylavic wrote: > On Fri, Apr 15, 2022 at 3:50 PM Yann Ylavic wrote: > > > > On Fri, Apr 15, 2022 at 2:16 PM 刘孟 wrote: > >

Re: [users@httpd] 答复: [users@httpd] [apache]maxconnectionsperchild problem

2022-04-15 Thread Yann Ylavic
On Fri, Apr 15, 2022 at 3:50 PM Yann Ylavic wrote: > > On Fri, Apr 15, 2022 at 2:16 PM 刘孟 wrote: > > > > > > What I want to ask is, will these 1000 sub processes fail at the same time, > > causing my httpd serivce to stop responding.But I think you have given the > > answer > > >because the

Re: [users@httpd] 答复: [users@httpd] [apache]maxconnectionsperchild problem

2022-04-15 Thread Yann Ylavic
On Fri, Apr 15, 2022 at 2:16 PM 刘孟 wrote: > > > What I want to ask is, will these 1000 sub processes fail at the same time, > causing my httpd serivce to stop responding.But I think you have given the > answer > >because the clients connections themselves will not have the same > >lifetime

[users@httpd] 答复: [users@httpd] [apache]maxconnectionsperchild problem

2022-04-15 Thread 刘孟
Hello,Mr Yann Ylavic Thank you for your advice. What I want to ask is, will these 1000 sub processes fail at the same time, causing my httpd serivce to stop responding.But I think you have given the answer >because the clients connections themselves will not have the same >lifetime

Re: [users@httpd] [apache]maxconnectionsperchild problem

2022-04-15 Thread Yann Ylavic
Hello, On Fri, Apr 15, 2022 at 7:39 AM 刘孟 wrote: > > During the peak hours of the company's internal servers, the number of sub > processes(hpptd) of > each server is about 1000,[Maxconnectionsperchild] is currently set to 0. In > order to be able to > resolve the access target regularlyIn