[EMAIL PROTECTED] Fwd: Apache message file grows very fast

2008-06-10 Thread Bogdan Cristea
I have a web server running Slackware on it and yesterday I have experienced a failure due to the saturation of the root partition. After investigating I have found that in /var/log the messages files (message.1, message.2, ..., message.4) were extremely large. After cleaning up, I have fr

Re: [EMAIL PROTECTED] pipelining in real world

2008-06-10 Thread Andrew Gaydenko
If it possible - slightly another question related to current reality is: do modern browsers use socket half-close? -- View this message in context: http://www.nabble.com/pipelining-in-real-world-tp17698027p17752240.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com

Re: [EMAIL PROTECTED] Statistics

2008-06-10 Thread Malka Cymbalista
We are using awstats: http://awstats.sourceforge.net/ and are pleased with it. -- Malka Cymbalista Webmaster, Weizmann Institute of Science [EMAIL PROTECTED] 08-934-3036 >>> On 6/6/2008 at 10:47 PM, in message <[EMAIL PROTECTED]>, "Grant Peel" <[EMAIL PROTECTED]> wrote: > Hi all, > > We have b

Re: [EMAIL PROTECTED] Statistics

2008-06-10 Thread Agnello George
On 6/10/08, Malka Cymbalista <[EMAIL PROTECTED]> wrote: > We are using awstats: http://awstats.sourceforge.net/ and are pleased with it. > -- > i have set up awstats for virtaul domains ... i guess this link will help you out a lot !! ... http://linux-vashi.blogspot.com/2008/06/installing-awstats-

Re: [EMAIL PROTECTED] RE: Apache Log File 2GB

2008-06-10 Thread Arnab Ganguly
can you check any of your process got killed and the server was restarted.Just curious if the process owner got changed in case, and the new process owner thinks the file size starts from zero.Just check it out. Thanks -A On Tue, Jun 10, 2008 at 12:11 PM, Andre Hübner <[EMAIL PROTECTED]> wrote: >

[EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread thomas2004
I have a web application, i.g. a WAR file. I will deploy this war on several web-servers. They have the URL. How can I configure the web-server, assumed I use Apache Tomcat, sothat the web access can be distribute to these web servers? For example I have 10 web-servers, the daily access is 10.

[EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread Thomas Chang
Hi all,   I have a web  application, i.g. a WAR file. I will deploy this war on several web-servers. They have the URL. How can I configure the web-server, assumed I use Apache Tomcat, sothat the web access can be distribute to these web servers? For example I have 10 web-servers, the daily acce

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread Thomas Chang
Is the so-called 3rd party device a hardware?   --- Evan Platt <[EMAIL PROTECTED]> schrieb am Di, 10.6.2008: Von: Evan Platt <[EMAIL PROTECTED]> Betreff: Re: [EMAIL PROTECTED] How to distribute Web Access? An: users@httpd.apache.org Datum: Dienstag, 10. Juni 2008, 16:52 You need a load balancer

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread Evan Platt
You need a load balancer or some other 3rd party device. There could be a way to do it in Apache, but I haven't seen it. thomas2004 wrote: I have a web application, i.g. a WAR file. I will deploy this war on several web-servers. They have the URL. How can I configure the web-server, assumed I u

[EMAIL PROTECTED] how to unload (exclude) a loaded module for a virtual site ?

2008-06-10 Thread Yavuz Maslak
I use apache2.0.x We have many domains on it . There are some loaded modules as default on the server. I want it to exclude a few modules for a virtual site. How can I do that ? Could you give me an example about that ? Thanks

Re: [EMAIL PROTECTED] how to unload (exclude) a loaded module for a virtual site ?

2008-06-10 Thread Joshua Slive
On Tue, Jun 10, 2008 at 10:48 AM, Yavuz Maslak <[EMAIL PROTECTED]> wrote: > I use apache2.0.x > > We have many domains on it . > There are some loaded modules as default on the server. > I want it to exclude a few modules for a virtual site. > > How can I do that ? > > Could you give me an example

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread Mohit Anchlia
Look at mod_jk module from apache ? But in your case I think you need either hardware load balancer or use existing web server with mod_jk On 6/10/08, Thomas Chang <[EMAIL PROTECTED]> wrote: > > Is the so-called 3rd party device a hardware? > > > > > > --- Evan Platt *<[EMAIL PROTECTED]>* schrie

[EMAIL PROTECTED] Building Apache, does --prefix gets hardcoded ?

2008-06-10 Thread Jorge Medina
I am trying to create a tar ball with Apache, Tomcat and my application to be deployed later on a server with the same kernel as the building machine. When building Apache HTTP server, there is an option "-prefix" passed to "configure" script that indicates where will the result of the build en

Re: [EMAIL PROTECTED] Building Apache, does --prefix gets hardcoded ?

2008-06-10 Thread Marcin Lewandowski
Jorge Medina pisze: I am trying to create a tar ball with Apache, Tomcat and my application to be deployed later on a server with the same kernel as the building machine. Is that so hard to check? Compilation takes only a few minutes + 10s for test moving. m.

Re: [EMAIL PROTECTED] Building Apache, does --prefix gets hardcoded ?

2008-06-10 Thread Joshua Slive
On Tue, Jun 10, 2008 at 12:38 PM, Jorge Medina <[EMAIL PROTECTED]> wrote: > I am trying to create a tar ball with Apache, Tomcat and my application to > be deployed later on a server with the same kernel as the building machine. > > > > When building Apache HTTP server, there is an option "—prefix"

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread Chad Morland
http://www.linuxvirtualserver.org is probably worth a look. I have been using it to distribute 1M+ requests per day without issue. -CM On Tue, Jun 10, 2008 at 11:35 AM, Mohit Anchlia <[EMAIL PROTECTED]> wrote: > Look at mod_jk module from apache ? But in your case I think you need > either hardw

[EMAIL PROTECTED] Unexpected behavior using CustomLog ... env=!SVN-ACTION from mod_dav_svn

2008-06-10 Thread Max Cantor
It appears to be common knowledge that the following directives will generate an easy-to-read log entry for all high-level subversion client actions: LogFormat "%t %u %h %{SVN-ACTION}e" svn CustomLog /var/sites/svn/www/logs/svn.log svn env=SVN-ACTION However, this leaves the original gobb

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread thomas2004
This sounds good. But I use Windows 2003 Server. Besides, can one use the Apache Http Server to do this? Chad Morland wrote: > > http://www.linuxvirtualserver.org is probably worth a look. I have been > using it to distribute 1M+ requests per day without issue. > > -CM > > On Tue, Jun 10, 2