Dear Apache users,
I'm forced to write yet another program that downloads HTTP files from an
Apache server, and I'm facing a problem that is new to Google:
First, to ensure that my application stays responsive, I enabled a timeout
with
setsockopt(sockid,SOL_SOCKET,SO_RCVTIMEO
right after th
Elmar Krieger wrote:
Dear Apache users,
I'm forced to write yet another program that downloads HTTP files from an
Apache server,
...
Naive question : why would you do that, when there are probably at least
10 existing libraries/utilities that already do that, and do it right ?
I mean that d
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: dinsdag 23 juni 2009 9:32
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Apr_bucket_read() failed when uploading files
Mark wrote:
> > So, needless to say, this is quite serious. Like I said, I even got
> > an ad
>> Dear Apache users,
>>
>> I'm forced to write yet another program that downloads HTTP files from
>> an
>> Apache server,
> ...
> Naive question : why would you do that, when there are probably at least
> 10 existing libraries/utilities that already do that, and do it right ?
>
> I mean that downl
On 23 Jun 2009, at 13:25, Neelesh Gurjar wrote:
MaxClients 150
So slowloris only needs to make 150 connections to tie up your server!
A simple raise to, say, 1500, would prevent a single slowloris machine
bringing you down[1]. Though of course you're still vulnerable to DDoS:
for that you m
Apache 2.2.11
Has anyone worked with vhost limit module? I can't find tutorial or
manual to read about it. Is there one? Is it possible to set
customized message for clients that are being turned away?
-
The official User-To-User
On Wed, 2009-06-24 at 08:09 -0500, Elmar Krieger wrote:
> >> Dear Apache users,
> >>
> >> I'm forced to write yet another program that downloads HTTP files from
> >> an
> >> Apache server,
> > ...
> > Naive question : why would you do that, when there are probably at least
> > 10 existing libraries
Apache 2.2.11 w/Openssl 0.9.8k
I'm having a weird problem with Apache and Chrome and IE7/8. The problem
only seems to happen with SSL connections. On some requests, I get exactly
30 second delays. Firefox gets no delays. Since it seems to be
consistently
30 seconds when it happens, it seems
I forgot to mention, I also have this, in httpd-ssl.conf
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Not sure if that matters.
-
The official User-To-User supp
Bill Davidson wrote:
I forgot to mention, I also have this, in httpd-ssl.conf
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Not sure if that matters.
Good point. I believe it well may.
Did you try commenting that line out ?
Afte
Hi. All.
In mod_proxy_http.c, I globally declared a variable, like unsiged int count = 0;
And I make it increase whenever the proxy gets a new http request.
I expect it increases like 1, 2, 3, 4,... but it is always same 1.
Does anydoby know why this happens? How can I use a global variable in
On Jun 24, 2009, at 12:47 PM, Brian Kim wrote:
In mod_proxy_http.c, I globally declared a variable, like unsiged
int count = 0;
And I make it increase whenever the proxy gets a new http request.
You mean when your httpd child processes get a new http request.
I expect it increases like 1
Brian Kim wrote:
Hi. All.
In mod_proxy_http.c, I globally declared a variable, like unsiged int count = 0;
And I make it increase whenever the proxy gets a new http request.
I expect it increases like 1, 2, 3, 4,... but it is always same 1.
Does anydoby know why this happens? How can I use a
Thanks to Sander & André, I clearly understood why it happened and how
I can get it over.
Now I am looking at an example,.mod_example_ipc.c, to use a shared
memory space.
Thanks again.
On Wed, Jun 24, 2009 at 5:31 PM, André Warnier wrote:
> Brian Kim wrote:
>>
>> Hi. All.
>>
>> In mod_proxy_http
Hi,
I'm running Apache 2.2.11, PHP 5.2.9-2, and MySQL Server 5.1
in 32-bit Windows XP Professional in a VM installed inside VMWare Workstation
6.5.2. I've noticed after booting up the VM, often
even through the Apache service is up and running and http://localhost and
http://localhost/phptest
Hi,
http://httpd.apache.org/docs/2.2/mod/core.html#timeout says:
The TimeOut directive currently defines the amount of time Apache will wait
for three things
1. The total amount of time it takes to receive a GET request
...
1. seems to be misleading, tests with "Timeout 3" does not appear very
Hi,
I am using Apache reverse proxy.
I want to perform the following and wondering if it is possible:
1) Extract a field (Subject Name) from a client certificate sent over
SSL and compare it to a local list I have
2) Add parts of the certificate to headers or parameters in the HTTP
re
17 matches
Mail list logo