Re: [users@httpd] SVN checkout of latest official Apache release

2016-06-09 Thread Frederik Nosi
Hi Christopher, On 06/09/2016 10:32 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, On 6/8/16 12:10 PM, Mike Rumph wrote: On 6/7/2016 5:54 PM, Balcos, Michael wrote: Hi Mike, Thank you for the reply. I believe that I’ll have to write a script in order to

Re: [users@httpd] older version of php for a specific virtual host

2015-06-20 Thread Frederik Nosi
Hi Giuseppe, On 06/20/2015 12:12 PM, Giuseppe Battinelli wrote: Dear all, I need urgently your help. I've a web server windows server 2008 on which I installed wamp 2.4.9. Everything works fine and I manage several site through virtual hosts. Php version is 5.4. Problem is I have a old site (m

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-09 Thread Frederik Nosi
the etag mechanism... In case it wasn't clear, we very much agree on this one, my question was centered on the ETag in particular. Thanks for your reply! James On 09/06/2015 14:56, Frederik Nosi wrote: Hi James, On 06/09/2015 02:36 PM, James Smith wrote: Yes - it is the request over

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-09 Thread Frederik Nosi
Hi James, On 06/09/2015 02:36 PM, James Smith wrote: Yes - it is the request over head - the client will still make the request at which point the server has got to decide has it changed before even - which for most static requests is the heaviest (slowest) part before returning the not-chan

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-09 Thread Frederik Nosi
Hi Rainer, On 06/09/2015 02:53 PM, Rainer Canavan wrote: Remove etags (Header unset Etag/FileETag None) Won't this disable conditional requests, ex. If-None-Match and friends? Is your recomendation because of the header overhead or am I missing something? Just if-None-Match. If-Modified-Sinc

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-09 Thread Frederik Nosi
Hi James, On 06/09/2015 10:24 AM, James Smith wrote: From Apache point of view... * Don't use .htaccess files... put everything in httpd.conf (or equivalent) there is a huge file system performance hit {Apache has to look for .htaccess files in the directory and any parent direc

Re: [users@httpd] deny announce.php torrent requests

2015-03-12 Thread Frederik Nosi
Hi, not replying to your question but probably useful, On 03/12/2015 04:13 AM, el kalin wrote: hi all… i have a bit of an issue with torrent announce.php?info_hash= requests. it sure feels like some sort of dos or ddos. i have tried different ways to configure apache to drop those request usi

Re: [users@httpd] Problem with mod_proxy and chunked content

2014-11-17 Thread Frederik Nosi
Hi, On 11/17/2014 11:07 AM, Blomme Dieter wrote: It's apache 2.2 on RedHat. It's the same Apache that acts as a Proxy. I've found some issues regarding headers with mod_proxy and chunking and I think it might be a bug in mod_proxy, but to check that I need to intercept the requests generated b

Re: [users@httpd] Denying access for a complicated bugger address

2014-09-30 Thread Frederik Nosi
On 09/30/2014 08:55 PM, Hans-Georg Scherneck wrote: Frederik Nosi wrote: Hi Hans-Georg, On 09/30/2014 08:26 PM, Hans-Georg Scherneck wrote: Rainer M. Canavan wrote: On Sep 30, 2014, at 19:16 , Hans-Georg Scherneck wrote: My site is bombarded by POST requests from a site identifying

Re: [users@httpd] Denying access for a complicated bugger address

2014-09-30 Thread Frederik Nosi
Hi Hans-Georg, On 09/30/2014 08:26 PM, Hans-Georg Scherneck wrote: Rainer M. Canavan wrote: On Sep 30, 2014, at 19:16 , Hans-Georg Scherneck wrote: My site is bombarded by POST requests from a site identifying itself like 123.123.123.123.word.word.word.word A "deny from" instruction with a

Re: [users@httpd] Denying access for a complicated bugger address

