httpd configuration.

2021-01-05 Thread consultor
Hello I have a server 6.8 that works correctly with the main domain, but it does not work with the second. Could you please help? httpd.conf # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ server "consultores.ca" { listen on * port 80 root "/htdocs/consultores/"

Re: Wireguard config and confusions

2021-01-05 Thread Sven F.
On Tue, Jan 5, 2021 at 4:58 PM Peter Fraser wrote: > I did get it work, but it took a lot of tries caused by my confusion. > I hope this message speed up other who try to configure wireguard. > I was trying to connect a windows 10 computer to an OpenBsd computer. > The problem was the OpenBSD com

Wireguard config and confusions

2021-01-05 Thread Peter Fraser
I did get it work, but it took a lot of tries caused by my confusion. I hope this message speed up other who try to configure wireguard. I was trying to connect a windows 10 computer to an OpenBsd computer. The problem was the OpenBSD computer was a 20 minute drive away, And I didn't want to lock

Re: Git Daemon rc Script Not Stopping

2021-01-05 Thread Alexander Hall
On Tue, Jan 05, 2021 at 03:19:29PM -0500, ben wrote: > >The original version of this script installed by the port contains > >rc_reload=NO and also uses a very different pexp. > > I checked out the original rc script, and it works. Why didn't my pexp var > work > for the script? The term should m

Re: Git Daemon rc Script Not Stopping

2021-01-05 Thread Stefan Sperling
On Tue, Jan 05, 2021 at 03:19:29PM -0500, ben wrote: > >The original version of this script installed by the port contains > >rc_reload=NO and also uses a very different pexp. > > I checked out the original rc script, and it works. Why didn't my pexp var > work > for the script? The term should m

Re: Git Daemon rc Script Not Stopping

2021-01-05 Thread ben
>The original version of this script installed by the port contains >rc_reload=NO and also uses a very different pexp. I checked out the original rc script, and it works. Why didn't my pexp var work for the script? The term should match the process, and yet the daemon was still running?

Re: Git Daemon rc Script Not Stopping

2021-01-05 Thread Stefan Sperling
On Tue, Jan 05, 2021 at 02:41:51PM -0500, ben wrote: > Hello, Misc; > > I've been playing around with rc.d scripts and I've stumbled upon an issue in > my git daemon script: > > #!/bin/ksh > # > # $OpenBSD: gitdaemon.rc,v 1.4 2019/07/16 09:56:55 stsp Exp $ > > daemon="/usr/lo

Git Daemon rc Script Not Stopping

2021-01-05 Thread ben
Hello, Misc; I've been playing around with rc.d scripts and I've stumbled upon an issue in my git daemon script: #!/bin/ksh # # $OpenBSD: gitdaemon.rc,v 1.4 2019/07/16 09:56:55 stsp Exp $ daemon="/usr/local/libexec/git/git-daemon --detach" daemon_flags=" --detach --export

Re: Can't connect to IKE1 VPN Server via OpenBsd 6.8 with IPSEC/L2TP

2021-01-05 Thread Marko Bauhardt
> Marko Bauhardt hat am 31.12.2020 00:05 > geschrieben: > > > Hi, > I have a dell xps laptop with OpenBsd 6.8 running. I want to connect to an > IKEv1 L2TP VPN Server. > > I followed the steps on https://www.openbsd.org/faq/faq17.html#clientikev1 > and /usr/local/share/doc/pkg-readmes/xl2t