Hi!
I'm trying to figure out if I can use freebsd to develop and test containers to later use in kubernetes.
After installing podman and setup the necessary rules in pf.conf I'm able to launch images now.
I was trying to test a simple apache server container and I got surprised getting a 403 error in a clean image.
Here are the httpd logs I got:
Sat Aug 02 10:34:06.638674 2025] [core:error] [pid 47359:tid 108523] (13)Permission denied: [client ::1:56856] AH00035: access to / denied (filesystem path '/usr') because search permissions are missing on a component of the path
::1 - - [02/Aug/2025:10:34:06 +0000] "GET / HTTP/1.1" 403 199
It should return a "It works!" page.
I don't have an idea of what is really happening here.
I'm trying to figure out if I can use freebsd to develop and test containers to later use in kubernetes.
After installing podman and setup the necessary rules in pf.conf I'm able to launch images now.
I was trying to test a simple apache server container and I got surprised getting a 403 error in a clean image.
Here are the httpd logs I got:
Sat Aug 02 10:34:06.638674 2025] [core:error] [pid 47359:tid 108523] (13)Permission denied: [client ::1:56856] AH00035: access to / denied (filesystem path '/usr') because search permissions are missing on a component of the path
::1 - - [02/Aug/2025:10:34:06 +0000] "GET / HTTP/1.1" 403 199
It should return a "It works!" page.
I don't have an idea of what is really happening here.