Re: httpd configuration.

2021-01-06 Thread Péter Bertalan Zoltán
consultor [2021-01-06 08:43:16 -0800]: >I did some changes, and it does not work yet! I receive a 404 page Not >Found. We can’t help you based on these wee fragments of information. You receive a 404 for what? What is the request? Does the requested file actually exist where it should? Does the

Re: httpd configuration.

2021-01-06 Thread consultor
I did some changes, and it does not work yet! I receive a 404 page Not Found. # httpd -n ok # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $ server "example.com" { listen on * port 80 root "/htdocs/example/" location "/.well-known/acme-challenge/*" {

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

Re: httpd configuration.

2021-01-06 Thread Paco Esteban
On Tue, 05 Jan 2021, consultor wrote: > 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" { >

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: mapserver httpd configuration

2020-04-05 Thread Aaron Mason
Hi Rashad Is mapserv.sock in /var/www/run? Also, does the web server have access to the socket file? I use a similar method to run RT: # cat /etc/httpd.conf [SNIP] server $domain { listen on egress tls port 443 fastcgi socket "/run/rt/rt-server.sock" log syslog

mapserver httpd configuration

2020-04-03 Thread Rashad Kanavath
Hello all, Does anybody had tried to mapserver using httpd. I had latest mapserver 7.3 installed but cannot configure as it gives 500 internal server error https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/geo/mapserver/pkg/README-main?rev=1.4=text/x-cvsweb-markup The above readme show