Home
last modified time | relevance | path

Searched refs:yaws (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/www/yaws/yaws-2.0.6/testsuite/
H A Dipmask_SUITE.erl49 yaws:parse_ipmask("127.0.0.1/24")),
53 yaws:parse_ipmask("127.0.0.0/8")),
55 yaws:parse_ipmask("192.168.4.2/14")),
57 yaws:parse_ipmask("192.168.4.2/25")),
60 yaws:parse_ipmask("::1/112")),
64 yaws:parse_ipmask("::1/64")),
66 yaws:parse_ipmask("::1/122")),
82 ?assertEqual(true, yaws:match_ipmask({192,168,1,10},
84 ?assertEqual(false,yaws:match_ipmask({192,168,1,30},
87 ?assertEqual(true, yaws:match_ipmask({192,168,1,30},
[all …]
H A Dsconf_SUITE.erl47 SC2 = yaws:create_sconf(".", []),
63 SC = yaws:create_sconf(".", []),
94 SC0 = yaws:create_sconf(".", []),
98 SSL1 = yaws:new_ssl(),
99 SSL2 = yaws:sconf_ssl(SC1),
104 Key = yaws:ssl_keyfile(yaws:sconf_ssl(SC2)),
118 Auth1 = yaws:new_auth(),
124 AuthDir = yaws:auth_dir(hd(yaws:sconf_authdirs(SC2))),
134 DOpts1 = yaws:new_deflate(),
140 CmpLvl = yaws:deflate_compression_level(yaws:sconf_deflate_options(SC2)),
[all …]
H A Dgconf_SUITE.erl44 GC = yaws:create_gconf([], "test"),
75 GC = yaws:create_gconf([], "test"),
96 GC0 = yaws:create_gconf([], "test"),
97 ?assertEqual(undefined, yaws:gconf_mime_types_info(GC0)),
100 MI1 = yaws:new_mime_types_info(),
101 MI1 = yaws:gconf_mime_types_info(GC1),
106 MI = yaws:mime_types_info_mime_types_file(yaws:gconf_mime_types_info(GC2)),
114 {Name, yaws:Fun(GConf)}.
118 Flags0 = yaws:gconf_flags(GConf0),
122 Flags1 = yaws:gconf_flags(GConf1),
[all …]
/dports/www/yaws/yaws-2.0.6/
H A DChangeLog1072 www/dynamic.yaws, www/post.yaws, www/ssi.yaws, www/stream.yaws,
1367 * www/: arg.yaws, bindings.yaws, cookies.yaws, embed.yaws,
1368 form.yaws, pcookie.yaws, query.yaws, readpcookie.yaws,
1369 redirect.yaws, session.yaws, ssi.yaws, upload.yaws, upload0.yaws:
1379 configuration.yaws, contact.yaws, contribs.yaws, doc.yaws,
1380 dynamic.yaws, index.yaws, post.yaws, simple.yaws, ssi.yaws,
1388 www/cookies.yaws, www/doc.yaws, www/dynamic.yaws, www/embed.yaws,
1389 www/form.yaws, www/index.yaws, www/pcookie.yaws, www/query.yaws,
1411 www/api.yaws, www/appmods.yaws, www/arg.yaws, www/bindings.yaws,
1414 www/dynamic.yaws, www/embed.yaws, www/form.yaws, www/index.yaws,
[all …]
H A DMakefile.am29 pkgconfig_DATA = yaws.pc
43 $(AM_V_at)$(INSTALL) -d $(DESTDIR)$(sysconfdir)/yaws
44 $(AM_V_at)$(INSTALL) -m 644 @srcdir@/ssl/yaws-cert.pem $(DESTDIR)$(sysconfdir)/yaws
45 $(AM_V_at)$(INSTALL) -m 644 @srcdir@/ssl/yaws-key.pem $(DESTDIR)$(sysconfdir)/yaws
78 $(AM_V_at)[ ! -h $(yawsdir) ] || rm -f $(DESTDIR)$(libdir)/yaws
79 $(AM_V_at)rm -r $(DESTDIR)$(sysconfdir)/yaws/yaws-cert.pem
80 $(AM_V_at)rm -r $(DESTDIR)$(sysconfdir)/yaws/yaws-key.pem
81 $(AM_V_at)rm -r $(DESTDIR)$(sysconfdir)/yaws/dhparams.pem
99 yaws.plt:
114 dialyzer: all yaws.plt
[all …]
/dports/www/yaws/yaws-2.0.6/doc/
H A DMakefile.am4 EXTRA_DIST = $(IMG_EPS) overview.edoc README.rss yaws.tex
8 doc: yaws.ps yaws.pdf
12 $(AM_V_at)$(INSTALL) -m 644 yaws.pdf $(DESTDIR)$(docdir)
15 $(AM_V_at)$(INSTALL) -m 644 yaws.ps $(DESTDIR)$(wwwdir)
16 $(AM_V_at)$(INSTALL) -m 644 yaws.pdf $(DESTDIR)$(wwwdir)
19 $(AM_V_at)rm -f $(DESTDIR)$(docdir)/yaws.pdf
20 $(AM_V_at)rm -f $(DESTDIR)$(wwwdir)/yaws.ps
21 $(AM_V_at)rm -f $(DESTDIR)$(wwwdir)/yaws.pdf
47 yaws.ps: yaws.dvi
50 yaws.pdf: yaws.tex $(IMG_PDF)
[all …]
/dports/www/yaws/yaws-2.0.6/scripts/
H A DMakefile.am4 gen-yaws gen-yaws-conf gen-yaws-generated Subst \
6 rebar-pre-script yaws.conf.template yaws.template
14 $(DESTDIR)$(confdir)/yaws.conf; then \
15 rm -f $(DESTDIR)$(confdir)/yaws.conf; \
20 $(AM_V_at)rm -f $(DESTDIR)$(bindir)/yaws
21 $(AM_V_at)rm -f $(DESTDIR)$(sysconfdir)/init.d/yaws
22 $(AM_V_at)rm -f $(DESTDIR)$(sysconfdir)/rc.d/yaws
34 ./gen-yaws > $(DESTDIR)$(bindir)/yaws)
35 $(AM_V_at)chmod +x $(DESTDIR)$(bindir)/yaws
56 ./gen-yaws-conf > $(DESTDIR)$(confdir)/yaws.conf.template)
[all …]
H A Dregular-install13 systemd/yaws.service > ${DESTDIR}${ETCDIR}/systemd/system/yaws.service
57 debian/yaws.init > ${DESTDIR}${ETCDIR}/init.d/yaws
58 chmod +x ${DESTDIR}${ETCDIR}/init.d/yaws
69 gentoo/yaws.init > ${DESTDIR}${ETCDIR}/init.d/yaws
70 chmod +x ${DESTDIR}${ETCDIR}/init.d/yaws
78 redhat/yaws.init > ${DESTDIR}${ETCDIR}/init.d/yaws
87 suse/yaws.init > ${DESTDIR}${ETCDIR}/init.d/yaws
115 freebsd/yaws > ${DESTDIR}${ETCDIR}/rc.d/yaws
116 chmod +x ${DESTDIR}${ETCDIR}/rc.d/yaws
123 netbsd/yaws.sh > ${DESTDIR}${ETCDIR}/rc.d/yaws
[all …]
/dports/www/yaws/yaws-2.0.6/www/
H A Dconfiguration.yaws19 href="http://github.com/klacke/yaws">http://github.com/klacke/yaws</a>. (Prior
24 at <a href="http://yaws.hyber.org/download" >http://yaws.hyber.org/download
111 # cd yaws
122 # cd yaws
154 configuration file <em>/etc/yaws/yaws.conf</em> will also be installed
184 <a href="yman.yaws?page=yaws">
194 # yaws -i
202 # yaws --daemon
218 <a href="yman.yaws?page=yaws.conf">
228 <em>/etc/yaws/yaws.conf</em>.
[all …]
H A Ddoc.yaws17 There are several features of yaws which are yet not properly described
23 <li> <a href="yaws.pdf"> yaws.pdf</a></li>
24 <li> <a href="yaws.ps"> yaws.ps</a></li>
32 <a href="yman.yaws?page=yaws_api"> man page for yaws_api (5) </a></li>
35 <a href="yman.yaws?page=yaws.conf"> man page for Yaws config file </a></li>
39 <a href="yman.yaws?page=yaws"> man page for yaws</a></li>
42 <a href="yman.yaws?page=yaws_soap_lib"> man page for yaws_soap_lib</a></li>
H A Dsimple.yaws16 The file <a href="simple_ex1.yaws">simple_ex1.yaws</a> contains the following
21 out(A) -> yaws_api:pre_ssi_files(A#arg.docroot, ["/simple_ex1.yaws"]).
26 Since the file has the suffix <tt>.yaws</tt>, the file will be processed
34 The file <a href="simple_ex2.yaws">simple_ex2.yaws</a> contains the following
38 out(A) -> yaws_api:pre_ssi_files(A#arg.docroot, ["/simple_ex2.yaws"]).
54 The file <a href="simple_ex2.yaws">simple_ex2.yaws</a> returns
57 As in <a href="simple_ex3.yaws">simple_ex3.yaws as ehtml</a>
61 out(A) -> yaws_api:pre_ssi_files(A#arg.docroot, ["/simple_ex3.yaws"]).
68 <p> When writing yaws code, all classic erlang libraries are available,
71 example in <a href="simple_ex4.yaws">simple_ex4.yaws</a>
[all …]
H A Dredirect.yaws29 {ssi, "redirect2.yaws",[],[]}}}}.
40 in <a href="redirect3.yaws"> redirect3.yaws </a> shows an example of
41 a yaws redirect relative to the "current" server.
49 {ssi, "redirect3.yaws",[],[]}}}}.
53 <p> The code in <a href="redirect3.yaws"> redirect3.yaws </a> will
55 <a href="redirect2.yaws"> redirect2.yaws </a> which in its turn
66 # curl -I http://rubin.hyber.org:8000/redirect3.yaws
78 testing the <a href="redirect3.yaws"> redirect3.yaws </a> code.
86 <a href="redirect3.yaws"> redirect3.yaws </a> requires an absolute path.
97 {ssi, "redirect4.yaws",[],[]}}}}.
[all …]
H A Dpcookie.yaws10 We saw in the first <a href="cookies.yaws">cookie</a> example, how we
16 when the yaws server is restarted, whereas if we choose a dets table,
22 The yaws code in
23 <a href="setpcookie.yaws">setpcookie.yaws</a> sets the cookie in the browser.
26 <p>And the yaws code in <a href="readpcookie.yaws">readpcookie.yaws</a>
35 out(A) -> yaws_api:pre_ssi_files(A#arg.docroot, ["setpcookie.yaws"]).
43 out(A) -> yaws_api:pre_ssi_files(A#arg.docroot, ["readpcookie.yaws"]).
/dports/www/yaws/yaws-2.0.6/include/
H A Dyaws.hrl46 GC#gconf{flags = yaws:flag(GC#gconf.flags,?GC_TTY_TRACE, Bool)}).
48 GC#gconf{flags = yaws:flag(GC#gconf.flags, ?GC_DEBUG, Bool)}).
50 GC#gconf{flags = yaws:flag(GC#gconf.flags, ?GC_COPY_ERRLOG, Bool)}).
52 GC#gconf{flags = yaws:flag(GC#gconf.flags,
57 GC#gconf{flags = yaws:flag(GC#gconf.flags,
94 yaws, % server string
201 SC#sconf{flags = yaws:flag(SC#sconf.flags, ?SC_DEFLATE, Bool)}).
205 SC#sconf{flags = yaws:flag(SC#sconf.flags, ?SC_DAV, Bool)}).
235 yaws, % server string for this vhost
252 arg_rewrite_mod = yaws,
[all …]
/dports/www/yaws/yaws-2.0.6/scripts/freebsd/
H A Dyaws.sh6 YAWS_BIN=%prefix%/bin/yaws
9 CONF=%etcdir%/yaws/yaws.conf
20 $yaws ${idarg} --daemon --heart --conf ${conf} > /dev/null
21 $yaws ${idarg} --wait-started=10 > /dev/null
33 $yaws ${idarg} --stop > /dev/null
34 $yaws ${idarg} --wait-stopped=10 > /dev/null
46 $yaws ${idarg} --hup > /dev/null
58 $yaws ${idarg} --status > /dev/null
/dports/www/yaws/yaws-2.0.6/src/
H A DMakefile.am3 STATIC_MODULES = yaws.erl \
54 yaws_generated.template yaws.app.src yaws.app.src.script \
55 yaws.appup.src
68 all-local: $(EBIN_DIR)/yaws.app $(EBIN_DIR)/yaws.appup $(EBIN_FILES)
77 $(AM_V_at)rm -f $(EBIN_DIR)/yaws.app $(EBIN_DIR)/yaws.appup $(EBIN_FILES)
82 $(EBIN_DIR)/yaws.beam
87 @abs_top_srcdir@/scripts/gen-yaws-generated) > yaws_generated.erl
91 $(EBIN_DIR)/yaws.beam
94 $(EBIN_DIR)/yaws.app: @srcdir@/yaws.app.src
132 $(EBIN_DIR)/yaws.appup: @srcdir@/yaws.appup.src
H A Dyaws_sup.erl75 Debug = case application:get_env(yaws, debug) of
77 member({yaws, ["debug"]}, AS);
81 Trace = case application:get_env(yaws, trace) of
83 case {member({yaws, ["trace", "http"]}, AS),
99 TraceOutput = case application:get_env(yaws, traceoutput) of
101 member({yaws, ["traceoutput"]}, AS);
105 Conf = case application:get_env(yaws, conf) of
111 RunMod = case application:get_env(yaws, runmod) of
117 Embedded = case application:get_env(yaws, embedded) of
123 Id = case application:get_env(yaws, id) of
[all …]
/dports/www/yaws/yaws-2.0.6/scripts/gentoo/
H A Dyaws.init12 yaws=%bindir%/yaws
27 ${yaws} --daemon --heart ${idopts} ${conf}
28 ${yaws} ${idopts} --wait-started=10
34 ${yaws} ${idopts} --stop
35 ${yaws} ${idopts} --wait-stopped=10
41 ${yaws} ${idopts} --hup
47 ${yaws} ${idopts} --status
H A Dyaws-2.0.2.ebuild8 HOMEPAGE="http://yaws.hyber.org/"
9 SRC_URI="http://yaws.hyber.org/download/${P}.tar.gz"
19 keepdir /var/log/yaws
20 rmdir ${D}var/lib/log/yaws
22 # We need to keep these directories so that the example yaws.conf works
24 keepdir /usr/lib/yaws/examples/ebin
25 keepdir /usr/lib/yaws/examples/include
31 einfo "Please edit /etc/yaws/yaws.conf to suit your needs."
/dports/www/yaws/yaws-2.0.6/scripts/redhat/
H A Dyaws.init15 yaws=%bindir%/yaws
16 prog=yaws
29 $yaws ${yawsid_opts} --daemon ${heart} ${conf}
30 $yaws ${yawsid_opts} --wait-started=10 >/dev/null
43 $yaws ${yawsid_opts} --stop >/dev/null
44 $yaws ${yawsid_opts} --wait-stopped=10 >/dev/null
58 $yaws ${yawsid_opts} --hup >/dev/null
70 $yaws ${yawsid_opts} --status >/dev/null
/dports/www/yaws/yaws-2.0.6/testsuite/redirect_SUITE_data/templates/
H A Dyaws.conf22 /default_redirect3 = http://yaws.hyber.org
23 /default_redirect4 == http://yaws.hyber.org
27 /301_redirect3 = 301 http://yaws.hyber.org
28 /301_redirect4 == 301 http://yaws.hyber.org
32 /404_redirect3 = 404 /error404.yaws
33 /404_redirect4 == 404 /error404.yaws
38 /post_redirect1 == 302 /test/index.yaws
39 /post_redirect2 == 200 /test/index.yaws
/dports/www/yaws/yaws-2.0.6/man/
H A DMakefile.am1 MANPAGES = yaws.1 yaws.conf.5 yaws_api.5 yaws_soap_lib.5
11 $(AM_V_at)$(INSTALL) -m 644 @srcdir@/yaws.1 $(DESTDIR)$(mandir)/man1
12 $(AM_V_at)$(INSTALL) -m 644 @srcdir@/yaws.conf.5 $(DESTDIR)$(mandir)/man5
17 $(AM_V_at)rm -f $(DESTDIR)$(mandir)/man1/yaws.1
18 $(AM_V_at)rm -f $(DESTDIR)$(mandir)/man5/yaws.conf.5
25 $(AM_V_at)$(INSTALL) -m 644 yaws.1.pdf $(DESTDIR)$(mandir)
26 $(AM_V_at)$(INSTALL) -m 644 yaws.conf.5.pdf $(DESTDIR)$(mandir)
31 $(AM_V_at)rm -f $(DESTDIR)$(mandir)/yaws.1.pdf
32 $(AM_V_at)rm -f $(DESTDIR)$(mandir)/yaws.conf.5.pdf
/dports/www/yaws/yaws-2.0.6/scripts/darwin/
H A DYaws.StartupItem9 yaws=%bindir%/yaws
18 HOME=/tmp $yaws ${yawsid_opts} --daemon --heart ${conf}
19 HOME=/tmp $yaws ${yawsid_opts} --wait-started=10 >/dev/null
28 HOME=/tmp $yaws ${yawsid_opts} --stop
29 HOME=/tmp $yaws ${yawsid_opts} --wait-stopped=10 >/dev/null
36 HOME=/tmp $yaws ${yawsid_opts} --hup
/dports/www/yaws/yaws-2.0.6/win32/
H A DMakefile.in110 am_yaws_OBJECTS = yaws-yaws.$(OBJEXT)
377 yaws.conf img
382 yaws_SOURCES = yaws.c
469 @rm -f yaws$(EXEEXT)
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yaws-yaws.Po@am__quote@
501 yaws-yaws.o: yaws.c
502 …CFLAGS) $(CFLAGS) -MT yaws-yaws.o -MD -MP -MF $(DEPDIR)/yaws-yaws.Tpo -c -o yaws-yaws.o `test -f '…
503 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/yaws-yaws.Tpo $(DEPDIR)/yaws-yaws.Po
508 yaws-yaws.obj: yaws.c
509 …S) $(CPPFLAGS) $(yaws_CFLAGS) $(CFLAGS) -MT yaws-yaws.obj -MD -MP -MF $(DEPDIR)/yaws-yaws.Tpo -c -…
[all …]
/dports/www/yaws/yaws-2.0.6/scripts/systemd/
H A Dyaws.service9 Environment="YAWS_CONF=--conf %etcdir%/yaws/yaws.conf"
12 ExecStart=%bindir%/yaws --daemon --heart $YAWS_CONF $YAWS_ID
13 ExecStartPost=%bindir%/yaws $YAWS_ID --wait-started=10
15 ExecReload=%bindir%/yaws $YAWS_ID --hup
17 ExecStop=%bindir%/yaws $YAWS_ID --stop
18 ExecStopPost=%bindir%/yaws $YAWS_ID --wait-stopped=10

12345678910>>...14