Hello,
we managed to fix this problem by setting:
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_tw_reuse=1
kernel params. tcp_syscookies is enough but since we had several
connections in TIME_WAIT, we read tcp_tw_reuse helps those be reused
more efficiently.
HTH,
Sandro
Sandro Tosi wrote:
Hello,
Ups my mistake, missed the -i switch in the apxs command...all good now
thanks for your help guys.
Igor
On Mon, Feb 8, 2010 at 4:41 PM, Igor Cicimov wrote:
> Hi Eric,
>
> This is the output from my last try
>
> /install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c
> -I/usr/local/incl
Hi Eric,
This is the output from my last try
/install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c
-I/usr/local/include/libxml2 -I. -a mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARG
Hi Snader,
The file is in the same folder where the mod_proxy binaries are
mod_proxy_html/mod_xml2enc.h
Igor
On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme wrote:
>
> On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
>
> > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> mod
On 02/08/2010 10:01 AM, Jeremy R. wrote:
>
>> Actually I am interested to break the error log too with vlogger. But it
>> seems there is no option to do that.
>>
> Works the same way as the access log. I don't know much about vlogger
> specifically, but it appears that it accepts log entri
> Actually I am interested to break the error log too with vlogger. But it
> seems there is no option to do that.
Works the same way as the access log. I don't know much about vlogger
specifically, but it appears that it accepts log entries over stdin.
In your vhost config:
ErrorLog "| /path/t
On 02/08/2010 09:45 AM, Jeremy R. wrote:
>>> [1] how can I break the error log as per vhost ?
>>>
>>> Is it something like
>>>
>>>
>>>
>>> [...]
>>> ErrorLog /srv/www/htdocs/myvhost_dir/error.log
>>> LogLevel error
>>> [...]
>>>
>>>
>>>
> Yes, it's exactly that. Just use the ErrorLog direc
>> [1] how can I break the error log as per vhost ?
>>
>> Is it something like
>>
>>
>>
>> [...]
>> ErrorLog /srv/www/htdocs/myvhost_dir/error.log
>> LogLevel error
>> [...]
>>
>>
Yes, it's exactly that. Just use the ErrorLog directive within your vhost.
(P.S. Putting your error log inside
Any clue please ?
On 02/04/2010 11:11 AM, J. Bakshi wrote:
> Dear list,
>
> I already have vlogger installed in my server which breaks the apache
> access log as per vhost and awstas is working well. Hope you all admit
> that the main requirement is obviously error log. vlogger does not break
> t
On 2/7/2010 6:45 PM, Sander Temme wrote:
>
>
> Begin forwarded message:
>
>> ASF Bugzilla is running its weekly stats at Sun Feb 7 23:08:02 UTC 2010
> <..>
>> 65 bugs for Apache httpd-1.3
>
> Now that we have lowered the boom on 1.3, shall we close it out for new bugs?
>
>
> Anyone ha
On Sun, Feb 7, 2010 at 9:54 PM, Matus UHLAR - fantomas
wrote:
> On 07.02.10 01:09, fulan Peng wrote:
>> I am trying to set up a reverse proxy for facebook by using Apache
>> mod_proxy and mod_proxy_html.
>
> reverse proxy for facebook? Are you running facebook servers so you can run
> reverse prox
On 07.02.10 01:09, fulan Peng wrote:
> I am trying to set up a reverse proxy for facebook by using Apache
> mod_proxy and mod_proxy_html.
reverse proxy for facebook? Are you running facebook servers so you can run
reverse proxy for it?
> Before, it always complain missing a file called ua_callbac
12 matches
Mail list logo