मैंने अभी वार्निश स्थापित किया है और यह वेब पेजों की सेवा के लिए तैयार है।वार्निश कॉन्फ़िगरेशन फ़ाइल कहां है?
समस्या यह है कि हम खुली फाइल सीमा को मार रहे हैं।
हम पहले ही वार्निश उपयोगकर्ता को ulimit
सेट कर चुके हैं।
# 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"
नहीं ... हम इस फ़ाइल में उपरोक्त कॉन्फ़िगरेशन लिख नहीं सकते ... –
एक नज़र डालें और देखें कि क्या आप '/ etc/defaults' या'/etc/sysc में वार्निश फ़ाइल देख सकते हैं या नहीं onfig'। यह वह फ़ाइल प्रतीत होता है जिसे आप ढूंढ रहे हैं। – qweet
नहीं ... मैंने टैरबॉल –