Home
last modified time | relevance | path

Searched full:conf (Results 1 – 18 of 18) sorted by relevance

/civetweb-2.7.6/examples/https/
DREADME.md4 This directory contains an example [`civetweb.conf`](civetweb.conf) configuration file for a secure…
12 …n the test and to adapt the configuration can be found [`civetweb.conf`](civetweb.conf). You can …
/civetweb-2.7.6/distribution/arch/
DPKGBUILD.git.example17 backup=("etc/$_pkgname/$_pkgname.conf")
37 … "s/^document_root [^\n]*/document_root \/srv\/http/g" "$pkgdir/etc/local/$_pkgname/$_pkgname.conf"
38 …e/access_log_file \/var\/log\/$_pkgname\/access.log/g" "$pkgdir/etc/local/$_pkgname/$_pkgname.conf"
39 …le/access_log_file \/var\/log\/$_pkgname\/error.log/g" "$pkgdir/etc/local/$_pkgname/$_pkgname.conf"
Dcivetweb.service6 ExecStart=/usr/local/bin/civetweb /usr/local/etc/civetweb/civetweb.conf
/civetweb-2.7.6/
DMakefile280 install: $(HTMLDIR)/index.html $(SYSCONFDIR)/civetweb.conf
308 $(SYSCONFDIR)/civetweb.conf:
310 install -m 644 resources/civetweb.conf "$(SYSCONFDIR)/"
311 @sed -i 's#^document_root.*$$#document_root $(DOCUMENT_ROOT)#' "$(SYSCONFDIR)/civetweb.conf"
312 @sed -i 's#^listening_ports.*$$#listening_ports $(PORTS)#' "$(SYSCONFDIR)/civetweb.conf"
D.travis.yml47 sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
DRELEASE_NOTES.md416 + Good for having a system wide default configuration /usr/local/etc/civetweb.conf
/civetweb-2.7.6/docs/
DBuilding.md127 install -m 644 resources/civetweb.conf "/opt/civetweb/etc/"
128 …document_root.*$#document_root /opt/civetweb/share/doc/civetweb#' "/opt/civetweb/etc/civetweb.conf"
129 sed -i 's#^listening_ports.*$#listening_ports 8080#' "/opt/civetweb/etc/civetweb.conf"
DOpenSSL.md24 the configuration file 'civetweb.conf':
132 start. Configure an error log file in 'civetweb.conf' to get more information:
DUserManual.md40 Otherwise, CivetWeb will search for the file `CivetWeb.conf` in the same directory that
46 Here is the example of a `CivetWeb.conf` file:
56 For example: The above `CivetWeb.conf` file is used, and CivetWeb started as
70 $ cat CivetWeb.conf
994 (named `civetweb.conf` by default) or the command-line arguments.
DInstalling.md38 …m ```/usr/local/bin/civetweb```, it will use the configuration file */usr/local/etc/civetweb.conf*.
/civetweb-2.7.6/examples/multidomain/
Dbase_domain.conf4 add_domain examples/multidomain/add_domain.conf
DREADME.md3 ./civetweb examples/multidomain/base_domain.conf
/civetweb-2.7.6/test/
Dlua_preload_file.lua4 to the civetweb.conf file
Dtest.pl21 my $config = 'civetweb.conf';
/civetweb-2.7.6/contrib/buildroot/
Dcivetweb.mk46 CONFIG_FILE2="$(CIVETWEB_SYSCONFDIR)/civetweb.conf" \
/civetweb-2.7.6/test/ajax/
Decho.cgi.old7 -- following lines to your .conf file.
/civetweb-2.7.6/src/
Dmain.c199 #define CONFIG_FILE "civetweb.conf"
208 #define CONFIG_FILE2 "/usr/local/etc/civetweb.conf"
Dcivetweb.c1765 #include <openssl/conf.h>
15127 "the .conf file?",
15987 ".conf file?",