Re: [us...@httpd] Apache is slow at accepting connections

2010-02-07 Thread Sandro Tosi
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,

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
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

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
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

Re: [us...@httpd] mod_proxy_html v3.1.2 fails to install on Solaris10

2010-02-07 Thread Igor Cicimov
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

Re: [us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-07 Thread J. Bakshi
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

Re: [us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-07 Thread Jeremy R.
> 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

Re: [us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-07 Thread J. Bakshi
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

Re: [us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-07 Thread Jeremy R.
>> [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

Re: [us...@httpd] How to collect host specif error log and how to see those from web interface ?

2010-02-07 Thread J. Bakshi
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

[us...@httpd] Re: Fwd: Cron /root/bin/bugcron.sh

2010-02-07 Thread William A. Rowe Jr.
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

Re: [us...@httpd] How to set up a reverse proxy for login.facebook.com

2010-02-07 Thread fulan Peng
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

Re: [us...@httpd] How to set up a reverse proxy for login.facebook.com

2010-02-07 Thread Matus UHLAR - fantomas
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