Searched refs:once (Results 1 – 12 of 12) sorted by relevance
29 url.rewrite-once34 url.rewrite-once = ( "<regex>" => "<relative-uri>" )43 The options ``url.rewrite`` and ``url.rewrite-final`` were mapped to ``url.rewrite-once``58 url.rewrite-once = ( "^/id/([0-9]+)$" => "/index.php?id=$1",75 url.rewrite-once = ( "^/(.*)" => "/%0/$1" )
47 If you handle several connections at once under a high load (let's assume 500 connections163 in the error log. This tells you there were too many new requests at once177 you can stat() it once and monitor the directory the file is in for
45 called once a second146 called once a second
96 servers at once.
18 int once; member71 …ic int rewrite_rule_buffer_append(rewrite_rule_buffer *kvb, buffer *key, buffer *value, int once) { in rewrite_rule_buffer_append() argument105 kvb->ptr[kvb->used]->once = once; in rewrite_rule_buffer_append()162 …arse_config_entry(server *srv, array *ca, rewrite_rule_buffer *kvb, const char *option, int once) { in parse_config_entry() argument191 once)) { in parse_config_entry()439 if (rule->once) hctx->state = REWRITE_STATE_FINISHED; in process_rewrite_rules()
1 #pragma once
32 # Yes, that means every name once taken will need to remain here until
94 # Only expand once:7585 # once in the compiler output.
734 # This macro should only be invoked once -- use via AC_REQUIRE.832 # For better backward compatibility. To be removed once Automake 1.9.x
758 * mapped url.rewrite and url.rewrite-final to uri.rewrite-once