Skip to main content

Questions tagged [openbsd-httpd]

Questions about the default OpenBSD httpd server, including the retired fork of Apache 1.3

Filter by
Sorted by
Tagged with
1 vote
1 answer
491 views

I have a VPS running OpenBSD 7.4 x64 that hosts my personal webpage among other things. This webpage is using the native http daemon provided by OpenBSD, not an Apache server. I would like to have the ...
qqq's user avatar
  • 61
1 vote
1 answer
179 views

I've a below wireguard configuration at the server side [Interface] ListenPort = 51820 PrivateKey = oPernzzF+Kl499z2TMwemZLUN6/e630Q= [Peer] PublicKey = yyhY5Blx+PxCHu/wK7QgiL/veRrXHQ34RmTi//zynVA= ...
SOUBHEEK NATH's user avatar
0 votes
1 answer
1k views

I have tried several methods, but the SSL certificate doesn't work. BSD# curl -vi https://192.168.1.21:443 * Trying 192.168.1.21:443... * Connected to 192.168.1.21 (192....
igor's user avatar
  • 1
1 vote
2 answers
996 views

My httpd logs show errors that look like php-fpm issues and sure enough, when I try rcctl start php72_fpm I get php72_fpm(failed) In line with other OpenBSD configuration so far, I'd expect to be ...
ljs.dev's user avatar
  • 2,147
2 votes
1 answer
508 views

I can not change the ciphers in OpenBSD 6.2 in httpd.conf tls ciphers "HIGH:!aNULL:!eNULL:!SSLv3:!TLSv1:!DSS:!ECDSA:!RSA:!SHA1:!AES128:!DHE:-ECDH:ECDHE:+SHA384:+SHA256" /etc/httpd.conf:46: ...
Vim's user avatar
  • 229
2 votes
0 answers
1k views

I would like to run OpenBSD-httpd on Linux. Is there a portable version of OpenBSD-httpd? How do I install it on Debian?
Bex's user avatar
  • 768
3 votes
1 answer
784 views

How to redirect an http request to specific page using OpenBSD's httpd; for example, I'm serving up OpenBGPd bgplg like so in httpd.conf: ext_addr="127.0.0.1" server "www.example.conf" { listen on $...
bbzz's user avatar
  • 31
1 vote
1 answer
215 views

Is it possible to build dynamically driven web sites with Mason (Perl) with httpd on OpenBSD current? See The Mason Book and the introduction to OpenBSD's httpd.
Vim's user avatar
  • 229
4 votes
1 answer
2k views

Note: this question is about the built-in OpenBSD http server named httpd and its configuration. It does not apply to any other web servers. Is it possible to make runtime conditional configurations ...
Bex's user avatar
  • 768
5 votes
1 answer
2k views

I'm trying to replace Apache with OpenBSDs httpd but can't figure out what to do with my ProxyPass statements. In apaches conf it looks like this ProxyPass /someurl http://192.168.123.123/...
EVK's user avatar
  • 51
0 votes
0 answers
141 views

An nmap scan gaved this: 443/tcp open ssl/http Apache httpd | http-methods: GET HEAD OPTIONS TRACE | Potentially risky methods: TRACE |_See http://nmap.org/nsedoc/scripts/http-methods.html so I ...
gasko peter's user avatar
  • 5,634
3 votes
1 answer
593 views

Using the old apache: # grep -i httpd /etc/rc.conf httpd_flags="-DSSL" # grep -i nginx /etc/rc.conf nginx_flags=NO # How can I modify the custom "Index of" page? Question: The only problem with ...
gasko peter's user avatar
  • 5,634
0 votes
1 answer
2k views

I have an OpenBSD 5.1 box that is running a static html based website. I have a list of IP addresses that I want to allow, ex.: ... 78.128.49.0/24 78.128.50.0/24 ... It's a ~10 KByte. ~10 000 ...
gasko peter's user avatar
  • 5,634