From: Manuel Giraud Subject: Re: Question re. httpd.conf and UPDATE: Nextcloud-29.0.7 To: Steve Williams Cc: ports@openbsd.org Date: Sat, 12 Oct 2024 18:25:42 +0200 Steve Williams writes: > Hi, > > I'm not sure if it's appropriate to discuss on this list.. Hi, I think it is more a question for misc@. ports@ is more to discuss contributions to the ports tree. > I downloaded the port and extracted it into /tmp.  I don't see any > file that would be a "README" specific to OpenBSD on how to configure > the httpd.conf file to provide the same level of protection as the > .htacess file for Apache. > > I would love to run nextcloud on my OpenBSD server, but am a bit > overwhelmed trying to replicate the .htaccess security in the > httpd.conf syntax. You'd better use pkg_add(1) than "download and extract the port to /tmp". For example, you can run "pkg_add nextcloud". It seems that an httpd.conf examples is given in this package readme in "/usr/local/share/doc/pkg-readmes/nextcloud". -- Manuel Giraud