Acabo de instalar barniz y está listo para servir páginas web.¿Dónde está el archivo de configuración de barniz?
El problema es que estamos llegando al límite de archivos abiertos.
Ya hemos configurado ulimit
para barnizar el usuario.
Queremos encontrar un archivo en el que podemos escribir esta configuración:
# Maximum number of open files
NFILES=131072
# Locked shared memory, default log size is 82MB + header
MEMLOCK=82000
## Configuration with VCL
#
# Listen on port 80, administration on localhost:6082, and forward to
# one content server selected by the vcl file, based on the request. Use a
# fixed-size cache file.
#
# Note: you must replace "example.org" with the outside IP address of your server
# - this is the address at which Varnish receives incoming requests.
# $wgSquidServers in MediaWiki's LocalSettings.php will also need to list all addresses for this Varnish cache.
#
DAEMON_OPTS="-a example.org:80 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-u varnish -g varnish \
-s file,/var/lib/varnish/varnish_storage.bin,4G"
no ... no podemos escribir la configuración anterior en este archivo ... –
Eche un vistazo y vea si puede ver un archivo de barniz en '/ etc/defaults' o'/etc/sysc onfig'. Este parece ser el archivo que está buscando. – qweet
no ... He instalado barniz usando tarball –