Re: httpd fail to serve page with default httpd.conf; it shows: 403 Forbidden.

2021-01-15 Thread Joseph Olatt
On Sun, Jan 10, 2021 at 07:09:21PM -0800, latincom wrote: > Hello misc list: > > I have had a Web Server at home for 20 years, and this time, i am not able > to discover the error! I am Agronomist, then my knowledge is in other field. > > I rented a server at vultr, with clean installation, becau

Re: httpd fail to serve page with default httpd.conf; it shows: 403 Forbidden.

2021-01-15 Thread latincom
Thanks Joseph I made it to work, copying my index.html directly to /htdocs, and adding location did the trck! thanks again!: location "/*" { root "/agroena" } On 2021-01-15 12:16 p.m., Joseph Olatt wrote: location "/*" { root "/" }

httpd fail to serve page with default httpd.conf; it shows: 403 Forbidden.

2021-01-10 Thread latincom
Hello misc list: I have had a Web Server at home for 20 years, and this time, i am not able to discover the error! I am Agronomist, then my knowledge is in other field. I rented a server at vultr, with clean installation, because i lost my Laptop and back ups. I created rc.conf.local and a