Re: httpd configuration.

2021-01-06 Thread Bertalan Zoltán Péter
Hi, consultor [2021-01-05 18:43:26 -0800]: >works correctly with the main domain, but not with the second >server "consultores.ca/ENA" { >server "consultores.ca" { These are not different domains. The domain part is ‘consultores.ca’. If you would like requests made to consultores.ca/ENA/* to b

Re: CWM Menu Border

2020-09-07 Thread Bertalan Zoltán Péter
Simon Parrer [2020-09-06 21:41:48 +0200]: >The application menu and the application i want will be highlight. The >border around this highlight is to big on the bottom of the highlight. Hi Simon, I am not sure what you mean exactly, but you can set the border width in your cwmrc—you can find out

Re: Tools for writers

2019-11-03 Thread Bertalan Zoltán Péter
Xianwen Chen (陈贤文) [2019-11-03 13:44:20 +0100]: > Does _pandoc_ work on OpenBSD now? I can confirm that pandoc works on OpenBSD as I have built it a few months ago. However, it wasn't a painless procedure. I installed it via cabal, but you need a little workaround, since a W^X allowed partition

Re: Skype alternatives for OpenBSD

2019-11-03 Thread Bertalan Zoltán Péter
Frank Beuth [2019-11-03 11:55:21 +0100]: > Not sure about the original poster but I would be interested in any > end-to-end encrypted video/audio/chat programs that are available. Matrix may be interesting https://matrix.org/ It has ETE chat, but I am not sure about audio/video. It is possible t

Re: Setting charset in Content-Type header with relayd and httpd

2019-10-29 Thread Bertalan Zoltán Péter
Hello, Hiltjo Posthuma [2019-10-29 23:15:56 +0100]: > You can actually do it in httpd.conf. > > This will give a syntax error (httpd -n): > > "text/plain; charset=utf-8" txt > > Using quoting will work: > > "text"/"plain; charset=utf-8" txt Thank you, this indeed works, alt

Setting charset in Content-Type header with relayd and httpd

2019-10-29 Thread Bertalan Zoltán Péter
Hello, I have a working httpd server behind a relayd reverse proxy. Recently I wanted to host some simple text files in a directory that contained UTF-8 characters. Unfortunately, I noticed that when opened from a browser, say iridium, these documents render with incorrect encoding and are illegi

Re: relayd reverse proxy with TLS to multiple servers

2019-10-29 Thread Bertalan Zoltán Péter
Anthony J. Bentley [2019-09-29 23:17:06 -0600]: > I don't claim to understand all of openssl's output, but when I try > it on my certs I get various CNs that I don't expect either, even > though I'm quite confident the certificate has a valid hostname. Hi, Thanks for your reply. Since then I rea

relayd reverse proxy with TLS to multiple servers

2019-09-24 Thread Bertalan Zoltán Péter
Hi, I am just getting acquainted with relayd and would like to request some help with setting it up as a reverse proxy. I am on `6.6 GENERIC.MP#315 amd64`, so I have the SNI support needed for what I want (AFAIK). Here's the idea: request: https://example.com request: https://matrix.examp