At 18:37 31/07/2003, you wrote: ... %{ENV:SSL} !=1 ... !^/(img)|(ssi)|(obj)/ ... ^/(.*)$ /redir SetEnv variables will we set much later than mod_rewrite can...
Alan Skea
skea@...
Aug 1, 2003 9:17 am
45212
... Such functions are provided by APR but apparently not used by Apache httpd. But Apache httpd is just one APR app... there are others that may use them. ...
Jeff Trawick
trawick@...
Aug 1, 2003 10:33 am
45213
... Uuh, I have taken a look into mod_ssl now. HTTPS will be set very late as well ... earlier... Fortunately you can use the mod_rewrite lookahead feature in...
... A working patch is attached. I'll commit it within some time if nobody objects. nd...
André Malo
nd@...
Aug 1, 2003 5:19 pm
45215
... I'd support removing RewriteLog entirely in 2.1. If mod_rewrite has an error, it needs to go to the main errorlog. We did the same with mod_ssl a while...
Justin Erenkrantz
justin@...
Aug 1, 2003 8:13 pm
45216
... The RewriteLog is no ordinary error log, just like SSLLogLevel trace weren't. The purpose is to debug things that might not do exactly as expected, not ...
Mads Toftum
mads@...
Aug 1, 2003 8:44 pm
45217
... Hmm, errors are already written into the errorlog. The rewritelog is mostly useful for debugging purposes (both for code and rulesets). Therefore I'd leave...
André Malo
nd@...
Aug 1, 2003 8:54 pm
45218
... -1 ; As Mads says, RewriteLog is used for debugging only, not for day-to-day logging. This is why Andre proposed the patch, on the basis that production ...
Thom May
thom@...
Aug 1, 2003 9:56 pm
45219
So this sounds like a regression in 2.0.47 with worker. Coming from the debian POV, there is no difference in build environment between the two builds, and no...
Thom May
thom@...
Aug 2, 2003 8:54 am
45220
... +1, looks good. --Cliff...
Cliff Woolley
jwoolley@...
Aug 2, 2003 8:20 pm
45221
... So you sucessfully kill the process, then you set need_timeout. You swap out and another process is started (by an httpd process) on the system with the...
Bill Stoddard
bill@...
Aug 2, 2003 11:25 pm
45222
... Seems like the set of circumstances that would have to occur is fairly unlikely but possible. Though afaict those same circumstances would have have been...
... I agree that this is probably a good optimization, and that RewriteLog does not have any uses on a production server. So I agree to this patch in concept...
Mads Toftum
mads@...
Aug 3, 2003 7:17 pm
45226
... AFAIK it is not possible under Unix, because (due to the fact that you are the parent process) unless you waitpid() on your child process, the process...
Ralf S. Engelschall
rse@...
Aug 4, 2003 10:08 am
45227
... Yes, of course you're right. This just occurred to me while I was upstairs getting ready for work so I came downstairs to sign on and correct myself, but...
Cliff Woolley
jwoolley@...
Aug 4, 2003 5:42 pm
45228
... Thanks Bill...
Bill Stoddard
bill@...
Aug 4, 2003 5:58 pm
45229
Dear Apache HTTP Webserver Development Team, (http://httpd.apache.org/) Hello, I am now in the process of preparing the first all-Apache-wide newsletter. ...
Tetsuya Kitahata
tetsuya@...
Aug 4, 2003 6:31 pm
45230
I agree entirely, as the documentation says, rewrite rules are "voodoo" and often very hard to understand what's going on and why a given ruleset isn't working...
David Burry
dburry@...
Aug 4, 2003 6:32 pm
45231
... The drawback of this is that often* when suexec is not in use we end up burning extra syscalls when it is not necessary. *"often" is speculation and not...
Jeff Trawick
trawick@...
Aug 5, 2003 12:25 pm
45232
... "are not supported by this build of mod_rewrite because..."...
Does anyone know if there are any race conditions left in the graceful restart code? If so, what are the details. Does this section of documentation have any...
Joshua Slive
joshua@...
Aug 5, 2003 6:04 pm
45236
... my main point was "supported" instead of "support", as Thom later pointed out :) but "build" is probably more accurate than "incarnation"...
Jeff Trawick
trawick@...
Aug 5, 2003 6:37 pm
45237
... CGI requests initiated during a graceful restart don't work as hoped for because the cgid daemon gets bounced before any pending cgi requests are handled....
Jeff Trawick
trawick@...
Aug 5, 2003 6:56 pm
45238
... Almost all Americans are in the latter group anyway. ;)...
Cliff Woolley
jwoolley@...
Aug 5, 2003 7:30 pm
45239
hi all... currently, using DECLINE_CMD to override config directives has a limitation - you can't override ITERATE or ITERATE2 prototypes properly. what ends...
Geoffrey Young
geoff@...
Aug 5, 2003 7:33 pm
45240
See http://httpd.apache.org/docs-2.0/developer/request.html...