[users@httpd] [apache]maxconnectionsperchild problem

2022-04-14 Thread 刘孟
Hello, Mr Mentor Recently, when using the forwarding function of Apache, The [maxconnectionsperchild] parameter in the MPM(perfork mode) is ambiguous within the company. During the peak hours of the company's internal servers, the number of sub processes(hpptd) of each server is about 1000,[Max

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

2022-04-14 Thread Eric Covener
On Thu, Apr 14, 2022 at 6:08 PM πŸ˜‰ Good Guy πŸ˜‰ wrote: > > On 14/04/2022 20:18, Frank Gingras wrote: > > Can we please stop guessing at the cause of the error until said user > > gives us the verbatim log entry? > > > Can we please tell the OP that Error 403 Forbidden means the access is > permanentl

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

2022-04-14 Thread πŸ˜‰ Good Guy πŸ˜‰
On 14/04/2022 20:18, Frank Gingras wrote: Can we please stop guessing at the cause of the error until said user gives us the verbatim log entry? Can we please tell the OP that Error 403 Forbidden means the access is permanently forbidden and tied to the application logic, such as insufficient

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

2022-04-14 Thread Tatsuki Makino
Hello. While it is important to look at the error logs, this may not have led to a situation where the proper error logs are output :) First, make sure they edit the appropriate config files and also make sure they are rebooting the appropriate server processes. For example, they could write so

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

2022-04-14 Thread Frank Gingras
Can we please stop guessing at the cause of the error until said user gives us the verbatim log entry? On Thu, 14 Apr 2022 at 12:20, πŸ˜‰ Good Guy πŸ˜‰ wrote: > On 13/04/2022 21:25, DiversityLink/Milt Spain wrote: > > Thanks for all the suggestions. Tried them all with no resolution of > > the problem

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

2022-04-14 Thread πŸ˜‰ Good Guy πŸ˜‰
On 13/04/2022 21:25, DiversityLink/Milt Spain wrote: Thanks for all the suggestions. Tried them all with no resolution of the problem. Reloaded Apache 2.4 and it seemed to be working well but all of sudden I canÒ€ℒt access LocalHost. Get this message. It looks like you need to grant permission

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

2022-04-14 Thread Knute Johnson
Yea I know that, I was just curious about: > > Current Host file is : > > > > # localhost name resolution is handled within DNS itself. > > #127.0.0.1 localhost > > # ::1 localhost > > 127.0.0.1 Milts1.com > I'm still curious. On 4/13/22 20:55, Frank Ging