Re: [EMAIL PROTECTED] simple Apache log view

2006-04-28 Thread Chris Pat
Hi dnkI did not know about that.  I will take a look, thank you.dnk <[EMAIL PROTECTED]> wrote: Why not use something like webalizer serverside?Then just view the results in a web browser.DustinOn 28-Apr-06, at 1:58 PM, Chris Pat wrote:HelloIs there anything simple and gui based like the old WebTren

Re: [EMAIL PROTECTED] simple Apache log view

2006-04-28 Thread dnk
Why not use something like webalizer serverside?Then just view the results in a web browser.DustinOn 28-Apr-06, at 1:58 PM, Chris Pat wrote:HelloIs there anything simple and gui based like the old WebTrends for free?  tia New Yahoo! Messenger with Voice. Call regular phones from your PC and save

Re: [EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Alexander Lazic
Hi, On Fre 28.04.2006 19:38, Charles A. Landemaine wrote: On 4/28/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: I don't think that you can support a million connections on apache, are you running this app on a mainframe, also check to see how much Memory each child/worker thread would take up

Re: [EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Charles A. Landemaine
On 4/28/06, Kishore Jalleda <[EMAIL PROTECTED]> wrote: I don't think that you can support a million connections on apache, are you running this app on a mainframe, also check to see how much Memory each child/worker thread would take up, as you would need ( 1Million * (RAM/thread)) of Memory , so

Re: [EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Kishore Jalleda
On 4/28/06, Charles A. Landemaine <[EMAIL PROTECTED]> wrote: I did some research and found out the # MaxClients variable definesthe maximum number of concurrent connections. I'd like to know if we can define this variable to something like 2 millions.I'm asking because I'm designing a chat applica

[EMAIL PROTECTED] Is there a "real" maximum number of connections?

2006-04-28 Thread Charles A. Landemaine
I did some research and found out the # MaxClients variable defines the maximum number of concurrent connections. I'd like to know if we can define this variable to something like 2 millions. I'm asking because I'm designing a chat application that people are going to use through a web browser, a

[EMAIL PROTECTED] simple Apache log view

2006-04-28 Thread Chris Pat
HelloIs there anything simple and gui based like the old WebTrends for free?  tia New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Re: [EMAIL PROTECTED] forward/mirror Site from different net

2006-04-28 Thread Krist van Besien
On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi List, I guess this has been asked before but unfortunately I'm not able to find the Info in the archives. Googling resultet in thousands of hits, none of which help me with my problem. What i'm trying to do is to set up an apache 1.3

Re: [EMAIL PROTECTED] forward/mirror Site from different net

2006-04-28 Thread Joshua Slive
On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi List, I guess this has been asked before but unfortunately I'm not able to find the Info in the archives. Googling resultet in thousands of hits, none of which help me with my problem. What i'm trying to do is to set up an apache 1.3

Re: [EMAIL PROTECTED] Apache 2.0.56 release date

2006-04-28 Thread André Malo
* Richard de Vries wrote: > Has anyone heard any rumble yet about the Apache > 2.0.56 release date?. If I am mistaking Apache > 2.0.56-dev has been out for quite some time already, > and Apache 2.0.55 does have a couple of known > issues/vulnerabilities. There were some release issues and now you

[EMAIL PROTECTED] Apache 2.0.56 release date

2006-04-28 Thread Richard de Vries
Has anyone heard any rumble yet about the Apache 2.0.56 release date?. If I am mistaking Apache 2.0.56-dev has been out for quite some time already, and Apache 2.0.55 does have a couple of known issues/vulnerabilities. R __ Do You Yahoo!? Tired o

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-28 Thread Joost de Heer
> RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}] > RequestHeader set UserId %{RU} Shouldn't that be RequestHeader set UserId %{RU}e ? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See http://

Re: [EMAIL PROTECTED] Apache's suexec?

2006-04-28 Thread Joshua Slive
On 4/28/06, Adrian Perez <[EMAIL PROTECTED]> wrote: I think that you can use suphp or phpsuexec for this action. Both of these are just different methods of running php as a cgi under an suexec-like suid launcher. I'd prefer plain old suexec, since it is much more widely deployed. Joshua. --

Re: [EMAIL PROTECTED] Apache's suexec?

2006-04-28 Thread Adrian Perez
I think that you can use suphp or phpsuexec for this action. Regars. Georgy Goshin escribió: Hello! I have a many name based virtual hosts, is it possible to make that all php and cgi's script and apache process itself was under specific (virtual site owners's) user ID and group ID - apache

[EMAIL PROTECTED] forward/mirror Site from different net

2006-04-28 Thread lists
Hi List, I guess this has been asked before but unfortunately I'm not able to find the Info in the archives. Googling resultet in thousands of hits, none of which help me with my problem. What i'm trying to do is to set up an apache 1.3.23 (running on host 192.168.0.200) to mirror/forward a si

[EMAIL PROTECTED] Problem with apr_poll_revents_get ,apr_poll_setup

2006-04-28 Thread Nehta
Hi, I am trying to use apr_poll_revents_get ,apr_poll_setup .But these r deprecated. Pls give me some idea what kind of replacement can be used.I am using Apache version 2.2.0    Thanks Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the

Re: [EMAIL PROTECTED] intercept incoming requests in Apache Web Server

2006-04-28 Thread Nick Kew
On Thursday 27 April 2006 19:15, Joshua Slive wrote: > I'm not an expert in this topic, but what you want doesn't sound > feasible. In the Apache httpd architecture, threads or processes get > to listen on the accept queue and grab new requests as they come in. > If they read a request and decide