[users@httpd] TimeOut

2015-11-16 Thread Rose, John B
Looking in the Security Tips document for Apache this is said ... * The TimeOut directive should be lowered on sites that are subject to DoS attacks. Setting this to as low as a few seconds may be appropriate. As

Re: [users@httpd] TimeOut

2015-11-16 Thread Daniel Gruno
On 11/16/2015 05:50 PM, Rose, John B wrote: > Looking in the Security Tips document for Apache this is said … > > * The |TimeOut > | directive > should be lowered on sites that are subject to DoS attacks. Setting > this to as

Re: [users@httpd] TimeOut

2015-11-16 Thread Daniel
60 is a good overall value, but as you said it yourself, setting it too low will cause problems with long running cgi scripts, set it to a logical value according to *YOUR* needs. There is no magic value for timeout, really. El lun., 16 nov. 2015 a las 17:50, Rose, John B ()

[users@httpd] Re: FAQ?

2015-11-16 Thread William A Rowe Jr
On Sun, Nov 15, 2015 at 11:09 AM, yousuf sharief wrote: > Hi All, > > Please share the FAQ's to update my skills on Apache. > At this time there isn't an actively maintained FAQ, but the historical one is editable at http://wiki.apache.org/httpd/FAQ If folks on users@

Re: [users@httpd] How to post to HTTPD Users List

2015-11-16 Thread Rich Bowen
On 11/15/2015 12:17 PM, Yehuda Katz wrote: > Also read the link on the mailing list description page: "How To Ask > Questions The Smart Way" > I ardently look forward to the day when people stop referencing that document as though it's good

Re: [users@httpd] Cross-compiled apache 2.4.17/OpenSSL 1.0.2d for SPARC fails to start on mutex error

2015-11-16 Thread spggwp7q
It works! Thanks a lot for the hint. Am 16/11/2015 um 12:34 schrieb Rainer Jung: Am 16.11.2015 um 10:22 schrieb spggwp7q: Hi guys, I cross-compiled apache 2.4.17 with APR 1.5.2 and APR Util 1.5.4 along with OpenSSL 1.0.2d for 64-bit SPARC. I tried running it on one of my boxes and got the

Re: [users@httpd] Re: FAQ?

2015-11-16 Thread Francois Gingras
Actually, we locked down the httpd wiki because of spam in the past. However, I can add anyone to the contributor list should they wish to add or edit content. Frank On Mon, Nov 16, 2015 at 11:01 AM, William A Rowe Jr wrote: > On Sun, Nov 15, 2015 at 11:09 AM, yousuf

