Searched full:prefix (Results 1 - 25 of 1350) sorted by relevance

1234567891011>>

/httpd/docs/manual/programs/
H A Dfirehose.xml36 <p>If an optional prefix is specified as a parameter, connections that
37 start with the given prefix will be included. The prefix needs to fit
/httpd/modules/core/test/conf/
H A Dtest34.conf1 # macro parameter prefix conflicts in two orders
/httpd/modules/core/test/ref/
H A Dtest26.out2 [macro:warn] macro 'funny' (defined on line 4 of "./conf/test26.conf") argument name 'first arg' (#1) without expected prefix, better prefix argument names with one of '$%@'.
3 [macro:warn] macro 'funny' (defined on line 4 of "./conf/test26.conf") argument name 'second ... arg' (#2) without expected prefix, better prefix argument names with one of '$%@'.
H A Dtest29.out2 [macro:warn] macro 'toobigaline' (defined on line 3 of "./conf/test29.conf") argument name 'a' (#1) without expected prefix, better prefix argument names with one of '$%@'.
H A Dtest30.out2 [macro:warn] macro 'foo' (defined on line 4 of "./conf/test30.conf"): argument name prefix conflict ($dir #1 and $directive #2), be careful about your macro definition!
H A Dtest31.out2 [macro:warn] macro 'bla' (defined on line 3 of "./conf/test31.conf"): argument name prefix conflict ($dir #1 and $di #2), be careful about your macro definition!
3 [macro:warn] macro 'bla' (defined on line 3 of "./conf/test31.conf"): argument name prefix conflict ($dir #1 and $d #4), be careful about your macro definition!
4 [macro:warn] macro 'bla' (defined on line 3 of "./conf/test31.conf"): argument name prefix conflict ($di #2 and $d #4), be careful about your macro definition!
5 [macro:warn] macro 'bla' (defined on line 3 of "./conf/test31.conf"): argument name prefix conflict ($dd #3 and $d #4), be careful about your macro definition!
8 [macro:warn] macro 'foo' (defined on line 10 of "./conf/test31.conf"): argument name prefix conflict ($d #1 and $di #2), be careful about your macro definition!
9 [macro:warn] macro 'foo' (defined on line 10 of "./conf/test31.conf"): argument name prefix conflict ($d #1 and $dir #3), be careful about your macro definition!
10 [macro:warn] macro 'foo' (defined on line 10 of "./conf/test31.conf"): argument name prefix conflict ($d #1 and $dd #4), be careful about your macro definition!
11 [macro:warn] macro 'foo' (defined on line 10 of "./conf/test31.conf"): argument name prefix conflict ($di #2 and $dir #3), be careful about your macro definition!
H A Dtest34.out2 [macro:warn] macro 'foo' (defined on line 3 of "./conf/test34.conf"): argument name prefix conflict ($d #1 and $dd #2), be careful about your macro definition!
5 [macro:warn] macro 'bla' (defined on line 7 of "./conf/test34.conf"): argument name prefix conflict ($dd #1 and $d #2), be careful about your macro definition!
H A Dtest35.out2 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test35.conf") argument name 'u1' (#1) without expected prefix, better prefix argument names with one of '$%@'.
3 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test35.conf") argument name 'u2' (#2) without expected prefix, better prefix argument names with one of '$%@'.
4 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test35.conf") argument name 'n1' (#3) without expected prefix, better prefix argument names with one of '$%@'.
5 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test35.conf") argument name 'n2' (#4) without expected prefix, better prefix argument names with one of '$%@'.
6 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test35.conf") argument name 'u3' (#5) without expected prefix, better prefix argumen
[all...]
H A Dtest36.out2 [macro:warn] macro 'warnings' (defined on line 1 of "./conf/test36.conf"): argument name prefix conflict ($u #1 and $u1 #3), be careful about your macro definition!
3 [macro:warn] macro 'warnings' (defined on line 1 of "./conf/test36.conf"): argument name prefix conflict ($u #1 and $u2 #5), be careful about your macro definition!
4 [macro:warn] macro 'warnings' (defined on line 1 of "./conf/test36.conf"): argument name prefix conflict ($n #2 and $n1 #4), be careful about your macro definition!
5 [macro:warn] macro 'warnings' (defined on line 1 of "./conf/test36.conf"): argument name prefix conflict ($n #2 and $n2 #6), be careful about your macro definition!
H A Dtest45.out2 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test45.conf") argument name '&3' (#3) without expected prefix, better prefix argument names with one of '$%@'.
3 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test45.conf") argument name '#5' (#5) without expected prefix, better prefix argument names with one of '$%@'.
4 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test45.conf") argument name '~6' (#6) without expected prefix, better prefix argument names with one of '$%@'.
5 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test45.conf") argument name '*7' (#7) without expected prefix, better prefix argument names with one of '$%@'.
6 [macro:warn] macro 'warnings' (defined on line 3 of "./conf/test45.conf") argument name '.8' (#8) without expected prefix, better prefix argumen
[all...]
H A Dtest46.out2 [macro:warn] macro '$i' (defined on line 3 of "./conf/test46.conf") better prefix a macro name with any of '$%@'
4 [macro:warn] macro 'warnings' (defined on line 7 of "./conf/test46.conf") argument name 'second' (#2) without expected prefix, better prefix argument names with one of '$%@'.
/httpd/modules/lua/docs/
H A Dbuilding-from-subversion.txt25 ./configure --prefix=/Users/brianm/.opt/httpd-2.2.4-worker-wombat \
41 ./configure --prefix=/Users/brianm/.opt/libapreq2-2.0.8 \
68 install. If you build libapreq2 with a --prefix configuration
/httpd/modules/mappers/
H A Dmod_userdir.c264 char *filename = NULL, *prefix = NULL; local
269 prefix = ap_getword(r->pool, &userdir, '*');
272 if (prefix) {
281 if (strchr(prefix + 2, ':'))
283 if (strchr(prefix, ':') && !is_absolute)
286 redirect = apr_pstrcat(r->pool, prefix, user, userdir,
292 filename = apr_pstrcat(r->pool, prefix, user, userdir,
298 else if (prefix && ap_strchr_c(prefix, ':')) {
299 redirect = apr_pstrcat(r->pool, prefix, use
[all...]
/httpd/build/aix/
H A DREADME45 prefix: /opt/httpd
58 iconsdir: ${prefix}/icons
59 manualdir: ${prefix}/manual
60 includedir: ${prefix}/include
/httpd/build/
H A Dget-version.sh21 # USAGE: get-version.sh CMD VERSION_HEADER PREFIX
23 # where PREFIX is the prefix to {MAJOR|MINOR|PATCH}_VERSION defines
31 echo "USAGE: $0 CMD INCLUDEDIR PREFIX"
H A Dmake_nw_export.awk52 prefix = args[1]
53 sub("^.*[(]", "", prefix)
57 add_symbol(prefix "_hook_" symbol)
58 add_symbol(prefix "_hook_get_" symbol)
59 add_symbol(prefix "_run_" symbol)
/httpd/build/pkg/
H A Dbuildpkg.sh23 PREFIX=/usr/local/apache2
80 cp build/pkg/pkginfo $TEMPDIR$PREFIX
83 cd $TEMPDIR$PREFIX
87 pkgmk -r $TEMPDIR$PREFIX -d $TEMPDIR/pkg
H A Dpkginfo.in9 BASEDIR="@prefix@"
/httpd/
H A Dconfig.layout14 prefix: /usr/local/apache2
15 exec_prefix: ${prefix}
20 mandir: ${prefix}/man
21 sysconfdir: ${prefix}/conf
22 datadir: ${prefix}
29 includedir: ${prefix}/include
30 localstatedir: ${prefix}
39 prefix: /usr/local
40 exec_prefix: ${prefix}
45 mandir: ${prefix}/ma
[all...]
/httpd/docs/man/
H A Dfirehose.142 If an optional prefix is specified as a parameter, connections that start with the given prefix will be included\&. The prefix needs to fit completely within the first fragment for a successful match to occur\&.
/httpd/docs/manual/
H A Dinstall.html.ja.utf890 <td><code>$ ./configure --prefix=<em>PREFIX</em></code>
109 <td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
115 <td><code>$ <em>PREFIX</em>/bin/apachectl -k start</code>
121 <em>PREFIX</em> はインストールするサーバでのファイルシステムのパスに、
122 置き換えてください。<em>PREFIX</em> を指定しなかった場合は、
236 <code>--prefix</code> です。Apache は、このインストール位置に
276 ./configure --prefix=/sw/pkg/apache \<br />
305 <p>さて、設定したインストール <em>PREFIX</em>
306 (前述の <code>--prefix</cod
[all...]
H A Dinstall.xml75 <td><code>$ ./configure --prefix=<em>PREFIX</em></code>
94 <td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
100 <td><code>$ <em>PREFIX</em>/bin/apachectl -k start</code>
106 number, and <em>PREFIX</em> must be replaced with the
108 <em>PREFIX</em> is not specified, it defaults to
244 <p>The most important option is the location <code>--prefix</code>
287 ./configure --prefix=/sw/pkg/apache \<br />
316 installation <em>PREFIX</em> (see <code>--prefix</cod
[all...]
H A Dinstall.xml.ja73 <td><code>$ ./configure --prefix=<em>PREFIX</em></code>
92 <td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
98 <td><code>$ <em>PREFIX</em>/bin/apachectl -k start</code>
104 <em>PREFIX</em> はインストールするサーバでのファイルシステムのパスに、
105 置き換えてください。<em>PREFIX</em> を指定しなかった場合は、
224 <code>--prefix</code> です。Apache は、このインストール位置に
267 ./configure --prefix=/sw/pkg/apache \<br />
296 <p>さて、設定したインストール <em>PREFIX</em>
297 (前述の <code>--prefix</cod
[all...]
H A Dinstall.xml.ko72 <td><code>$ ./configure --prefix=<em>PREFIX</em></code>
91 <td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
97 <td><code>$ <em>PREFIX</em>/bin/apachectl start</code>
102 <p><em>NN</em>�� ���� ���� ���� ���ڷ�, <em>PREFIX</em>��
103 ������ ��ġ�� ���Ͻý��� ��η� ��ü�ؾ� �Ѵ�. <em>PREFIX</em>��
209 �����ϰ� ��ġ�� ����� <code>--prefix</code>��. �ٸ� <a
245 ./configure --prefix=/sw/pkg/apache \<br />
272 <p>���� ���� ��ɾ�� ��Ű���� (���� <code>--prefix</code>
273 �ɼ� ���) ������ ��ġ ��ġ <em>PREFIX</e
[all...]
/httpd/support/
H A Dcheck_forensic19 prefix=$1
28 name=`tempfile --prefix=$1`

Completed in 366 milliseconds

1234567891011>>