2014-09-30 Thread Frederik Nosi
Blocking from apache: Order Allow,Deny Deny from You can block it at the network stack level too, this way apache does not even see the request, ex on linux using iptables. bye, Frederik On 09/30/2014 07:16 PM, Hans-Georg Scherneck wrote: Hi, I'm new to this, and I'm no specia

Re: [users@httpd] Slow performance in Apache

2014-08-25 Thread Frederik Nosi
On 08/25/2014 08:25 PM, Rainer Jung wrote: [...] Out of curiosity, on the summary page generated by mod_status, the description of W is: "*|W|*" Sending Reply I thought that when in this state, the corresponding thread / proccess was sending the reply to the client. From your reply if i underst

Re: [users@httpd] Slow performance in Apache

2014-08-25 Thread Frederik Nosi
Hi, On 08/19/2014 01:49 PM, Jeff Trawick wrote: On Tue, Aug 19, 2014 at 6:00 AM, > wrote: Hi All, Need urgent help from all you experts. We have a tomcat and apache server on same physical box .Earlier it was working fine however last week app

[users@httpd] Apache, http 1.0 and content length

2014-06-26 Thread Frederik Nosi
Hi all, I'm trying to debug a client app, which seems not able to handle chunked encoding but needs Content-length set. My configuration is apache 2.2 -> mod_jk 1.30 -> tomcat 6.0.x. I forced http 1.0 so chunked encoding doesn't get used adding this: SetEnv downgrade-1.0 so far s

Re: [users@httpd] Apache/Tomcat/mod_jk/Linux - Error 500 when trying to send a hessian request via load balancer to tomcat application

2014-06-19 Thread Frederik Nosi
Hi, On 06/19/2014 06:05 PM, Dave McGee wrote: Hi all, First post here so please be gentle, haha! I am working with an Apache / Tomcat cluster / mod_jk / Linux setup: - An Apache HTTP Server acting as a Load Balancer - 2 Tomcat Servers (Node A and Node B) - We have a Java/Grails application

Re: [users@httpd] how to identify number of working threads

2014-06-19 Thread Frederik Nosi
Hi, On 06/19/2014 02:26 PM, Vadim Blumkin wrote: Hi all Is there any way to find how many concurrent opened threads are working at the moment ? on Linux just du a: ps -efaL | grep httpd | grep -v grep | wc -l (change httpd to apache if needed) I found that there is a mod_status modul

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Frederik Nosi
original. On Thu, Jun 5, 2014 at 5:29 PM, Frederik Nosi wrote: Try accessing it using this link. it should work: www.indextest.com/test1.html I think you're missing a index.html in your document root. Bye, F On 06/05/2014 05:05 PM, Luigi Cirillo wrote: Hi, I have apache config problems:

Re: [users] Apache2 Trying to retrieve at least an index but Forbidden

2014-06-05 Thread Frederik Nosi
Try accessing it using this link. it should work: www.indextest.com/test1.html I think you're missing a index.html in your document root. Bye, F On 06/05/2014 05:05 PM, Luigi Cirillo wrote: Hi, I have apache config problems: # Forbidden You don't have permission to access / on this

Re: [users@httpd] reverse proxy help

2014-04-15 Thread Frederik Nosi
Hi Paul, On 04/15/2014 06:19 PM, paul.warren.p.p...@accenture.com wrote: Hi Fred, Thanks for quick response. Unfortunately your suggestion doesn’t worked. That’s the first one I tried and it only worked on www.portal.com/bobj (running on tomcat). The other webs

Re: [users@httpd] reverse proxy help

2014-04-15 Thread Frederik Nosi
Hi Paul, you can add for each webserver, eg for the first one: ProxyPass /sapserver http://www.sapserver.com/ ProxyPassReverse /sapserver http://sapserver.com/ Same for the others. Frederik On 04/15/2014 05:33 PM, paul.warren.p.p...@accenture.com wrote: Hi Gurus, We have multiple webserve