[users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread o haya
Hi, I am trying to do some load testing of Apache 2.4 on Redhat. Configuration displayed when I run "httpd -V" shows: Server MPM: prefork threaded: no forked: yes (variable process count) I am using Jmeter to test, and when I increase the number of simultaneous threads to > 200, I am seeing

[users@httpd] mod_deflate kudos for 2.4 change

2015-11-16 Thread Rose, John B
To whomever was involved, nice work * mod_deflate will now skip compression if it knows that the size overhead added by the compression is larger than the data to be compressed. http://httpd.apache.org/docs/2.4/upgrading.html thanks

Re: [users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Christopher Schultz
Pete, On 11/16/15 3:52 PM, Pete Houston wrote: > On Mon, Nov 16, 2015 at 06:19:37PM -0200, Ronaldo Luiz de Carvalho wrote: >> There are a way to setting apache in a way to force the users site browsers >> doesn't use their cache? > > You can use the Header directive to set the appropriate value

[users@httpd] Enabling sticky session mode for Apache/Tomcat load balancing

2015-11-16 Thread Raju Rathi
Hi All , I am trying to enable sticky sessions in Apache, however it is not working. Below are the changes made by me. Can anyone please advice if I am missing something? I do not see any error in the access log, however request from one user is still going to other server. Please let me know if

[users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Ronaldo Luiz de Carvalho
Hi all, I need to force my site users to use the last version of the site php pages. Some site users are getting information from their browsers cache. There are a way to setting apache in a way to force the users site browsers doesn't use their cache? On all site access the page

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread o haya
Hi Daniel, Unfortunately, the Apache I'm working with is part of a product, so I won't be able to change to a different MPM type. I've been trying what you suggested (increasing MinSpareServers) but I still get tons of connections refused, even when I can confirm that, for example, I get 500+

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread Daniel
migrate to worker or event... if you have to stick with prefork mpm, increase the number of MinSpareServers to a very high number, prefork is very slow spawning new children since it is not threaded, so better spawn most when apache starts. El lun., 16 nov. 2015 a las 20:58, o haya

Re: [users@httpd] How to force browsers doesn't use cache

2015-11-16 Thread Pete Houston
On Mon, Nov 16, 2015 at 06:19:37PM -0200, Ronaldo Luiz de Carvalho wrote: > There are a way to setting apache in a way to force the users site browsers > doesn't use their cache? You can use the Header directive to set the appropriate value of the Cache-Control header.

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread o haya
Hi, Just as a kind of slightly-different sanity check, I did some testing on an Apache 2.2.31 instance that I built awhile ago on one of my test CENTOS machines: Server version: Apache/2.2.31 (Unix)Server built:   Oct  7 2015 11:32:17Server's Module Magic Number: 20051115:40Server loaded:  APR

[users@httpd] how to compile apache httpd 2.4.17

2015-11-16 Thread David Long
I download Apache httpd 2.4.17 and want compile on Solaris 10 Sparc. It ask me to install APR. So I download APR 1.5.2 and try to configure it and following error. root@kiana# cd /www/apachesrc/apr-1.5.2 root@kiana# ./configure --prefix=/www/apachesrc/httpd-2.4.17/srclib/apr/configure

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread Yann Ylavic
On Tue, Nov 17, 2015 at 1:11 AM, Yann Ylavic wrote: > On Tue, Nov 17, 2015 at 12:23 AM, o haya wrote: >> >> This is with the as-built Apache configuration settings (i.e., I haven't >> tried tweaking them). > > Please share your settings for [...] >

Re: [users@httpd] Cross-compiled apache 2.4.17/OpenSSL 1.0.2d for SPARC fails to start on mutex error

2015-11-16 Thread Rainer Jung
Am 16.11.2015 um 10:22 schrieb spggwp7q: Hi guys, I cross-compiled apache 2.4.17 with APR 1.5.2 and APR Util 1.5.4 along with OpenSSL 1.0.2d for 64-bit SPARC. I tried running it on one of my boxes and got the following error in the apache error log (the box was previously running 2.4.10): [Mon

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread Yann Ylavic
On Tue, Nov 17, 2015 at 12:23 AM, o haya wrote: > > This is with the as-built Apache configuration settings (i.e., I haven't > tried tweaking them). Please share your settings for ServerLimit, MaxRequestWorkers (was MaxClients in 2.2.x), MaxSpareThreads, MinSpareThreads

Re: [users@httpd] Getting "connection refused" Apache 2.4

2015-11-16 Thread o haya
This is what is in the extra/httpd-mpm.conf: # prefork MPM# StartServers: number of server processes to start# MinSpareServers: minimum number of server processes which are kept spare# MaxSpareServers: maximum number of server processes which are kept spare# MaxClients: maximum number of server

[users@httpd] Cross-compiled apache 2.4.17/OpenSSL 1.0.2d for SPARC fails to start on mutex error

2015-11-16 Thread spggwp7q
Hi guys, I cross-compiled apache 2.4.17 with APR 1.5.2 and APR Util 1.5.4 along with OpenSSL 1.0.2d for 64-bit SPARC. I tried running it on one of my boxes and got the following error in the apache error log (the box was previously running 2.4.10): [Mon Nov 16 10:04:52.463583 2015]