Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Cohen, Laurence
paying our salaries. We only upgraded to RHEL6 about 8 months ago, so it will be a while before we go to RHEL7. Thanks for your help. I really appreciate it! Larry On Mon, Apr 25, 2016 at 3:23 PM, Rainer Jung <rainer.j...@kippdata.de> wrote: > Am 25.04.2016 um 20:00 schrieb Cohen,

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-25 Thread Cohen, Laurence
pace for ThreadsPerChild or > MaxClients, you should configure ThreadLimit = ThreadsPerChild + "reserved > additional threads" and ServerLimit = MaxClients/ThreadsPerChild + > "reserved additional clients"/ThreadsPerChild. > > HTH, > > Rainer > > Am 24.04.2016 u

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-24 Thread Cohen, Laurence
, 2016 at 3:22 PM, Ben RUBSON <ben.rub...@gmail.com> wrote: > https://httpd.apache.org/docs/current/en/mod/mpm_common.html#serverlimit > > Le 24 avr. 2016 à 21:20, Cohen, Laurence <lco...@novetta.com> a écrit : > > Thank you! Which doc are you reading? I'd like to look at i

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-24 Thread Cohen, Laurence
mit during a restart was ignored. > > Any ideas why I cannot increase the ServerLimit? > > Thanks, > > Laurence Cohen > > On Sun, Apr 24, 2016 at 11:15 AM, Ben RUBSON <ben.rub...@gmail.com> wrote: > >> Hi, >> >> reload will do it ! >> >&

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-24 Thread Cohen, Laurence
at 11:15 AM, Ben RUBSON <ben.rub...@gmail.com> wrote: > Hi, > > reload will do it ! > > Ben > > > Le 24 avr. 2016 à 17:14, Cohen, Laurence <lco...@novetta.com> a écrit : > > Hi, > > I need to increase my httpd server's MaxClients and ServerLi

