public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Apache 2.4 can not access server subdirectory
@ 2020-10-29  4:36 thelma
  2020-10-29 12:21 ` Remco Rijnders
  0 siblings, 1 reply; 13+ messages in thread
From: thelma @ 2020-10-29  4:36 UTC (permalink / raw
  To: Gentoo mailing list

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 permission on the index file:
-rwxrwxrwx  1 apache apache   428 Oct 28 16:44 index.html

I removed .htaccess from server/admin (it doesn't help)

In apache.conf

<Directory />
        Options FollowSymLinks
        AllowOverride None
        Require all denied
</Directory>

<Directory /usr/share>
        AllowOverride None
        Require all granted
</Directory>

<Directory /var/www/>
        Options FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>


-- 
Thelma


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-11-01 10:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29  4:36 [gentoo-user] Apache 2.4 can not access server subdirectory thelma
2020-10-29 12:21 ` Remco Rijnders
2020-10-29 14:10   ` thelma
2020-10-29 16:40     ` Remco Rijnders
2020-10-29 16:53     ` Michael
2020-10-29 19:59       ` thelma
2020-10-30 10:31         ` Michael
2020-10-30 16:27           ` thelma
2020-10-30 17:55             ` Michael
2020-10-30 18:29               ` thelma
2020-10-30 18:34                 ` Michael
2020-11-01  5:01                   ` thelma
2020-11-01 10:04                     ` [SOLVED] " Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox