Searched refs:is (Results 1 - 22 of 22) sorted by relevance

/httpd/modules/core/test/conf/
H A Dtest69.conf2 <Macro Foo> this stuff is ignored...
4 </Macro> this stuff is ignored as well...
H A Dtest38.conf4 Warning it is really a good idea to have mod_macro.c installed.
/httpd/modules/lua/test/htdocs/
H A Dtest.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
38 r:debug("This is a debug log message")
39 -- r:info("This is an info log message")
40 -- r:notice("This is an notice log message")
41 -- r:warn("This is an warn log message")
42 -- r:err("This is an err log message")
43 -- r:alert("This is an alert log message")
44 -- r:crit("This is an crit log message")
45 -- r:emerg("This is an emerg log message")
128 r:puts("status is "
[all...]
H A Dconfig_tests.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
H A Dother.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
/httpd/support/
H A Dapachectl.in13 # distributed under the License is distributed on an "AS IS" BASIS,
23 # XXX this doc is no longer correct now that the interesting
36 # one is reported. Run "apachectl help" for usage info
62 # number of file descriptors allowed per child process. This is
85 echo The startssl option is no longer supported.
H A Ddbmmanage.in13 # distributed under the License is distributed on an "AS IS" BASIS,
35 where enc is -d for crypt encryption (default except on Win32, Netware)
40 command is one of: $cmds
47 groups or comment of - for add and adduser commands is the empty value
80 # if your osname is in $newstyle_salt, then use new style salt (starts with '_' and contains
H A Dctauditscts13 # distributed under the License is distributed on an "AS IS" BASIS,
119 if len(recs) > 0 and recs[0][6] is not None:
/httpd/build/
H A DNWGNUscripts.inc7 @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
18 @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@
H A Dlibrary.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
H A Dltlib.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
H A Dprogram.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
H A DNWGNUhead.inc15 # Here is where we will use the NO_LICENSE_FILE variable to see if we need to
69 @echo $(DL)The default is RELEASE=optimized$(DL)
H A Dspecial.mk11 # distributed under the License is distributed on an "AS IS" BASIS,
H A DNWGNUtail.inc273 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def)
304 # if APACHE_UNIPROC is defined, don't include XDCData
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
/httpd/build/rpm/
H A Dhttpd.init13 # distributed under the License is distributed on an "AS IS" BASIS,
22 # description: The Apache HTTP Server is an efficient and extensible \
34 # Description: The Apache HTTP Server is an extensible server
82 # things -- attempting to start while running is a failure, and shutdown
83 # when not running is also a failure. So we just do it the way init scripts
119 echo $prog is stopped
/httpd/modules/lua/test/
H A Dmoonunit.lua11 -- distributed under the License is distributed on an "AS IS" BASIS,
H A Dtest.lua13 -- distributed under the License is distributed on an "AS IS" BASIS,
111 assert(r:find("Apache/2"), "version isn't Apache/2, but is " .. r)
117 assert(r:find("status is 201"), "handler sees incorrect status")
/httpd/test/
H A Dmake_sni.sh13 # distributed under the License is distributed on an "AS IS" BASIS,
42 echo " -f Force overwriting of outdir (default is $DIR)"
43 echo " -d dir Directory to create the SNI test server in (default is $DIR)"
44 echo " -D domain Domain name to use for this test (default is $DOMAIN)"
45 echo " -a IP IP address to use for this virtual host (default is $IP)"
47 echo " [names] List of optional vhost names (default is $NAMES)"
53 echo "so on. Note that the _first_ FQDN is also the default for non SNI hosts. It"
94 echo Aborted - your openssl is very old or misconfigured.
119 # keyUsage = cRLSign, keyCertSign values. This is fine
208 # Note that this SSL configuration is fa
[all...]
/httpd/modules/filters/
H A Dmod_include.c11 * distributed under the License is distributed on an "AS IS" BASIS,
250 #define DUMP__CHILD(ctx, is, node, child) if (1) { \
255 debug_printf(ctx, "!!! Parse tree is not consistent !!!\n"); \
257 debug_printf(ctx, "Parent of " #child " child node is " \
272 debug_printf(ctx, "%s(missing)\n", is); \
279 char *is; local
288 is = " ";
294 debug_printf(ctx, "%s%s (%s)\n", is, current->token.s,
305 debug_printf(ctx, "%s%s\n", is, current->token.s);
306 is
[all...]
/httpd/modules/aaa/
H A Dmod_auth_digest.c11 * distributed under the License is distributed on an "AS IS" BASIS,
25 * It is still fairly new and problems may turn up - submit problem
32 * - Proxy-Authorization-Info header is set by this module, but is
42 * must be disabled. What we could do is the following:
44 * The only problem is that it allows replay attacks when somebody
246 * Create a unique filename using our pid. This information is
347 #error APR random number support is missing
369 /* Note: this stuff is currently fixed for the lifetime of the server,
373 * client, can't be done. However, the alternative is
[all...]

Completed in 30 milliseconds