Questions tagged [openbsd-httpd]

The OpenBSD httpd daemon is an HTTP server with FastCGI and TLS support. It is configured in /etc/httpd.conf.

Filter by
Sorted by
Tagged with
2 votes
1 answer
936 views

Acquiring a wildcard certificate from Let's Encrypt via `acme-client(1)`

I have a valid certificate from Let's Encrypt that covers both foo.bar and www.foo.bar. I'd like to add a wiki.foo.bar and likely many others in the future, so a wildcard certificate sounds ...
jmcph4's user avatar
  • 121
2 votes
0 answers
298 views

httpd on OpenBSD: How to Redirect URLs Ending In '.php'?

I am running an httpd(8) web server on OpenBSD. php-8.1.9 is used to serve php. In /etc/httpd.conf I have the following (example.com is a placeholder for the actual domain): server "example.com&...
Matthew Carlson's user avatar
1 vote
1 answer
199 views

How to create service/port specific subdomains in OpenBSD vm

I am creating a website in an OpenBSD vm, and I plan to have different services on it that will be pointed to by their respective subdomains (irc.example.com -> example.com:6697, img.example.com -&...
CyberianTraveler's user avatar
1 vote
0 answers
528 views

Rewriting user folder url in OpenBSD httpd

I'm using OpenBSD and its httpd. We have a community with users and currently the url to their folder is: example.com/users/username However, what we want is to get example.com/~username This is my ...
ffuentes's user avatar
  • 111