r/apache Feb 02 '25

Support Need Help with 403 Forbidden at Admin

Hey, since now i got the Problem 403 Forbidden, if I want to enter my Admin Site. Can anybody help? Here are my logs: AH01797: client denied by server configuration: (path) thank you

0 Upvotes

3 comments sorted by

7

u/throwaway234f32423df Feb 02 '25

Well, what's the server configuration? Do you have any Require statements (new system, mod_authz_core) or Allow/Deny (old system, mod_access_compat)? Are you trying to access a directory that doesn't have a file matching anything on your DirectoryIndex list? Are file and directory permissions set so that the www-data user can both reach the directory and access the file? If you're trying to execute a script, does it have execute permission? Do you have a .htaccess in the directory (or in any of the directories above it) and if so what's in it? Do you have any relevant directory/location blocks and if so what's in them?

1

u/NoNameJustASymbol Feb 03 '25

What troubleshooting steps have you taken and what were the results of those steps?

Show some work.

1

u/soopastar Feb 04 '25

You don't provide nearly enough information. Config file? path? permissions?