Re: [users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-24 Thread Cohen, Laurence
Thank you for the quick response! Larry On Sun, Apr 24, 2016 at 11:15 AM, Ben RUBSON <ben.rub...@gmail.com> wrote: > Hi, > > reload will do it ! > > Ben > > > Le 24 avr. 2016 à 17:14, Cohen, Laurence <lco...@novetta.com> a écrit : > > Hi, > >

[users@httpd] Restart or Reload after changing MaxClients and ServerLimit

2016-04-24 Thread Cohen, Laurence
Hi, I need to increase my httpd server's MaxClients and ServerLimit. Can I just do a service httpd reload to load the new settings? Or do I need to do a service httpd restart to load the new settings? This is on a production server with active users, so obviously the former is preferable.

[users@httpd] Re: Request Entity Too Large

2015-07-24 Thread Cohen, Laurence
Hi Yehuda, Am I looking at catalina.out for the 413 error, or some other log on the Tomcat server? Thanks, Larry Cohen On Thu, Jul 23, 2015 at 5:04 PM, Cohen, Laurence lco...@novetta.com wrote: Hi everyone, We are suddenly having the following problem on several of our servers, and I have

[users@httpd] Re: Request Entity Too Large

2015-07-24 Thread Cohen, Laurence
and nss.conf, but if I put the sslrenegbuffersize in any of these files and restart httpd, it doesn't start up. Would anyone know what the equivalent parameter is in nss.conf, or the other conf files that we are using? Thanks, Larry Cohen On Thu, Jul 23, 2015 at 5:04 PM, Cohen, Laurence lco

Re: [users@httpd] Re: Request Entity Too Large

2015-07-24 Thread Cohen, Laurence
Thanks Yehuda. On Fri, Jul 24, 2015 at 2:55 PM, Yehuda Katz yeh...@ymkatz.net wrote: If you are sure the problem is with nss, you will probably get more help on their mailing list: https://www.redhat.com/mailman/listinfo/mod_nss-list - Y On Fri, Jul 24, 2015 at 1:22 PM, Cohen, Laurence

[users@httpd] Request Entity Too Large

2015-07-23 Thread Cohen, Laurence
Hi everyone, We are suddenly having the following problem on several of our servers, and I have not been able to find a solution on the internet that has resolved it. Our configuration is the following. Apache httpd 2.2.3 running on RHEL5 Tomcat 7, also running on RHEL5 When we try to upload a

[users@httpd] Re: Request Entity Too Large

2015-07-23 Thread Cohen, Laurence
Forgot to mention. The httpd error code is 413. Thanks, Larry Cohen On Thu, Jul 23, 2015 at 5:04 PM, Cohen, Laurence lco...@novetta.com wrote: Hi everyone, We are suddenly having the following problem on several of our servers, and I have not been able to find a solution on the internet

Re: [users@httpd] Request Entity Too Large

2015-07-23 Thread Cohen, Laurence
, Jul 23, 2015 at 5:04 PM, Cohen, Laurence lco...@novetta.com wrote: Hi everyone, We are suddenly having the following problem on several of our servers, and I have not been able to find a solution on the internet that has resolved it. Our configuration is the following. Apache httpd 2.2.3

Re: [users@httpd] mime.types

2015-07-12 Thread Cohen, Laurence
Thank you! On Jul 11, 2015 10:10 PM, Michael A. Peters mpet...@domblogger.net wrote: yum provides /etc/mime.types On July 8, 2015 2:13:04 PM MDT, Cohen, Laurence lco...@novetta.com wrote: I am using the CentOS6 RPM for my Apache Web Server. When starting up, Apache complains that it could

Re: [users@httpd] mime.types

2015-07-08 Thread Cohen, Laurence
Thank you. You solved my problem and taught me something at the same time. Larry On Wed, Jul 8, 2015 at 4:22 PM, Richard lists-apa...@listmail.innovate.net wrote: Date: Wednesday, July 08, 2015 04:13:04 PM -0400 From: Cohen, Laurence lco...@novetta.com I am using the CentOS6 RPM

[users@httpd] mime.types

2015-07-08 Thread Cohen, Laurence
I am using the CentOS6 RPM for my Apache Web Server. When starting up, Apache complains that it could not open the mime.types file. It's looking for it in /etc and sure enough it isn't there. Could someone please tell me what I can do to install a mime.types file? I've tried looking for another

[users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Cohen, Laurence
I have a test server on which we have a self-signed certificate. I get the error There is a problem with this website's security certificate. which is expected because I'm using a self-signed cert. Normally I click on Continue to this website (not recommended). and it goes through to my website

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Cohen, Laurence
- trusted site in IE is not enough. - Y On Fri, Jun 26, 2015 at 10:54 AM, Cohen, Laurence lco...@novetta.com wrote: I have a test server on which we have a self-signed certificate. I get the error There is a problem with this website's security certificate. which is expected because I'm

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Cohen, Laurence
On Fri, Jun 26, 2015 at 1:06 PM, Cohen, Laurence lco...@novetta.com wrote: Thanks for the response Yehuda. Unfortunately Chrome doesn't give me this error. It just tells me that my connection isn't private. When I click on advanced there is no option to go forward to the web server like I get

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Cohen, Laurence
- it is actually waiting for input, so you can just stop it. The output should show you the protocol and ciphers that were in use. Example: [image: Inline image 1] What does yours say? - Y On Fri, Jun 26, 2015 at 1:21 PM, Cohen, Laurence lco...@novetta.com wrote: Thank you. Chrome says You

[users@httpd] Problem with port 80

2015-06-23 Thread Cohen, Laurence
I'm not sure if this question is for the Tomcat User group or this one. We have upgraded our Apache 2.2.3 server and Tomcat 7.0.54 server to use mod_nss rather than mod_ssl. During this process the rewrite rules were moved from mod_ssl to mod_nss, but reformatted as ProxyPass and

[EMAIL PROTECTED] MOD_SSL not working

2006-08-08 Thread Cohen, Laurence
Hi, Im having trouble getting SSL to work on my apache 2.055 webserver, running on Solaris 8. When I start the server up, everthing looks OK in the error_log. start child 21965 rpc_server 21964 started by 21953 [Tue Aug 08 09:14:31 2006] [info] Init: Initializing OpenSSL library

[EMAIL PROTECTED] Two questions

2006-06-05 Thread Cohen, Laurence
Has anyone every had any trouble getting rotatelogs to work under Apache version 2.0.55? Has anyone had any trouble compiling version 2.0.58 under Solaris 8 and/or Solaris 9. If you have had these problems and have a solution I would greatly appreciate it. Thanks! Laurence H