Hello everyone, I just encountered a server where the AuthUserFile was not there, but apache didn’t complain. I was expecting that the webserver would check whether the resources would be there/reachable at least once during the start.
For example “does the file exists” or “is the endpoint reachable” ? (I understand that checing more than the existence of the resources may take too much effort), thus the fact that the authuserfile didn’t even exists and the webserver was running surprised
me. - why is the design so, that it allows to define resources that aren’t there (at least during the start/reload)? Thank you for the help Pier |