Den fre 17 maj 2024 kl 08:56 skrev Pascal Deveaux :
>
> The command
> # chown root:_smtpd /etc/mail/secrets
> Return : group smtpd doesn't exist
The error message doesn't match the command at all, and the _smtpd
group has been in the group file for some 15 years.
Look for misspellings somewhere. O
On Fri May 17 09:50:58 2024 Philip Guenther wrote:
> Sounds like you copied with something like 'cp -p' so the copy has a
> mtime with zero nsecs part, so now they do compare as equal.
This morning I realized that when I copied the symlink from the ext2
drive to my hard disk, cp(1) didn't copy the
On Fri May 17, 2024 at 4:38 AM BST, Mike Fischer wrote:
OpenBSD httpd would be a different situation because it runs in a
chroot(2) environment by default. You can’t call on a PHP-FPM process
that is not also running in the chroot(2) environment. The
communication between httpd(8) and PHP-FPM fai
May 17, 2024 11:30:25 Souji Thenria :
> -u By default nginx will chroot(2) to the home
> directory of the user running the daemon, typically
> "www", or to the home directory of user in
> nginx.conf. The -u option di
It can even help to run nginx in "unsecure mode" if you want to stay
not chrooted:
nginx_flags="-u -p /home/mytests"
man nginx
; while php-fpm.conf should remain with the default values
; in this case..
-dan
Mike Fischer wrote:
>
> > Am 17.05.2024 um 03:58 schrieb F Bax :
> >
> > I t
Thanks for the tips and security warnings Mike, Souji and Dan,
In php-fpm.conf - I changed "; chroot = /var/www" to comment.
In /etc/rc.conf.local - I changed nginx_flags="-u -p /home/Testing"
(home directory of a real user).
reboot system and now browser is refused connection
This site can’t be re
On Thu, 2024-05-16 at 21:58 -0400, F Bax wrote:
> I think I missed something simple? I installed 7.5 release in a VM. I then
> installed nginx and PHP 8.3.3; with pkg_add. I then ran these two commands:
> # rcctl enable php83_fpm
> # rcctl start php83_fpm
> I found an issue with php system() funct
On Fri May 17, 2024 at 2:56 PM BST, F Bax wrote:
In /etc/rc.conf.local - I changed nginx_flags="-u -p /home/Testing"
(home directory of a real user).
reboot system and now browser is refused connection
This site can’t be reached 192.168.1.131 refused to connect.
Neither /var/www/logs/{access|erro
"Souji Thenria" wrote:
> Another issue might be that nginx is still running as www and doesn't
> have access to /home/Testing.
As per above suggestion double check that the user by which you
run nginx (usually www) has access almost by the group to
to the prefix directory declared by the -p fl
On Thu, May 16, 2024 at 12:08 AM Philip Guenther wrote:
> On Wed, May 15, 2024 at 1:14 AM Philip Guenther wrote:
...
>> I think you've managed to hit a spot where the POSIX standard doesn't
>> provide a way for a program to find the information it needs to do its job
>> correctly. I've filed a
10 matches
Mail list logo