Re: [EMAIL PROTECTED] rotatelogs based on size and time?

2008-08-12 Thread Zbigniew Szalbot
Hello, Thank you for such a prompt answer! I have some questions below. Agnello George: yes its possible you would just need to add in your /etc/logrotate.conf the following content : "/websites/domain.com/logs/domain.com.sys.qualiproj.access_log" /websites/domain.com/logs/domain.com.sys.qua

Re: [EMAIL PROTECTED] rotatelogs based on size and time?

2008-08-12 Thread Agnello George
On 8/13/08, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > I fear it it not possible but I'll ask the experts anyway. Is it possible to > rotate apache logs based on size and time? > > I would like to rotate logs every 20MB AND at the start of the month > irrespective of the log size. >

[EMAIL PROTECTED] rotatelogs based on size and time?

2008-08-12 Thread Zbigniew Szalbot
Hello, I fear it it not possible but I'll ask the experts anyway. Is it possible to rotate apache logs based on size and time? I would like to rotate logs every 20MB AND at the start of the month irrespective of the log size. Is it possible? Many thanks in advance! -- Zbigniew Szalbot www

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Krist van Besien
On Wed, Aug 13, 2008 at 02:30, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to use a variable in a cookie setting for example; > > > ServerName myserver > RewriteEngineOn > SetEnv MYPATH "Hello_World" > RewriteRule

Re: [EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Eric Covener
On Tue, Aug 12, 2008 at 8:30 PM, Gareth Bult <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to be able to use a variable in a cookie setting for example; > > > ServerName myserver > RewriteEngineOn > SetEnv MYPATH "Hello_World" > RewriteRule

[EMAIL PROTECTED] Using variables with CO= in mod_rewrite ...

2008-08-12 Thread Gareth Bult
Hi, I'd like to be able to use a variable in a cookie setting for example; ServerName myserver RewriteEngine On SetEnv MYPATH "Hello_World" RewriteRule . - [CO=COOKIEID:%{MYPATH}:.domain.com:120] ProxyPass / http://myrealserver:8080/ But for some reason environment variables don't se

Re: [EMAIL PROTECTED] set_serv_tokens logic

2008-08-12 Thread Eric Covener
On Tue, Aug 12, 2008 at 6:06 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Hi Guys, > There is a specific method in server/core.c that has "set_serv_tokens" > method. I am not sure from where in the code this will be called. This has > the logic to control what needs to be appended on the err

[EMAIL PROTECTED] set_serv_tokens logic

2008-08-12 Thread Raghavendra Datt
Hi Guys, There is a specific method in server/core.c that has "set_serv_tokens" method. I am not sure from where in the code this will be called. This has the logic to control what needs to be appended on the error messages. Any one has a clue on who controls the calls to this? I see that there i

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-12 Thread André Warnier
Krist van Besien wrote: On Mon, Aug 11, 2008 at 11:56, mdn teo <[EMAIL PROTECTED]> wrote: But how can I force to skip login retries? I tried to set a custom 401 error page, redirecting to another page, but it redirects just after the "n" login attempts. I'd like to find a way to force the redir

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-12 Thread André Warnier
Eric Covener wrote: On Mon, Aug 11, 2008 at 6:20 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: Eric, Thanks for your quick response. I went through the mentioned functions. The method "ap_send_error_response" has the logic to print the html page in case of error. but, I am not really sure whet

[EMAIL PROTECTED] Apache 2.2.9: Can not start under Win98SE

2008-08-12 Thread Alexey Lyubimov
The installation of the "recommended" 2.2.9 goes smoothly OOTB under Win98SE. But after running "Control Apache Server -> Start Apache in Console" the DOS Box (console) window opens and ... it is all :-( It means: - No request from ZoneAlarm, that Apache wants to act as a server; - No connection t

Re: [EMAIL PROTECTED] Basic Auth Login Retries

2008-08-12 Thread Krist van Besien
On Mon, Aug 11, 2008 at 11:56, mdn teo <[EMAIL PROTECTED]> wrote: > But how can I force to skip login retries? > I tried to set a custom 401 error page, redirecting to another page, but it > redirects just after the "n" login attempts. > I'd like to find a way to force the redirect to another page