Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

[Dispatcher]Getting Permission Issue on Apache Webserver

Avatar

Level 9

Hi All,

I have configured dispatcher on Windows operating system and trying to access it but it's giving below error.

Forbidden

You don't have permission to access / on this server.

i have provided allow permission also.

How to fix this issue.

Thanks,

Kishore

1 Accepted Solution

Avatar

Correct answer by
Level 9

I have configured dispatcher with author.And done changes to permissions from deny to allow.

Working now.

View solution in original post

4 Replies

Avatar

Level 4

You need to provide more detail than that....access.log few lines that refer to error?  error.log (from apache) lines that say error?  dispatcher.log lines that say error? error.log from AEM that say error?

How long is this piece of string I'm holding.....need more detail.

Avatar

Level 9

For now only error log only getting updated.Rest of the logs are not empty.Below is the stack trace from error.log

[Tue Aug 30 01:05:01 2016] [warn] module dispatcher_module is already loaded, skipping
[Tue Aug 30 01:05:02 2016] [notice] Apache/2.2.22 (Win32) Communique/4.1.2 configured -- resuming normal operations
[Tue Aug 30 01:05:02 2016] [notice] Server built: Jan 28 2012 11:16:39
[Tue Aug 30 01:05:02 2016] [notice] Parent: Created child process 56324
[Tue Aug 30 01:05:02 2016] [debug] mpm_winnt.c(477): Parent: Sent the scoreboard to the child
[Tue Aug 30 01:05:02 2016] [warn] module dispatcher_module is already loaded, skipping
[Tue Aug 30 01:05:02 2016] [warn] module dispatcher_module is already loaded, skipping
[Tue Aug 30 01:05:02 2016] [notice] Child 56324: Child process is running
[Tue Aug 30 01:05:02 2016] [info] Parent: Duplicating socket 292 and sending it to child process 56324
[Tue Aug 30 01:05:02 2016] [debug] mpm_winnt.c(398): Child 56324: Retrieved our scoreboard from the parent.
[Tue Aug 30 01:05:02 2016] [debug] mpm_winnt.c(595): Parent: Sent 1 listeners to child 56324
[Tue Aug 30 01:05:02 2016] [debug] mpm_winnt.c(554): Child 56324: retrieved 1 listeners from parent
[Tue Aug 30 01:05:02 2016] [notice] Child 56324: Acquired the start mutex.
[Tue Aug 30 01:05:02 2016] [notice] Child 56324: Starting 64 worker threads.
[Tue Aug 30 01:05:02 2016] [notice] Child 56324: Starting thread to listen on port 80.

Avatar

Level 9

If no error on logs then it would be nice if you can share dispatcher setting you did (remove protected information) wondering if have configure white listing correctly (deny first and allow after that)

Avatar

Correct answer by
Level 9

I have configured dispatcher with author.And done changes to permissions from deny to allow.

Working now.