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
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
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