[users@httpd] Debian Apache 2.4 doesn't read configuration files

2020-10-29 Thread syscon edm
The apache 2.4 doesn't read configuration files. In apache2.conf I have: # Include the virtual host configurations: IncludeOptional sites-enabled/*.conf So it should read read every *config file in sites-enabled/ In that directory I have: ll sites-enabled/ total 4 lrwxrwxrwx 1 root root 35 Oct

Re: [users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread syscon edm
p_server-configuration_examples > > Obviously if you're not on something with selinux then this wouldn't apply. > :) > > > On Thu, Oct 29, 2020 at 4:11 PM syscon edm wrote: >> >> After installing apache 2.4 I can not access server subdirectory: >> s

[users@httpd] Apache 2.4 can not access server sub-directory

2020-10-29 Thread syscon edm
After installing apache 2.4 I can not access server subdirectory: server/admin/index.html Forbiden You don't have permission to access /admin/index.html on this server I can access index.html in a directory below /admin (server/index.html) but not the server/admin/index.html I even change the pe