From owner-freebsd-questions@freebsd.org Mon Apr 6 06:41:06 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02AA92A4731 for ; Mon, 6 Apr 2020 06:41:06 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from tgv.rail.eu.org (mail.rail.eu.org [IPv6:2001:bc8:30d3:ff17::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48wgss0Vw7z4Znd for ; Mon, 6 Apr 2020 06:41:04 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2a01:e0a:2b7:70e1:84ba:95e1:c99:5c09] (unknown [IPv6:2a01:e0a:2b7:70e1:84ba:95e1:c99:5c09]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: erwan) by tgv.rail.eu.org (Postfix) with ESMTPSA id 6F2EDBFDB for ; Mon, 6 Apr 2020 08:40:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rail.eu.org; s=mail; t=1586155255; bh=odqw6PleIjRucHk4SRG4jHbQDQ+G/SmwcEAvGCgBJE0=; h=Subject:To:References:From:Date:In-Reply-To:From; b=LTMSxeoBeYDzuhbVo38n2kZnlq6ZQKq6mhDVGGMF8UPbKSETGZlq6wrUdlWSFSv5E uOsMx8WittAA2Pa9H3TbsmvDofbVVPiT3KttMP/6nCxHNNCrlDKADo4wHYlk+w6tcu aVryhFHL7nZ3OwyImnJUZJJrXw7Cm1cBhUfWv0XE= Subject: Re: icingaweb2 and nginx are in jail To: freebsd-questions@freebsd.org References: <20200401161914.GA7923@mithril.foucry.net> From: Erwan David Message-ID: <67b34ace-877c-0852-6978-d14b8225103b@rail.eu.org> Date: Mon, 6 Apr 2020 08:40:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200401161914.GA7923@mithril.foucry.net> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 48wgss0Vw7z4Znd X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rail.eu.org header.s=mail header.b=LTMSxeoB; dmarc=pass (policy=none) header.from=rail.eu.org; spf=pass (mx1.freebsd.org: domain of erwan@rail.eu.org designates 2001:bc8:30d3:ff17::2 as permitted sender) smtp.mailfrom=erwan@rail.eu.org X-Spamd-Result: default: False [-2.99 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[rail.eu.org:s=mail]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DKIM_TRACE(0.00)[rail.eu.org:+]; DMARC_POLICY_ALLOW(-0.50)[rail.eu.org,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.01)[ipnet: 2001:bc8::/32(-0.37), asn: 12876(0.41), country: FR(0.00)]; ASN(0.00)[asn:12876, ipnet:2001:bc8::/32, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 06:41:06 -0000 Le 01/04/2020 à 18:19, Jacques Foucry a écrit : > Hello folks, > > I try since now 2 weeks to make working icingaweb2 in a jail with nginx as > http server and php-fpm but it don't work. > > The log is pretty clear: > `/usr/local/www/icingaweb2/public/css/icinga.min.css` > > which is true there is no .css in ちhis directory bur .less kind of css. > icingaweb2 *SHOULD* create the correct ccs _on the fly_. > > I cannot figure whatśs going wrong. I have nginx in a jail and different apps with their php-fpm in their separates jails. However The only way to make it work was for me to mount nullfs-ro the php code in the nginx jail, nginx would not work without it